Skip to content
View MrRedRhino's full-sized avatar

Highlights

  • Pro

Block or report MrRedRhino

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. letstim-lobby-plugin letstim-lobby-plugin Public

    Lobby plugin for the LetsTim.net Minecraft network

    Java

  2. mc-server-installer mc-server-installer Public

    This is a tool to setup minecraft servers

    Java 4

  3. dinjo-game dinjo-game Public

    Java 1

  4. SMCC-Forge SMCC-Forge Public

    Minecraft chat en-/decrypt mod

    Java

  5. Discord-Client-API Discord-Client-API Public

    Small Discord API wrapper supporting normal- and bot-accounts

    Java 3

  6. The world's worst database - A Java ... The world's worst database - A Java map implemention that writes it's data to disk on every change
    1
    package org.pipeman.disk_map;
    2
    
                  
    3
    import java.io.*;
    4
    import java.nio.file.Files;
    5
    import java.nio.file.Path;