2006rebotted - an open source, bottable remake server. Pull requests welcome!
Discord Link: https://discord.gg/4zrA2Wy
How to Play
Client (non-bottable download): https://github.com/dginovker/2006rebotted/releases/
Parabot client (recommended): https://www.parabot.org/community/
Rune-Server project thread: Project thread
How to Develop for 2006rebotted
Requirements
- IntelliJ Java IDE
- Java 8
Setting up the source can be a pain. I'm going to make a video of how to do that. Make sure you join discord for support. TBA.
Server source layout
-
2006Redone Servercontains all the server code; marksrcas the Sources directory -
2006Redone Clientcontains all the client code; likewise marksrc- If more than 2 arguments are passed in (can be anything), the client runs locally
-
2006Redone file_servercontains the file server code that is required to be running before a client can connect to a server. It must be running locally before a client can connect.srcis the Sources directory -
2006Redone_Clientand2006Redone_Servercontain the compiled class code/outputs.
To run the server, import the whole repository in IntelliJ. Make sure to add the dependencies in `2006Redone Server/libs", or it won't compile.
ScriptFactory source
ScriptFactory's source code can be found in my Parabot scripting repository here
Writing your own custom bot:
ScriptFactory is a script available on the Parabot BDN that can help you create your own scripts. To use it, first register to Parabot, navigate to the BDN, and find ScriptFactory.
ScriptFactory example scripts: https://www.parabot.org/community/topic/18021-script-factory-13-create-your-own-scripts/
Contributing Support (Server, Client, anything.)
Create an issue, message me on Reddit, Rune-Server, or Discord (Red Bracket#8151) to get in touch :)