1ef701b022v1.1.8 - Added additional checks to prevent items & armor from being overwritten in players inventories and instead moved when spawning in the prisoner armor and kits etc. Also added assets (buttons)
main
WildInterloper
2024-03-29 00:53:32 -0400
6822f23dcc1.1.6 - Added money boosters/selling multiplier commands which can be used with voucher plugins! Also added additional permissions (optional) for /autosell and /sellall to allow non-prisoners to still use thoe features!
WildInterloper
2024-03-28 03:47:00 -0400
d51b1570b91.1.2 - Added additional permissions: nvus.sellall and nvus.autosell which allows giving players the permission to use /sellall and/or /autosell without being a prisoner (having nvus.prisoner permission). So they can still sell items when not a prisoner etc.
WildInterloper
2024-03-23 22:27:32 -0400
fe0833e5701.1.2 - Added additional permissions: nvus.sellall and nvus.autosell which allows giving players the permission to use /sellall and/or /autosell without being a prisoner (having nvus.prisoner permission). So they can still sell items when not a prisoner etc.
WildInterloper
2024-03-23 22:26:38 -0400
36f6620cbd1.0.5 - Finishing off first draft of adidng Prisoner Kits! Added new gang placeholders now there's: %nvus_gang_name%, %nvus_gang_owner% and %nvus_gang_members% to mimic the style of our Lifesteal Prison.
WildInterloper
2024-03-14 12:22:57 -0400
6a4eda10621.0.5 - Finishing off first draft of adidng Prisoner Kits! Added new gang placeholders now there's: %nvus_gang_name%, %nvus_gang_owner% and %nvus_gang_members% to mimic the style of our Lifesteal Prison.
WildInterloper
2024-03-14 12:22:14 -0400
065362bc5b1.0.5 - Finishing off first draft of adidng Prisoner Kits! Added new gang placeholders now there's: %nvus_gang_name%, %nvus_gang_owner% and %nvus_gang_members% to mimic the style of our Lifesteal Prison.
WildInterloper
2024-03-14 12:20:29 -0400
3e15a1181e1.0.5 - Finishing off first draft of adidng Prisoner Kits! Added new gang placeholders now there's: %nvus_gang_name%, %nvus_gang_owner% and %nvus_gang_members% to mimic the style of our Lifesteal Prison.
WildInterloper
2024-03-14 12:11:02 -0400
2870e0111f1.0.5 - Finishing off first draft of adidng Prisoner Kits! Added new gang placeholders now there's: %nvus_gang_name%, %nvus_gang_owner% and %nvus_gang_members% to mimic the style of our Lifesteal Prison.
WildInterloper
2024-03-14 11:32:48 -0400
cab690905d1.0.3 - Hotfix for Database syncing issues with Ranks. Need to update players ranks when ranks massively change somehow. Current it just removes ranks that no longer exist and players within ranks that no longer exist!
WildInterloper
2024-03-14 03:46:50 -0400
9de1283127v1.0.2 - Added /nvus id to get your minecraft username, UUID and a clickable text UUID. Also added the ability to use /setprice 0 to remove the item in your hand from the item_prices.yml file. Still works doing /setprice <price> to add the item in your hand to the price list etc.
WildInterloper
2024-03-14 03:22:47 -0400
b48bcb7688v1.0.1 - Re-wrote rank commands and set them up to use MySQL/SQLite!!!!
WildInterloper
2024-03-14 03:16:32 -0400
7745ca2d93v1.0.0 Release - Added Rank Commands. Currently rank data is only stored locally in a rank_data.json file. Will implement MySQL/SQLite support at some point!
WildInterloper
2024-03-13 23:28:50 -0400
b74236c275v1.0.0 Release - Re-branded config files from Lite edition to Gold.
WildInterloper
2024-03-13 12:58:32 -0400
73d12a71b7v0.9.8 - Added AutoSell and SellAll Features. Either of which can be turned on/off in the config.yml. Added an item_prices.yml file which is used to dictate which blocks can be sold and for what price. I used doubles for prices, just in case.
WildInterloper
2024-03-12 19:08:58 -0400
ee60d3f0b3v0.9.7 - Added PlaceholderAPI support (softdepend) for Gangs. Fixed database issues and registering newly created gangs. Added gang owners as members of gang to correctly fix /gang info command (previously /gang list)
WildInterloper
2024-03-12 13:12:18 -0400
88d4818062v0.9.5 - Iterated through a few versions locally fixing some database and gang issues. Implemented a new gang command /gang list to list info about a players current gang. The gang name, gang owner and how many members are in the gang etc.
WildInterloper
2024-03-12 11:22:55 -0400
5db131ccabFinishing Up Gangs and Database Crapola
WildInterloper
2024-03-11 17:57:08 -0400
52cd391c18Finishing Up Gangs
WildInterloper
2024-03-11 17:02:23 -0400
40c6725c02v0.9.1 - Fixed DB init. Fixed DB url. Fixed DB Connection. Added Gang Commands in plugin.yml. Added help menus for /nvus and /gang. Gangs not fully implemented yet but the database is there and several methods have been created so it's a start.
WildInterloper
2024-03-10 12:48:45 -0400
2b7e98635av0.9.1 - Fixed DB init. Fixed DB url. Fixed DB Connection. Added Gang Commands in plugin.yml. Added help menus for /nvus and /gang. Gangs not fully implemented yet but the database is there and several methods have been created so it's a start.
WildInterloper
2024-03-10 01:55:14 -0500
faced3df51v0.9.1 - Fixed DB init. Fixed DB url. Fixed DB Connection. Added Gang Commands in plugin.yml. Added help menus for /nvus and /gang. Gangs not fully implemented yet but the database is there and several methods have been created so it's a start.
WildInterloper
2024-03-10 01:54:48 -0500
70f56cde66v0.9.0 - Fixed ToolDamage not having an option in the settings menu and corrected gold edition name in the pom.xml. Began adding Prison Gangs to the plugin, which includes handling a SQLite Database etc... what an undertaking LOL.
WildInterloper
2024-03-10 00:23:26 -0500
768f33c664v0.8.1 - Fixed ToolDamage not having an in-game command. Will update menu on next push.
WildInterloper
2024-03-09 17:26:36 -0500
2d47f21ba5Removed AutoSwitchTools and instead moved the tools into config.yml as PrisonerTools. Updated ToolSwitchListener with this change in mind. Preparing to stop prisoner tool damage and make it toggable via the main config.yml
WildInterloper
2024-03-09 15:34:32 -0500