Skip to content
MaksyKun edited this page Jul 25, 2026 · 1 revision

08 — Drops

Drops connects mob/entity conditions to reward tables and permission-based multipliers.

Files

Commands and permissions

  • drops drop <world> <x> <y> <z> <item-id> [level|range] [amount]divinity.admin
  • drops give <player> <item-id> [level|range] [amount]divinity.admin
  • drops reloaddivinity.admin

Configuration and example

multipliers maps permission groups to reward multipliers. Mob files choose vanilla or MythicMobs sources and attach one or more tables.

mobs/animals.yml — bundled animal drop rule
chance: 5.0
roll-once: true
vanilla-mobs:
  - 'ANIMAL'
mythic-mobs: []
prevent-from: []
drop-tables:
  - table_gems

Clone this wiki locally