Hypersquare is a remake of the popular server DiamondFire.
We aim to include all the most requested features by the community, as well as some quality of life features.
⚠ The project is still in development, some features are not done yet.
You can contact us or join the community by joining the discord here
You can contribute by fixing inefficiencies, mistakes or oversights made by us in the code, as well as adding new features.
(Please keep your PRs clean and concise, and use conventional commit messages)
- Clone the repository
- Build the project
- Run the jar in an empty folder either with the CLI or GUI:
- CLI: Run
java -jar hypersquare.jar devsetup
- GUI: Double-click the jar and press the button
- CLI: Run
- Run the server, it should give errors at first, close it and then proceed to the next step
- In
plugins/SlimeWorldManager/sources.yml
look undermongodb:
and setenabled: true
and fill out database info sent by@_1chicken_
on discord, or use your own database - In
plugins/hypersquare/config.yml
,DB_PASS
should be set to the database URL andDB_NAME
to your database name (if not given by Chicken)
Thanks to all contributors and DiamondFire for inspiring us!