MineableGems | 1.8.8 - 1.18 | Create and Customize Your Own Drops icon

MineableGems | 1.8.8 - 1.18 | Create and Customize Your Own Drops -----

Create drops with conditions and features like AutoInventory, Console Commands and more!



1.7 | Multiple Drops, HeadDatabase Support, Improvements and Bug Fixes
Multiple Drops » You can now set multiple drops for one block, Making different conditions and customizations for each drop!
In order to create multiple drops, you need to write them in numerical sections and start with 1. Here's an example:

Code (YAML):
GOLD_ORE:
    1
:
      Material
: GOLD_ORE
      Chance
: 100.0
      Experience
: 1-6
      Find-In
: Everywhere
      Vanilla-Drops
: false
      Auto-Inventory
: false
    2
:
      Material
: STONE
      Chance
: 20.0
      Experience
: 1-3
      Find-In
: Everywhere
      Vanilla-Drops
: true
      Auto-Inventory
: false
    3
:
      Material
: GOLD_INGOT
      Chance
: 7.5
      Experience
: 5-15
      Find-In
: Everywhere
      Vanilla-Drops
: half
      Auto-Inventory
: false

HeadDatabase Support » You can now use HeadDatabase for custom drop's materials, In order to use HeadDatabase as a material, you can simply use this format:
Code (Java):
Material : HeadDatabase :<headID >
<OR >
Material : hdb :<headID >
Here's an example:
Code (YAML):
GOLD_ORE:
  Material
: hdb:40476
  Chance
: 20.0
  Experience
: 5-12
  Name
: "&6Gold Coin"
  Prevent-Drops-If-Placed
: true
  Vanilla-Drops
: true
  Auto-Inventory
: false

Required-Pickaxe-Power (MMOItems compatibility) » A new condition you can use to choose how much pickaxe power is required to get the custom drop.
Note: Pickaxe Power is an attribute from MMOItems.

New Placeholders in Commands » Added four new placeholders to use in Console-Commands and Player-Commands:
Code (Text):
%block% -> Shows the mined block name.
%block_x% -> Shows mined block's X location.
%block_y% -> Shows mined block's Y location.
%block_z% -> Shows mined block's Z location.


Improved » Custom Drop loading optimizations, MineableGems will now able to load over a thousand drops in less than one second.

Improved » Improved and optimized custom drops reloading, added new success, fail and warning messages.

Fix » Fixed a bug that plugin was not loading with WorldGuard related errors.
----------, Dec 25, 2020
Resource Information
Author:
----------
Total Downloads: 10,725
First Release: Sep 12, 2020
Last Update: Apr 27, 2021
Category: ---------------
All-Time Rating:
38 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings