Skip to content
Redned edited this page Dec 22, 2019 · 4 revisions

Mob Loot

Mob loots are loots dropped by mobs. On this page, you'll be able to learn how to configure mobs to drop whatever you want them to.

Configuration

## e.g. zombie, creeper, skeleton, spider, player
MobDropLoot: true

To create a loot that overrides Vanilla mob drops, you first need to make sure that MobDropLoot in your config.yml is set to true. If MobDropLoot is set to false, then they will drop normal loot on top of the PhatLoots drops.

Execution

First, create a loot that is the same name as the mob.

Example: /loot make zombie.

Now, just add blocks, items, money or whatever you please to this loot table, and upon killing the mob, whatever you set in their loot table should drop.

To find out the mob name to use, check the spawn egg equivalent.

Please Note: In Minecraft 1.12 and lower, the first letter in the name of the loot table should be capitalized (e.g. Spider) and in 1.13+, it should be entirely lowercase (e.g. spider).

Getting Started

Loot Tables

Useful Links

  • Loot Options
  • Condition List
  • YouTube Tutorials

Clone this wiki locally