FakeMCServer icon indicating copy to clipboard operation
FakeMCServer copied to clipboard

A java programm which simulates a minecraft server, to display informations in the server list.

FakeMCServer

A Fake MinecraftServer, that shows the following messages:

  • motd
  • version
  • maxplayers
  • playerlist
  • kickmessage
    You can customize all messages.

Compile the .jar or download the compiled version here: https://mega.co.nz/#!ad1AUCKD!IDdb8dw8hCcy_r0InkkBK58OOEEuVEv_gNGt-L__QVk
then open cmd, goto the folder that contains the file (with cd), and run it with:
java -jar FakeMCServer.jar -ip localhost -port 25565
(you can change the ip and port)

you can use color codes with '&' (for example "&4I'm Red!")
you can make new lines with '\n' for multiline motd, the playerlist and the kickmessage
you can use unicode: if you want to use special charakters, the convert to JavaScript Escapes (http://rishida.net/tools/conversion/)

Have fun ;)

##NOTE I don't maintain this project anymore. Feel free to fork or and update your this project.
If you want to maintain and update this repo, just make a pull request and write me an email to [email protected].