Update 1.1.6
20th January 2021
- Placeholder %ultraprison_rankup_progress% now displays progress of prestige when user has max rank
Update 1.1.5
17th January 2021
- Command /gemstop now have another alias, /gemtop
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
