Skip to content
MaksyKun edited this page Jul 25, 2026 · 5 revisions

Loot

Loot controls protected loot containers, ownership time, blacklists, holograms, particles, and party drop modes.

Files

Commands and permissions

  • Alias: loot, qloot
  • loot reloaddivinity.admin

Configuration and example

Use general to restrict where loot can spawn. lootbox controls the visual container; party.drop-modes.roll-time controls party rolling.

Administrator notes

  • protect-drop, ownership time, and party drop modes determine who can take rewards. Test solo and every party mode.
  • World, region, entity, spawn-reason, and death-cause blacklists should be tested at their boundaries.
  • Verify optional hologram, region, mob, and party integrations load before enabling their related settings.
  • Test chunk unloads, server restart, owner logout, despawn, full inventories, and simultaneous pickup attempts.
settings.yml — bundled loot protections
general:
  protect-drop: true
  air-only: true
  time-to-loot: 300
  entity-blacklist:
    - ARMOR_STAND
  world-blacklist:
    - someworld
    - anotherworld
  spawn-reason-blacklist:
    - SPAWNER
  death-cause-blacklist:
    - LAVA
lootbox:
  holograms:
    enabled: true
party:
  drop-modes:
    roll-time: 15

See Modules and Commands and Permissions.

Clone this wiki locally