iBleedItems | Make items drop when you hit a mob! icon

iBleedItems | Make items drop when you hit a mob! -----

Highly customizable plugin which lets you turn mobs into pinatas!



iBleedItems

[​IMG]
Plugin description
A neat little plugin that makes mobs drop items of your choice when they are hit by a player. The probability and item dropped can be set in the configuration file. Enchantments and custom names are supported!
Can be used to enhance the survival experience, implemented in minigames or even simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.

Configuration
Code (YAML):
# Restart the plugin or your server for changes to take effect!

# Sets if player need permission "ibleeditems.use" to have their hits registered
usepermission
: false

# Set the drops for each entity type
# Possible values for entity type can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
types
:
  creeper
:
  # This contains the information for the item you want to drop, you can name it anything you want as long as it's not repeated for the same entity type
    item1
:
    # probability of dropping the item
      probability
: 0.8
      # The item that will be dropped
      itemstack
:
      # Required, for spigot reasons. Just copy and paste this in all your itemstacks and you'll be gucci
          v
: 0
          # Material of item, required
          type
: DIAMOND_AXE
          # The item meta
          meta
:
              ==
: ItemMeta
              meta-type
: UNSPECIFIC
              display-name
: ' [ { "text": "test", "italic":false } ]'
              lore
:
             - ' [ { "text": "lore", "italic":false } ]'
              - ' [ { "text": "lore 2", "italic":false } ]'
              enchants
:
                BINDING_CURSE
: 1
                PROTECTION_EXPLOSIONS
: 1
                DEPTH_STRIDER
: 2
    item2
:
      probability
: 0.8
      itemstack
:
          v
: 0
          type
: STONE
          # amount u want dropped
          amount
: 3
Support
If you found a bug or have a suggestion, add a comment

Satisfied? Leave a review!
Resource Information
Author:
----------
Total Downloads: 67
First Release: Jul 22, 2022
Last Update: Jul 23, 2022
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings