Commit Graph

35 Commits

Author SHA1 Message Date
WildInterloper 7379508b90 README.MD update, pushed ToolDamageListener 2024-03-10 12:45:56 -04:00
WildInterloper 4b9ab74e6a README.MD update, pushed ToolDamageListener 2024-03-10 12:44:23 -04:00
WildInterloper a9f4e80094 v0.8.1 - Added ToolDamage, moved and renamed PrisonerTools from auto_switch.yml to config.yml. Added ToolDamage and reload config toggles to /nvus menu 2024-03-10 12:33:30 -04:00
WildInterloper 900e2ca0ed Added update checker 2024-03-09 14:43:09 -05:00
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
WildInterloper 324707d632 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
WildInterloper 0ae8a88521 v0.6.1 - Added logic to settings menu. Implemented ConfigManager within it as well. Registered it with PrisonSetup main class was required. 2024-03-06 11:37:20 -05:00
WildInterloper 6ba21eaf68 v0.6.1 - Added GUI menu for plugin. Use /nvus menu 2024-03-06 11:30:14 -05:00
WildInterloper dd7f9ad6e8 Updated plugin info asset 2024-03-06 10:16:13 -05:00
WildInterloper 9b2dd912f5 v0.6.1 - Added commands for reload, version, toggle of AutoPickup and AutoSwitch. 2024-03-06 09:52:50 -05:00
WildInterloper 5c89bd4576 Updated and added asset screenshots 2024-03-05 23:56:19 -05:00
WildInterloper 95afbbd069 v0.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.
2024-03-05 23:43:48 -05:00
WildInterloper ec47789a8c v0.5.9 - Fixed prison armor dropping upon death. 2024-03-05 17:25:33 -05:00
WildInterloper fb347e7268 Added ProGuard Maven, for future use! 2024-03-05 16:28:56 -05:00
WildInterloper 87cd622120 Assets 2024-03-05 16:07:09 -05:00
WildInterloper 3ddc8217df 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
WildInterloper e1dfacfe65 v0.5.1 - Merged TEST -> MAIN 2024-03-05 14:57:03 -05:00
never2nv 0dd883536a Update README.MD 2024-03-05 17:17:58 +00:00
WildInterloper 05db874603 v0.4.0 - Stable Release! Updated plugin name, removed spaces. Forgot :P 2024-03-05 12:16:25 -05:00
WildInterloper 558f860d40 v0.4.0 - Stable Release! Updated plugin name, removed spaces. Forgot :P 2024-03-05 11:11:53 -05:00
WildInterloper 5c3c4f3a26 v0.4.0 - Stable Release! More features will be implemented soon! 2024-03-05 11:05:34 -05:00
WildInterloper 28e1a37ad1 v0.3.9 - Final testing. Forgot to change plugin name in the plugin.yml... DERP! 2024-03-05 11:04:00 -05:00
WildInterloper db91d3ee1c v0.3.9 - Final testing. Message correction! 2024-03-05 11:02:30 -05:00
WildInterloper 8a3ad27fa2 v0.3.9 - Final testing. Name changed to be NVus PrisonSetup to make it easier to find the config files/plugin with other NVus Plugins ;) 2024-03-05 10:59:57 -05:00
WildInterloper f33319e235 v0.3.1 - Finalizing banned_items.yml and cancelling their events. 2024-03-05 10:58:50 -05:00
WildInterloper ad81bce92a v0.3.1 - Finalizing banned_items.yml and cancelling their events. 2024-03-05 10:51:09 -05:00
WildInterloper 0d4a234483 v0.2.3 - Default banned_items.yml config file doesn't generate properly. Investigating now. 2024-03-05 09:59:41 -05:00
WildInterloper cc09b1098b Added 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! 2024-03-05 00:59:25 -05:00
WildInterloper 4864c236b8 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
never2nv 65b8ea6676 Update README.MD 2024-03-05 05:36:35 +00:00
WildInterloper 03019ed1bc Added permission check to PlayerSpawn listener and tidied up the code and even placed equipping armor into it's own method/function. 2024-03-05 00:34:25 -05:00
WildInterloper 94f96bbd40 Added permission check to PlayerArmor listener 2024-03-05 00:31:18 -05:00
WildInterloper 2e7ebf3791 Init, player armor stuff 2024-03-05 00:11:16 -05:00
WildInterloper 03ae50697d Init, player armor stuff 2024-03-05 00:09:46 -05:00
never2nv 9340a0a402 Added README.MD 2024-03-05 04:43:39 +00:00