☄️ ProMining ☄️ ➤ ✨ AutoSells | ⭐AutoCompressor | ⛏ AutoSmelt | ⚡AutoSorter |✅  Inventory Linking icon

☄️ ProMining ☄️ ➤ ✨ AutoSells | ⭐AutoCompressor | ⛏ AutoSmelt | ⚡AutoSorter |✅ Inventory Linking -----

Mining and selling solution!




New config options were added to control the earnings title when having automatic selling enabled.

+6 New options
----------, Dec 17, 2024

A bug related to the inventory linking was fixed and a new config option to set sounds when selling were added to the configuration!

+1 Bug fixed!
+2 New options!
----------, Dec 16, 2024

A bug related to the auto pickup feature was fixed!

+1 Bug fixed!
----------, Dec 15, 2024

Support for ZShop was implemented at the shops.yml file!

+1 Plugin support added!
----------, Dec 13, 2024

The EconomyShopGUI hook was updated to the latest version of the API. Also support for ESSENTIALS was implemented at the shops.yml file.

+1 Hook update!
+1 New hook!
----------, Dec 12, 2024

An event priority correction was made to prevent incompatibilities between ProMining and external plugins!

+1 Small correction!
----------, Dec 10, 2024

A dupe bug was fixed and support for newer versions of the game was implemented!

+1 Bug fixed!
+Support!
----------, Dec 9, 2024

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.

+Support!
+1 New option!
----------, Jul 4, 2024

A bug related to the 1.8 version and the autopickup feature was fixed!

+1 Bug fixed!
----------, Jun 13, 2024

Optimizations were done to the new Automatic Pickup feature!

+Optimization!
----------, Jan 24, 2024

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.

upload_2024-1-23_10-20-23.png

+1 New feature!
+Support!
----------, Jan 23, 2024

A new message was added to the languages.yml file, now you can edit the command help of the /mining cmd.

+1 New message!
----------, Jun 16, 2023

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.

+1 New config section!
+1 Bug fixed!
----------, Jun 6, 2023

A plugin library was updated to support the 1.19.3 version!

+1 Library updated!
----------, May 5, 2023

Hard refactoring was done to the plugin, the internal plugin API was changed to have a better performance and easier implementations in the future.
----------, May 4, 2023

PlaceholderAPI support was added!, now you can use %promining_perm_multiplier% to get the multiplier you currently have applied!

+1 Plugin support!
+1 New placeholder!
----------, Feb 9, 2023

Missing compressor recipe for quartz blocks was added!

+1 compressing recipe!
----------, Feb 1, 2023

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.

+1 New option!
----------, Jan 31, 2023

A bug related to WorldGuard regions on legacy versions was fixed!

+1 Bug fixed!
----------, Jan 30, 2023

A bug related to the multipliers was fixed!

+1 Bug fixed!
----------, Jan 25, 2023

Optimizations were done the plugin's GUIS.

+Optimization!
----------, Jan 5, 2023

Support WildTools was added to the plugin. Now you can use Cuboid tools without experiencing incompatibilities between the both plugins.

+1 Plugin support!
----------, Jan 4, 2023

A missing section was added to the mining-hub.yml file. Now you can edit the inventory title of the filter selector inventories.

+1 New option!
----------, Jan 2, 2023

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.

+1 New option!
----------, Jan 1, 2023

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.

+11 Messages added!
----------, Dec 31, 2022

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.

+Customization!
----------, Dec 28, 2022

The hook for linking Advanced Chests was updated to the latest version of the API!

+Compatibility!
----------, Dec 27, 2022

Support for the newest version of Minecraft was added. Compatiblity with the latest API version of ShopGUIPlus was also implemented.

+Compatibility
----------, Nov 25, 2022

A bug related to the shops.yml file was fixed!

+1 Bug fixed!
----------, Jun 30, 2022

Support for EconomyShopGUIPremium was added, now you can use ECONOMY_SHOP_GUI_PREMIUM as a provider in the shops.yml file.

+1 Plugin support!
----------, Jun 28, 2022

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
----------, Jun 7, 2022

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
:
       - ""
----------, May 17, 2022

A small bug was fixed!

+1 Bug fixed!
----------, Mar 1, 2022

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"

+1 New feature!
----------, Feb 8, 2022

Tab completers were added to the /inventory command.
----------, Jan 27, 2022

Support for Minecraft 1.18 was added!

+Support!
----------, Jan 14, 2022

A new reload command was added to the plugin, now you can use /promining reload to reload the plugin entirely ( Requires promining.admin permission).

+1 New command!
+1 New permission!
----------, Jan 11, 2022

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.

+33 Messages added!
+2 Bugs fixed!
----------, Jan 7, 2022

A bug related to the automatic pushing to linked inventories was fixed!

+1 Bug fixed!
----------, Jan 6, 2022

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!

+1 New file!
----------, Jan 4, 2022

A new update checker was added to the plugin!

+1 New feature!
----------, Dec 31, 2021

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.

+1 New option!
----------, Dec 29, 2021

A new config.yml file was added and also a new option to edit the expiration time of the mining session was added to the file.

+1 New file!
+1 New option!
----------, Dec 27, 2021

Resource Information
Author:
----------
Total Downloads: 59
First Release: Dec 23, 2021
Last Update: Dec 17, 2024
Category: ---------------
All-Time Rating:
5 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings