TownyPersistentToggle is a Minecraft plugin built on the Paper API that preserves the state of Towny resident modes and HUDs across player logins and server restarts.
This plugin supports all resident modes (accessed via /res toggle [mode]
), Towny's map HUD (/towny map hud
) and Towny's plot permission HUD (/plot perm hud
).
Note: This plugin is developed and tested against the latest version of Paper. While it may work on Paper forks or older versions, they are not actively tested or supported.
- Download the latest JAR from releases and place it in your server's plugins folder.
- Restart your server.
If you wish to build the plugin yourself, follow the instructions below.
-
Clone the repository:
git clone https://github.com/SulkyWhale/TownyPersistentToggle.git
-
Change into the working directory:
cd TownyPersistentToggle
-
Build the JAR:
mvn clean package
If you encounter any bugs or issues, please open an issue. Be sure to check existing issues first to avoid duplicates.
Contributions are welcome. If you have any bug fixes, improvements, or new features you would like to add to this project, feel free to open a pull request.
TownyPersistentToggle is licensed under the GNU GPL v3. Please see the license for more information.