A Minecraft plugin for Paper that allows the usage of PlaceholderAPI placeholders to be used in Towny plot notifications.
-
Download the latest JAR from Releases and place it in your plugins folder.
-
Restart your server.
-
Add PlaceholderAPI placeholders to your Towny
config.ymlunder the sectionTown Notifications.Example using the %townyadvanced_player_plot_owner% placeholder:
owner: '&a%s &2Yours: {townyadvanced_player_plot_owner}'
For the placeholders to work, you will need to replace all
%symbols in the placeholders with{and}. -
Run
/ta reload configto implement your changes.
If you wish to build the plugin yourself, follow the instructions below.
- Clone the repository:
git clone https://github.com/SulkyWhale/TownyNotificationPlaceholders.git
- Change into the working directory:
cd TownyNotificationPlaceholders - Build the JAR with Maven:
mvn clean package
If you encounter any bugs or would like a new feature added, 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.
TownyNotificationPlaceholders is licensed under the GNU GPL v3. Please see the license for more information.