A useful plugin for Minecraft prison servers. https://fngnation.net
Go to file
WildInterloper 87cd622120 Assets 2024-03-05 16:07:09 -05:00
.idea Init, player armor stuff 2024-03-05 00:09:46 -05:00
assets Assets 2024-03-05 16:07:09 -05:00
src/main v0.5.3 - Mined blocks were not converting to dropped resources prior to going into player inventory. i.e. if a prisoner mined a stone they would get a stone block in their inventory instead of a cobblestone. Attempting to fix that here using getDrop() but that returns a list. Attempting to convert that into an Array etc and go from there. 2024-03-05 15:05:01 -05:00
.gitignore Finished up permissions and added messages alerting the player they're a prisoner as to not be confused by any of this stuff :P 2024-03-05 00:47:22 -05:00
NVus_Prison_Setup.iml Init, player armor stuff 2024-03-05 00:09:46 -05:00
README.MD Update README.MD 2024-03-05 17:17:58 +00:00
pom.xml Assets 2024-03-05 16:07:09 -05:00

README.MD

A useful plugin for Minecraft prison servers.
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.