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

16 — 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.

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

Clone this wiki locally