Getting Started
This page will help you get started with development
Pre-requisites
- Git
- JDK-19
- MongoDB
- Gradle
- IDE
Installation Videos
Here are some helpful videos for the above...
Git
- Windows: https://youtu.be/2j7fD92g-gE
- Linux: https://youtu.be/PLQQ3tJwBJg
Java 19
- Windows: https://youtu.be/A5FHcR3cE-w
- Linux: https://youtu.be/AoPb3JmzTxY
MongoDB
- Windows: https://youtu.be/6_NSkDRXPZk
- Linux: https://youtu.be/_8wLJOQ6Yqw
Gradle
- Windows: https://youtu.be/XgIuKjJrs5M
- Linux: https://youtu.be/CWV0gE2nDNA
Misc videos
- How to create an account in a lobby: https://youtu.be/NrDKNOZfhcg
- Installation video as reference(Outdated): https://youtu.be/4NM1RTip3RA
Steps to setup World Server
After all the above are installed you can follow the below steps to get started
- Create a folder for the server
- Clone the cache and the world server
- *On linux you may have to copy and paste the cache or use Git LFS
- Use "gradle run" or "./run.sh" to run the server
- Download the client and enter the development lobby
- Create an account in the development lobby
- Find your world and debug logging in with your account
Updated over 1 year ago