Update README.MD

This commit is contained in:
never2nv 2024-03-05 17:17:58 +00:00
parent 05db874603
commit 0dd883536a
1 changed files with 7 additions and 7 deletions

View File

@ -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.
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**.