An unofficial Towny add-on plugin that adds risk to being an outlaw of a town. The two main features are jail on death, and exposed vulnerability.
Jail on death is a basic feature where if you are outlawed in a town, and you die within that town, you will be sent to that town's jail for a configurable amount of time. You will not be allowed to leave the jail until time is up.
After your jail time is up, you will be granted protection from jail on death for a configurable amount of time. Use that time to escape the town or get a quick attack in.
This feature is very simple. It disables abilities such as flying or Essentials god within an outlawed town.
This plugin adds two commands to Towny.
The first command is /resident outlaw
(permission towny.command.resident.outlaw
) which allows residents
to see which towns they are outlawed in.
The second command is /townyadmin reloadtownoutlaw
(permission townoutlaw.reload
) which reloads
the plugin including the configuration.
Please make sure you have the following installed on your server before installing this plugin.
- Spigot (or a fork of it) 1.17+: May work on older versions, but not tested.
- Java 16
- Towny 0.97.1+
- Essentials 2.18+ (Optional): Disable Essentials god-mode in outlawed towns.
- TempFly 3.1.0+ (Optional): Disable fly in outlawed-towns.
Download the plugin from the release page and install it on the plugins directory of the server.
This project is a simple maven project and can be built by executing mvn clean package
.
NOTE: This plugin will not build without the TempFly dependency. Since the TempFly jar is not hosted on any maven repo, you must first download the TempFly jar and install it in your local maven repo.