Update 1.12.8
29th January 2023
- Enchants - All | Small performance increase in all enchants (small code refactors)
- Enchants - Fortune | Fixed Fortune enchant behavior and removed Whitelisted blocks in configuration (switched to blacklisted blocks instead)
- Enchants - Nuke | Added option Remove-Blocks to actually remove blocks in mine (Default: true). This can be set to false, hence no blocks would be removed and it might increase TPS
- Enchants - Nuke | Added Message to display after nuke was triggered
Code (YAML):
'21':
RawName
:
"nuke"
Name
: '&cNuke'
GuiName
: '&cNuke'
Material
: BOOK
Enabled
: true
InGuiSlot
: 47
Increase-Cost-by
: 0
Max
: 500
Chance
: 0.2
Cost
: 1000
Description
:
- '&7&o
(
( Ability to break whole mine while mining
)
)'
Pickaxe-Level-Required
: 1
Remove-Blocks
: true
Count-Blocks-Broken
: true
Message
:
"&e&lENCHANT &8» &7You got &2&l$&a%money% &7from &c&lNuke &7activation."
Refund:
Enabled
: true
InGuiSlot
: 47
Percentage
: 50.0
Code (YAML):
'3':
RawName
:
"fortune"
Name
: '&cFortune'
GuiName
: '&cFortune'
Material
: BOOK
Enabled
: true
InGuiSlot
: 29
Increase-Cost-by
: 75
Max
: -1
Cost
: 75
Blacklist
:
- BEDROCK
Description
:
- '&7&o
(
( Ability to receive more blocks while mining
)
)'
Refund:
Enabled
: true
InGuiSlot
: 29
Percentage
: 50.0