Random Block Drops icon

Random Block Drops -----

Random dropped items from any block.



[Plugin Name]: Random Drops
[Version]: 1.0
[Supported Minecraft Versions]: 1.13 and above
[Description]:

The Random Drops plugin adds an exciting twist to your Minecraft server by introducing random item drops when players break certain blocks. Customize the loot tables for various blocks and let the anticipation build as players discover unique and valuable items.

Features:

  • Define custom drop rates for specific blocks
  • Configure multiple items to drop from a single block
  • Set item chances to control the probability of drops
  • Customize item attributes such as enchantments, lore, and durability
  • Support for special item names and colors
  • Particle effects when rare drops occur
  • Easy configuration using YAML files
  • Command to reload the configuration on-the-fly
With Random Drops, you can create a more dynamic and rewarding gameplay experience for your players. Surprise them with rare and powerful items that they can obtain through their mining efforts. The plugin offers flexibility and customization options to suit your server's unique gameplay style.

Whether you want to spice up survival mode, create special mining events, or enhance RPG elements on your server, Random Drops is the perfect plugin to add an extra layer of excitement and variety to your Minecraft world.

[Installation]:

  1. Download the Random Drops plugin from the Spigot resource page.
  2. Place the plugin JAR file in the "plugins" folder of your server.
  3. Start or reload your server to generate the default configuration files.
  4. Customize the drops.yml configuration file to define your desired loot tables.
  5. Restart or use the /rndDropsReload command to apply the changes in the configuration.
Code (YAML):

_shared_drop
: &shared_drop
  drop1
:
    item
: STONE
    chance
: 0.0025
  drop2
:
    item
: ELYTRA
    chance
: 0.00015
    lore
:
     - Some random lore
    name
: "&4Elytra of Universe"
  drop3
:
    item
: DIAMOND
    chance
: 0.00055
STONE
:
  <<
: *shared_drop
GRANITE
:
  <<
: *shared_drop
ANDESITE
:
  <<
: *shared_drop
DIORITE
:
  <<
: *shared_drop
COOPER_ORE
:
  <<
: *shared_drop
COAL_ORE
:
  drop1
:
    item
: COAL
    chance
: 0.025
DIAMOND_ORE
:
  drop1
:
    item
: BOW
    chance
: 1
    enchantments
:
      minecraft:infinity
:
        level
: 1
  drop2
:
    item
: DIAMOND
    amount
: 1
    chance
: 0.001
  drop3
:
    item
: CUSTOM_ITEM
    material
: DIAMOND_SWORD
    amount
: 1
    chance
: 0.01
    enchantments
:
      sharpness
:
        level
: 5
    lore
:
     - Blade of Honor
    name
: "&4Excalibur"
    durability
: 50
    flags
:
     - HIDE_ENCHANTS
      - HIDE_ATTRIBUTES
  drop4
:
    item
: CUSTOM_ITEM
    material
: DIAMOND_PICKAXE
    amount
: 1
    chance
: 0.01
    enchantments
:
      silk_touch
:
        level
: 1
      unbreaking
:
        level
: 3
    lore
:
     - Lorem Ip Sum
    name
: "&4Pickaxe of Underworld"
    durability
: 250
    flags
:
     - HIDE_ENCHANTS
      - HIDE_ATTRIBUTES
 
Resource Information
Author:
----------
Total Downloads: 469
First Release: Jul 15, 2023
Last Update: Jul 15, 2023
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings