diff --git a/README.MD b/README.MD index b878c96..45bb72b 100644 --- a/README.MD +++ b/README.MD @@ -1,8 +1,8 @@ A useful plugin for Minecraft prison servers.\ -**PLANNED FEATURES, SO FAR** -- Set newly joined & respawned players in orange leather armor. -- Prevent prisoners from equipping new armor and unequipping the prisoner orange leather armor. -- Prevent prisoners from equipping or moving banned items into their QUICKBAR. -- Banned items can be configured in a banned_items.yml file within the plugin directory (PrisonSetup/banned_items.yml) -- Give newly joined & respawned prisoners the default prisoner tools? Maybe, not sure. Might just use a kit plugin for this? -- Main permission to tell a player is a prisoner or not is **nvus.prisoner** this permission should be **NEGATED** for any players that are not or no longer a prisoner, just in case. \ No newline at end of file +Stable release! It implements the following features, so far: +- Equips orange leather armor to all prisoners upon connecting to the server and upon respawn. +- It generates a banned_items.yml file which can be configured to ban certain items for prisoners. +- It prevents the modificaiton of prisoner armor (they cannot equip/un-equip the default prisoner armor). +- It prevents banned items from being used, equipped in hand, transferred to storage or even crafted by prisoners. +- To enable the prisoner features players who are considered prisoners should have the permission **nvus.prisoner**. +- Just in case, all non-prisoners and players who are no longer considered a prisoner should have the permission nvus.prisoner **NEGATED**. \ No newline at end of file