Giter Club home page Giter Club logo

fakemcserver's Introduction

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 ;)

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.