MobLoot icon

MobLoot -----

When killing mobs allows you to customize egg drops, money and command execution.



MobLoot that adds enhanced rewards distribution features when killing mobs. The plugin allows you to customize the chance of spawner eggs dropping from mobs, currency drops, and executing commands upon killing specific mobs.

Key features of the plugin:

  1. Spawn Egg Drops: You can configure the chance of spawn eggs dropping from mobs after they are killed. This enables players to obtain mob spawners from slain mobs.

  2. Currency Drops: You can set the chance of currency drops occurring upon killing a mob. You can also define the minimum and maximum amount of currency that will drop.

  3. Command Execution: The plugin allows for the execution of commands after killing specific mobs. You can configure commands for particular mobs in the plugin's configuration file.

  4. Mob Blacklist: The plugin provides the ability to specify mobs from which spawner eggs and currency will not drop. You can list these mobs in the configuration file.
This plugin expands the capabilities of your Minecraft servers by making the mob-killing process more engaging and rewarding for players.

Dependencies:
Vault

Commands:
/mobloot(ml) reload

Permisions:
- mobloot.reload

Code (YAML):

DropEgg
:
  #or drop an egg from a spawning mob when killed by the player.
  Enable
: true
  #Egg drop chance spawning mob (0.0-1.0)
  Chance
: 0.1
  #Rename monster_egg to anvil
  #false rename
  #true do not rename
  Rename
: false
  #Summon a mob from an egg
  #false summon
  #true do not summon
  SpawnFromEgg
: false
  Blacklist
:
  - ENDER_DRAGON
CurrencyDrop
:
  MinAmount
: 10
  MaxAmount
: 100
  #This line sends a message to the player about receiving currency.
  Message
: "You received {amount} currency for killing a {entity}."
  #Drop an item with money from a mob after a kill
  DropItem
:
    Enable
: false
    Material
: GOLD_INGOT
    Message
: "You received {amount} currency."
  Blacklist
:
  - ENDER_DRAGON
ConfigReloadMsg
: "&aPlugin reloaded"
NotPermMsg
: "&cYou do not have permission."
Entity
:
  '1'
:
    #Name entity after killing which the command is executed.
    #You can find the list of entities here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
    EntityName
: ENDER_DRAGON
    Command
: example command
   
Resource Information
Author:
----------
Total Downloads: 101
First Release: Jun 3, 2023
Last Update: Jun 5, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings