A simple quick-toggleable fabric mod to disable the end. To toggle the end run /gamerule doDisableEnd true
Due to there being no reliable way to get the players respawn point, a block check is preformed but due to this block check, blocks need to be manually added to a list of valid respawn points in the config.
- Starting in version 0.2 owo lib is required for configs to work.
- Mod is serverside ONLY and will not run clientside
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
If you have any feedback, please open a new issue
To build for development run gradlew runClient
or to build a jar run gradlew jar
. Builds are located in .\build\libs