MobLoot is a simple yet powerful plugin that allows you to give players individual rewards for killing specific mobs on your server. Whether it’s items or coins – you’re in full control of who gets what.
With built-in
Vault support, MobLoot works seamlessly with all major economy plugins. Coins can be added directly to a player’s balance – no matter if you’re using EssentialsX, CMI, or another economy system.
What MobLoot Can Do
As soon as a player kills a mob, the plugin checks whether a reward is defined for that mob. If so, the reward is granted based on a configurable chance. This reward can be an item or coins – the choice is yours.
You can also enable
global broadcast messages when someone receives a reward – perfect for rare drops or special loot announcements.
Easy Configuration
All messages are fully customizable and support placeholders like
%mob%, %amount%, %item%, and %player%. This allows you to match the reward messages to your server’s style and language.
Code (YAML):
messages:
item-reward: "&aYou received &e%amount%x %item% &afor killing a &e%mob%&a." coin-reward: "&aYou received &e%amount% coins &afor killing a &e%mob%&a." broadcast: "&6[MobLoot] &e%player% killed a &c%mob% &eand received a reward!" rewards:
ZOMBIE:
type: COINS
amount: 50
chance: 0.5
broadcast: false
CREEPER:
type: ITEM
item: DIAMOND
amount: 2
chance: 0.2
broadcast: true