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
Hotfix 1.0.19
11th January 2021
- Fixed rare error that happened on auto-sell regions loading
Update 1.0.19
9th January 2021
autosell.yml
- Added Auto-Sell broadcast message into autosell.yml
- Added configurable Auto-Sell broadcast message time (in seconds)
Code:messages: autosell_enable: "&e&l(!) &7You've &a&lENABLED &7Autosell." autosell_disable: "&e&l(!) &7You've &c&lDISABLED &7Autosell." not_in_region: "&e&l(!) &cYou must be in region to use /sellall" sell_all_complete: "&e&lSELLALL &8>> &7You've sold your inventory for &a$%price%" last_minute_earn: "&e&lINFO &8>> &7You've earn &a$%amount% &7in last minute." auto_sell_broadcast: time: 60 message: - "&e&m-------&f&m-------&e&m--------&f&m--------&e&m--------&f&m-------&e&m-------" - " &8&l» &6&lAUTOSELL:" - " &8&l➥ &e&lMONEY MADE: &2$&a%money%" - " &8&l➥ &e&lITEMS SOLD: &f%items%" - "&e&m-------&f&m-------&e&m--------&f&m--------&e&m--------&f&m-------&e&m-------" regions: {}
Update 1.0.18
9th January 2021
- Fixed bug while mining Redstone ore, now it sells with autosell properly. You need to setup /sellprice <price> once again whilst holding redstone ore.
