Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michidk/fakemcserver

A java programm which simulates a minecraft server, to display informations in the server list.
https://github.com/michidk/fakemcserver

java minecraft motd playerlist protocol server

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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].