项目作者: michidk

项目描述 :
A java programm which simulates a minecraft server, to display informations in the server list.
高级语言: Java
项目地址: git://github.com/michidk/FakeMCServer.git
创建时间: 2014-05-30T19:53:53Z
项目社区:https://github.com/michidk/FakeMCServer

开源协议:GNU Affero General Public License v3.0

下载


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 michidk@live.de.