Fixed: *
Multiverse core problem.
Added: *
BackButton in the PotionsGUI
Added: *
warningsPerSeconds list in the config that allow you to add warnings when the mine cooldown has reached a number.
Added: *
/minemania rename <mine> <newname>: command that allow you to rename a mine.
Fixed
: *
A huge bug it printed NullPointerException in the console when a player breaks a block and some mine doesn't had a region
Added: *
MinedBlocks placeholder
Added: *
MineBomb hook
Modified: *
Cleaned some code
Added: *
resetminewhennoblocks boolean in the config that allow you to make mines reset if they doesn't have more blocks left.
Fixed: *Previously, blocks broken by an explosion from a TokenEnchant enchant, were not counted in the percentage
Fixed: *Previously, blocks broken by an explosion were able to bypass the breakMineBlocksWhileReset option in the config.
Added: *
PlaceHolderAPI Hook that allow you to use placeholders, the avaible placeholders are:
%minemania_blocksminedpercentage_<mine>%: Display percentage of the mined blocks in the insterted mine.
%minemania_blocksleftpercentage_<mine>%: Display percentage of the left blocks in the insterted mine.
%minemania_timetillreset_<mine>%: Display time left for reset in the insterted mine.
Added: *
/minemania setpercentagereset <mine> <percentage> That allow you to set a on-percentage reset, example,
the percentage reset is on 80%, players mined the 80% of the blocks in the mine, so the mine resets.
Added: *
Conversion from the plugins: MineResetLite and JetsPrisonMines.
For convert from a plugin you need to insert it in the server and open the Main GUI of MineMania, The plugin will say you to convert.
Added: *
/minemania addpotioneffect command <mine> <potion> <level> that allow you to add a potion effect in a mine without a GUI
Added: *
/minemania removepotioneffect command <mine> <potion> that allow you to remove a potion effect in a mine without a GUI
Added: *
/minemania potions command <mine> that allow you to view all potions in a mine without GUI
Added: *
Potions in the MineView GUI That allow you to add Potion Effects when a player enter in a GUI region.
Added: *
breakMineBlocksWhileReset boolean in the config that allow you to set if players can break blocks in a mine when it is resetting.
Added: *
/minemania setgradualreset <mine> <true/false> command that allow you to set if the mine, when reset, will be instant or gradual.
Added: *
blocksPerTickGradualReset in the config, that allow you to set the number of blocks per tick when a mine do a gradual reset.
Added: *
Italian language
Added: *
Compatibility with TokenEnchant plugin.
Added: *
/minemania tp <mine> command that allow you to teleport on the spawn location of a mine.
Fixed: *
TabCompleter for the commands: /minemania addblock and /minemania removeblock.
Added: *
PlayerBreakBlockEvent class(That is a new API)
Added: *
Events API for developers
Added: *
TabCompleter for every command.
Added: *
/minemania reload Command that allow you to reload the config.
Added: *
updaterEnabled boolean in the config that allow you to enable or disable the update-notifier.
Added: *
Search button in all GUIs that allow you to filter the elements by name.
Modified: *
Some improvments.
Added: *
Updater notifier