-
Notifications
You must be signed in to change notification settings - Fork 15
Loot
MaksyKun edited this page Jul 25, 2026
·
5 revisions
Loot controls protected loot containers, ownership time, blacklists, holograms, particles, and party drop modes.
-
Settings only:
modules/loot/settings.yml
- Alias:
loot,qloot -
loot reload—divinity.admin
Use general to restrict where loot can spawn. lootbox controls the visual container; party.drop-modes.roll-time controls party rolling.
-
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: 15See Modules and Commands and Permissions.