Update 1.1.5
17th January 2021
- Added soft dependency for MultiverseCore to keep worlds loaded before plugin
Update 1.1.4
17th January 2021
- Fixed saving/loading of Ranks & Prestiges into/from database
Update 1.1.3
16th January 2021
- Added support to use decimal values for Ranks & Prestiges costs
- Fixed error during rankup
Update 1.1.2
15th January 2021
- Added API docs into GitHub
- Added 'RawName' parameter to all enchants into enchant.yml
- Improved enchant system & enchant API
- Added to add enchants into essentials kits (see:https://www.spigotmc.org/resources/.87804/)
Update 1.1.1
13th January 2021
- Added command /givepickaxe <player> [enchant:<id>=<level>,...]
- Command to give your players diamond pickaxes with custom enchants
- Enchant format:
- enchant:<id_of_enchant1>=<level1>,enchant:<id_of_enchant2>=<level2>,enchant:<id_of_enchantN>=<levelN>
Update 1.1.0
13th January 2021
For previous buyers: If you want to still use your MySQL database, just set the database_type in config.yml back to mysql!
- Added support for SQLite (local) database. You no longer need MySQL in order to make plugin working!
- Refactored and improved whole from database system
- Players can now enchant pickaxes also in gamemode creative
- Players do not enter autosell mode automatically from now, they need to toggle it by /autosell
- Added some useful debug messages
New default config.yml
Code:database_type: SQLite mysql: host: localhost port: 3306 database: dbName username: dbUser password: dbPass modules: tokens: true gems: true ranks: true multipliers: true enchants: true autosell: true autominer: true
Update 1.0.21
11th January 2021
Example custom permission node:
- Added new AutoSell enchant (id 19 in enchants.yml)
- Added /sellall <mine> command
- Added invalid_region message to autosell.yml
- Added permission ultraprison.autosell.toggle to toggle /autosell
- Added no_permission_sell & no_permission_autosell_toggle messages into autosell.yml
- Autosell regions now supports custom permission node to use /sellall in these regions
Code:regions: mine-a: world: Mines permission: sell.a items: COAL_ORE: 1 COBBLESTONE: 1 IRON_ORE: 1 STONE: 1 COAL: 1
Update 1.0.20
11th January 2021
- Added %ultraprison_multiplier_global% and {ultraprison_multiplier_global} placeholders for PlaceholderAPI & MVdWPlaceholderAPI
- Fixed rare error that happened during /maxrankup
