Towny Advanced - Developed by LlmDl
I took over from ElgarL after MC 1.8 was released. Past developers have included: Shadeness, FuzzieWuzzie, ElgarL. With help coming from other developers from time to time including dumptruckman, ole8pie, SwearWord, gravypod, andrewyunt and more.
Towny is one of the oldest still-in-development plugins for Minecraft. It was created by Shadeness for the now-defunct server platform called hMod.
It is the second-oldest land protection plugin to become popular for Minecraft, having been beaten by WorldGuard by just a couple months, Towny is now over 10 years old! Go check out some of the features Towny has and see why it's still popular for yourself.
- Latest Release supports MC 1.14.* & 1.15.* & 1.16.*.
- Latest Pre-Release supports MC 1.14.* & 1.15.* & 1.16.*.
Minecraft Version | Towny Version |
---|---|
MC 1.16.* | Use 0.97.0.0 or the above Latest Pre-Release. |
MC 1.15.* | |
MC 1.14.* | |
MC 1.13.2 | 0.96.2.0 for 1.13.2 |
MC 1.12.2 | 0.97.0.0 for 1.12.2 |
MC 1.11.2 | 0.93.1.0 for 1.11.2 |
MC 1.10.2 | 0.93.1.0 for 1.10.2 |
MC 1.9.4 | 0.93.1.0 for 1.9.4 |
MC 1.8.9 | 0.93.1.0a for 1.8.9 |
MC 1.7.10 | 0.92.0.0 for 1.7.10 |
MC 1.6.4 | 0.88.0.0 for 1.6.4 |
MC 1.5.2 | 0.88.0.0 for 1.5.2 |
MC 1.2.5 | 0.82.0.0 |
Note: The bundled implementation of FlagWar has been deprecated and is marked for removal in a future Towny release. Operators are encouraged to install the standalone implementation.
Now that all Release builds and Development builds are being made available here on github's Releases tab I am recommending that server admins "watch" Towny on github. Just click the watch button in the upper right and select "Releases Only".
Alternatively, if you watch the resource on Spigot you will be notified on that website when a new build is out.
The documentation found on the Towny Wiki is updated every time a Release version of Towny is put out. If you are using a development build it is expected that you have read the changelog for any important changes since the previous Release build.
Some important pages to look over:
Here on github's Issue Tracker you can file bug reports, feature requests, or just ask general questions.
If you still need help, join us on the Discord server, where you can find cutting edge updates and discussion on the development of the plugin.
If you want to support the developer consider becoming a Sponsor.
Courtesy of Major_Graft, we have a new series of Tutorial Videos available on the Towny website.
If you'd like to contribute to the Towny code, see the Contributing.md.
Towny is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND 3.0) License
We don't object to you making your own forks and builds but we do object to people being selfish, which is why we specify No Derivative Works. If you want to modify the code to add some nice feature the least you can do is ask and submit a pull request to allow everyone to benefit from it.
Developers who wish to use the Towny API in their plugins may read the following instructions on adding Towny via a maven pom.xml.
If you would like to build from a specific branch yourself, you can do so with either Apache Ant or Apache Maven, depending on the age of the branch.
For building, open your terminal / command prompt and navigate to the Towny Directory (either extracted, or cloned).
-
Maven
- Run
mvn clean package
to generate the plugin in thetarget
directory, within the Towny folder.
- Run
-
Ant (Deprecated)
- For older branches using the Ant build system, the main command to use would be:
ant clean jar
. This command will exit the Towny directory, creating a lib folder alongside it. A Towny.jar file will be generated and placed within there. - Note: As Ant is being deprecated, older branches may eventually not be able to be built against without modification of the
build.xml
file. We leave no guarantee that the file repo providing the dependencies will stay up.
- For older branches using the Ant build system, the main command to use would be: