Skip to content

lorenzop/FakeMCServer

 
 

Repository files navigation

FakeMCServer

Alt text

A Fake Minecraft Server, that shows the following messages:

  • motd
  • version
  • maxplayers
  • playerlist
  • kickmessage

You can customize all messages. The configuration files are created automatically for you the first time you start the fake server. Compile the .jar or download the compiled version here: https://mega.co.nz/#!ad1AUCKD!IDdb8dw8hCcy_r0InkkBK58OOEEuVEv_gNGt-L__QVk

The fake server can be manually started by running the following line:

java -jar FakeMCServer.jar -port 25565

The minecraft init script (for linux) may be copied to /etc/init.d/ then run 'chkconfig --level 345 minecraft on' to install the service. You may then run 'service minecraft help' for a list of commands supported by this script. 'service minecraft start' will start your minecraft/bukkit/other server, and 'service minecraft stop' will give players a 15 second warning, then shutdown the server. Once the server has stopped, the fake server will automatically start to take its place. You may also create a cron by running the command 'crontab -e' then add the line below. This will check once a minute, and automatically start the fake server if neither the fake or real servers are running.

# minecraft service
* * * * * service minecraft cron

Have fun ;)

About

a little minecraft server, that displays a motd, the kick-messages and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%