Warning: Rails is under heavy development. Things may change without warning. Make sure you keep up to date with the latest build.
Rails is an open source, free, and independent Minecraft server platform designed with Java 8 and licensed under the MIT license.
Come visit our Forum for more helpful discussion.
Current version: v0.1-DEVELOPMENT
- 0.1 - Networking
- 0.2 - Events
- 0.2.5 - Basic Entity API
- 0.3 - Players
- 0.4 - Worlds
- 0.5 - World Generation
- 0.6 - Multiplayer
- 0.7 - Entities
- 0.8 - Emulation
- 0.9 - Plugins
- 0.9.5 - Optimisation
- 1.0 - RELEASE (Simple functionality)
When released, clients will be able to connect on Minecraft version 1.8 to 1.8.8.
If you have Gradle installed. You can then use the gradle command in the project directory
to build the JAR. If you don't have Gradle installed you can use ./gradlew for Unix systems and
gradlew.bat for Windows systems. The compiled JAR can then be found in /build/libs labeled
rails-vX.X.X-development-all.jar.
Are you a developer looking to contribute some code? We'd love the help!
- Fork the repo and make changes, making sure those changes follow our guidelines.
- Open a pull request with your changes.
- Once your pull request is reviewed by a collaborator it will be merged.
See the CONTRIBUTING.md file for more information on how to contribute to Rails.