Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michidk/fakemcserver
- Owner: michidk
- License: agpl-3.0
- Created: 2014-05-30T19:53:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T10:53:33.000Z (7 months ago)
- Last Synced: 2024-10-11T09:52:08.844Z (25 days ago)
- Topics: java, minecraft, motd, playerlist, protocol, server
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 38
- Watchers: 7
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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].