Code Monkey home page Code Monkey logo

fakemcserver's Introduction

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

fakemcserver's People

Contributors

lorenzop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

fakemcserver's Issues

Issue with 1.7.9

When I try to ping the fake server with Minecraft 1.7.9, it shows "Can't connect to server" and will not ping. It also shows this message at the command line:

08:33:49 [INFO] ping: localhost:25565
java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at java.io.DataOutputStream.write(Unknown Source)
        at java.io.FilterOutputStream.write(Unknown Source)
        at me.michidk.FakeMCServer.ResponderThread.run(ResponderThread.java:93)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.