TownyElections allows players to choose leaders for their towns and nations, voting for parties and creating their own ones.
Table of contents
After years of playing Towny in geopolitical and roleplaying servers I always missed politics and diplomacy, which could not be done properly as the leader of a nation/town had always all the power. So I started doing tests on my Minecraft server with elections (just for towns at that moment), and given how much players enjoyed it I decided to make it a full working plugin.
The goal of TownyElections is becoming an expansion for Towny, with elections, parties, political systems and diplomacy, suitable for all kinds of survival and roleplaying servers.
You can see the usage of the commands with /telect
For more information, refer to the Wiki
Prerequisites: Java Development Kit 11 or newer and Maven
- Clone the repository and access the directory
git clone https://github.com/aurgiyalgo/TownyElections
cd TownyElections/
- Build the project with Maven
mvn package
Contributions are greatly appreciated and help not only the project but the community making use of it. Here's how you can contibute:
- Clone and fork the project
- Create a branch for your feature (
git checkout -b feature/YourNewFeature
) - Commit your changes (
git commit -m "Added my new feature!"
) - Push to the branch (
git push origin feature/YourNewFeature
) - Open a Pull Request
This project is under a MIT License. Check LICENSE
for more information.
You can get help on the support Discord server.