Fortune support for the automatic pickup feature was added. Also a new option called
allow-fortune-on-blocks was added to allow the fortune on blocks different from conventional ores. Support for newer versions of Minecraft was also implemented.
A new feature was added to the plugin. Now you can use the automatic pickup feature to automatically pickup items into your inventory while you mine. Also more support for the newer Minecraft version was added.
A new section called
(command-aliases) was added to the config.yml file to modify command aliases. Also a bug related to the languages.yml file was fixed.
Now you can establish the slots to ignore for the automatic sorting with the new option called
ignore-slots at the
automatic-sort section in the config.yml file.
Now you can edit the inventory titles of the vast majority of mining hub inventories in the
mining-hub.yml file. A new section called
inventory-name will be created automatically for each inventory.
New action messages were added to the languages.yml file. Now you can edit action messages such as the enabling/disabling features like: autocompress,autosell,autosort,autosmelting and selling.
Now you can edit the buttons of the
/mining interfaces. a new section called mining-hub was added at the bottom of the file to edit all the related to the item itself and the placeholders.
Three new commands were added to edit the existing filters and also support for EconomyShopGUI was added.
+3 New commands!
+1 Plugin support!
/inventory filter edit <name> set <materials> - Sets a list of materials to the specified filter
/inventory filter edit <name> add <materials> - Adds a list of materials to the specified filter
/inventory filter edit <name> remove <materials> - Removes a list of materials to the specified filter
Now you can customize the majority of the inventories of the mining hub through a pattern system, a new file called mining-hub.yml will be created.
In this file you can change the patterns of each inventory and you will be able to add/remove new content and also change the way each inventory looks.
+1 New feature!
Code (YAML):
main: # All the items that not appear in the pattern will be ignored. pattern: - 'A A A A A A A A A'
- 'B B S M C R I B B'
- 'A A A A A A A A A'
# This item will be showed up if a button couldn't be loaded correctly default-item: "A" items:
S:
type: "AUTOMATIC_SELL_BUTTON" M:
type: "AUTOMATIC_SMELT_BUTTON" C:
type: "AUTOMATIC_COMPRESS_BUTTON" R:
type: "AUTOMATIC_SORT_BUTTON" I:
type: "INVENTORY_LINKING_BUTTON" A:
type: "GRAY_STAINED_GLASS_PANE" name: " " lore: -
"" B:
type: "WHITE_STAINED_GLASS_PANE" name: " " lore: -
"" inventory-linking: # All the items that not appear in the pattern will be ignored. pattern: - 'A A A A A A A A A'
- 'A L A P A C A R A'
- 'A A A A B A A A A'
# This item will be showed up if a button couldn't be loaded correctly default-item: "A" items:
L:
type: "LINK_BUTTON" P:
type: "PUSH_BUTTON" C:
type: "PULL_BUTTON" R:
type: "AUTOMATIC_PUSH_BUTTON" B:
type: "INVENTORY_LINKING_BACK_BUTTON" A:
type: "GRAY_STAINED_GLASS_PANE" name: " " lore: -
""
New permission multipliers were added to the plugin, now you can declare permission multipliers in the new file called multipliers.yml!
Code (YAML):
multipliers: # You can copy/paste these templates to create new multipliers example: # The permission that will be used for this multiplier permission: promining.multiplier.example
# The level for this multiplier, in this case 2x level: 2.0
# The shops where the multiplier will be applied # Leave it empty if you want the multiplier to work everywhere shops: -
"" example2: # The permission that will be used for this multiplier permission: promining.multiplier.example2
# The level for this multiplier, in this case 3x level: 3.0
# The shops where the multiplier will be applied # Leave it empty if you want the multiplier to work everywhere shops: -
"example"
Plugin's messages related to external inventories were added to the languages.yml file and also two bugs related to the pull and push actions were fixed.
A new resource was added to the plugin, now you can use the new languages.yml file to edit the plugin's messages, all the remaining messages will be added to the file along the next updates!
A new mining session option was added to the configuration file, now you can use the
delay option to adjust the delay the mining session will have once the players starts breaking blocks.