a9f4e80094v0.8.1 - Added ToolDamage, moved and renamed PrisonerTools from auto_switch.yml to config.yml. Added ToolDamage and reload config toggles to /nvus menu
WildInterloper
2024-03-10 12:33:30 -0400
b2ec19387fv0.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.
WildInterloper
2024-03-06 11:52:16 -0500
324707d632v0.6.6 - Added cooldown to settings menu. Was triggering the click event multiple times in the given frames.
WildInterloper
2024-03-06 11:46:40 -0500
0ae8a88521v0.6.1 - Added logic to settings menu. Implemented ConfigManager within it as well. Registered it with PrisonSetup main class was required.
WildInterloper
2024-03-06 11:37:20 -0500
6ba21eaf68v0.6.1 - Added GUI menu for plugin. Use /nvus menu
WildInterloper
2024-03-06 11:30:14 -0500
dd7f9ad6e8Updated plugin info asset
WildInterloper
2024-03-06 10:16:13 -0500
9b2dd912f5v0.6.1 - Added commands for reload, version, toggle of AutoPickup and AutoSwitch.
WildInterloper
2024-03-06 09:52:50 -0500
5c89bd4576Updated and added asset screenshots
WildInterloper
2024-03-05 23:56:19 -0500
95afbbd069v0.6.0 - Added AutoSwitch option in config.yml. - Added auto_switch.yml, when AutoSwitch is set to true in the main config it will check what tools server admins want prisoners to autoswitch to and they can even customize what blocks will automatically trigger switching to certain tools.
WildInterloper
2024-03-05 23:43:48 -0500
3ddc8217dfv0.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.
WildInterloper
2024-03-05 15:05:01 -0500
e1dfacfe65v0.5.1 - Merged TEST -> MAIN
WildInterloper
2024-03-05 14:57:03 -0500
5c3c4f3a26v0.4.0 - Stable Release! More features will be implemented soon!
0.4.0
WildInterloper
2024-03-05 11:05:34 -0500
28e1a37ad1v0.3.9 - Final testing. Forgot to change plugin name in the plugin.yml... DERP!
WildInterloper
2024-03-05 11:04:00 -0500
db91d3ee1cv0.3.9 - Final testing. Message correction!
WildInterloper
2024-03-05 11:02:30 -0500
8a3ad27fa2v0.3.9 - Final testing. Name changed to be NVus PrisonSetup to make it easier to find the config files/plugin with other NVus Plugins ;)
WildInterloper
2024-03-05 10:59:57 -0500
f33319e235v0.3.1 - Finalizing banned_items.yml and cancelling their events.
WildInterloper
2024-03-05 10:58:50 -0500
ad81bce92av0.3.1 - Finalizing banned_items.yml and cancelling their events.
WildInterloper
2024-03-05 10:51:09 -0500
cc09b1098bAdded PlayerDeath listener which checks permissions if dead player is a prisoner and if they are it will destroy their equipped prisoner armor instead of dropping it to the ground!
WildInterloper
2024-03-05 00:59:25 -0500
4864c236b8Finished up permissions and added messages alerting the player they're a prisoner as to not be confused by any of this stuff :P
WildInterloper
2024-03-05 00:47:22 -0500
03019ed1bcAdded permission check to PlayerSpawn listener and tidied up the code and even placed equipping armor into it's own method/function.
WildInterloper
2024-03-05 00:34:25 -0500
94f96bbd40Added permission check to PlayerArmor listener
WildInterloper
2024-03-05 00:31:18 -0500
2e7ebf3791Init, player armor stuff
WildInterloper
2024-03-05 00:11:16 -0500
03ae50697dInit, player armor stuff
WildInterloper
2024-03-05 00:09:46 -0500