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.
Update 1.0.17
7th January 2021
- Fixed bug with /prison reload, now it reload all configuration files properly.
Update 1.0.16
6th January 2021
- Fixed /sellprice command, now it accepts decimal values
