A tower defence plugin inspired by Cubecraft's tower defence and Bloons TD
A live ALPHA version is availabe on emortal.dev. It is still under heavy development and not ready for release. Feel free to use the project for fun and experimentation.
- Java 21+
- 256MB RAM (recommended 512MB)
You can run TowerDefence locally! This is only intended for development usage so it functions a bit differently but you can totally play locally.
- Clone the project
- Open the project in your IDE
- Create a run configuration to run the class
pink.zak.minestom.towerdefence.TowerDefenceServer
. Set these environment variables:ENABLE_TEST_MODE=false
. If you are in IntelliJ a run configuration is automatically created for you. - Run the server and execute
/forcestart
to start the game.