Commit Graph

11 Commits

Author SHA1 Message Date
WildInterloper cab690905d 1.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! 2024-03-14 03:46:50 -04:00
WildInterloper 9de1283127 v1.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. 2024-03-14 03:22:47 -04:00
WildInterloper b48bcb7688 v1.0.1 - Re-wrote rank commands and set them up to use MySQL/SQLite!!!! 2024-03-14 03:16:32 -04:00
WildInterloper 25083e2b13 v1.0.0 Release - Asset Push as well. 2024-03-13 12:57:44 -04:00
WildInterloper 73d12a71b7 v0.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. 2024-03-12 19:08:58 -04:00
WildInterloper ee60d3f0b3 v0.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) 2024-03-12 13:12:18 -04:00
WildInterloper 88d4818062 v0.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. 2024-03-12 11:27:45 -04:00
WildInterloper faced3df51 v0.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. 2024-03-10 01:54:48 -05:00
WildInterloper 70f56cde66 v0.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. 2024-03-10 00:23:26 -05:00
WildInterloper 768f33c664 v0.8.1 - Fixed ToolDamage not having an in-game command. Will update menu on next push. 2024-03-09 17:26:36 -05:00
WildInterloper 2d47f21ba5 Removed 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 2024-03-09 15:34:32 -05:00