● Added 1.17 support
● Added a new command (/mines setPermission <mine> <permission>) - Set the permission to mine in the area.
● Added a new permission for /mines setPermission ->
deluxemines.setpermission
● Added FastAsyncWorldedit support from 1.7-1.19
● Added a new settings.yml option to allow FAWE to reset the mines
● Added nuke support for UltraPrisonCore
● Added PlaceholderAPI support
Code (Text):
All placeholders require a mine name after the last string.
Replace 'PLACEHOLDER' with a placeholder from the list below.
Replace 'MINENAME' with the name of your mine.
Placeholers:
● timeleftformatted --> Displays the time left until the mine resets formatted. I.E, 5 minutes 20 seconds
● secondsleft --> Displays the seconds left until the mine resets. I.E, 320 seconds
● blocksleft --> Displays the blocks left in the mine.
● blocksleftpercent --> Displays the blocks left in the mine as a percentage. I.E, 80% (This would mean 20% has been mined)
● resetpercentage --> Displays the percentage the mine will reset at. Exampe, 40%.
● playersinsidemine --> Displays the current amount of players inside the mine. I.E, 5
● creation --> Displays the time and date the mine was crated. I.E, 16.10.2022 12:00:00
● enabled --> Displays true or false wether or not the mine is enabled or disabled.
● delay --> Displays the delay of the mine. I.E, 10 minutes if it resets every 10 minutes
● Fixed custom materials from modpacks not loading
● Added getCorrectedPoints() to MineRegion API
● Added two new lang.yml options
Please add the following to your lang.yml
Code (YAML):
SETPERMISSION: "&7Set &a{0} &7permission to &a{1}&7." NOBREAKPERMISSION: "&4You do not have permission to mine in &a{0}&4."