A useful plugin for Minecraft prison servers. https://fngnation.net
Go to file
WildInterloper b2ec19387f v0.6.6 - Re-added ConfigManager implementation for Settings Menu. Ruled out the issue was not ConfigManager and was just in fact the click event firing multiple times across the frames generated. Should be safe to use and work correctly? Let's find out... LOL. 2024-03-06 11:52:16 -05:00
.idea v0.6.0 2024-03-05 23:43:48 -05:00
assets v0.6.1 - Added GUI menu for plugin. Use /nvus menu 2024-03-06 11:30:14 -05:00
src/main v0.6.6 - Re-added ConfigManager implementation for Settings Menu. Ruled out the issue was not ConfigManager and was just in fact the click event firing multiple times across the frames generated. Should be safe to use and work correctly? Let's find out... LOL. 2024-03-06 11:52:16 -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 v0.6.0 2024-03-05 23:43:48 -05:00
README.MD Update README.MD 2024-03-05 17:17:58 +00:00
dependency-reduced-pom.xml v0.5.9 - Fixed prison armor dropping upon death. 2024-03-05 17:25:33 -05:00
pom.xml v0.6.6 - Added cooldown to settings menu. Was triggering the click event multiple times in the given frames. 2024-03-06 11:46:40 -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.