Pages » Qrpg » Modules » Loot
Settings.yml
general:
# When true, bounds loot box to the mob killer.
protect-drop: true
# Duration (in seconds) before loot box will disappear.
time-to-loot: 300
# List of Entity Types that are unaffected by this module.
entity-blacklist:
- ARMOR_STAND
# List of MythicMobs mobs that are unaffected by this module.
mythic-blacklist:
- SkeletonKing123
# List of worlds, where this module will have no effect.
world-blacklist:
- someworld
- anotherworld
# List of WorldGuard regions, where this module will have no effect.
region-blacklist:
- mob_arena
- myregion123
# List of mob Spawn Reasons where this module will have no effect.
spawn-reason-blacklist:
- SPAWNER
# List of Death Cause reasons where this module will have no effect.
death-cause-blacklist:
- LAVA
# Loot box Settings.
lootbox:
# Loot box skull texture.
skull-hash: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFhMzY4MzY1YjYwMzM3NWQ1Y2RkYTlkYWE5MjRiOTY0YjFmMTE4YTcyNTAxODdhNjk2YTA3ZmYxOGNmMDIifX19\
# Loot box Particles.
particles:
static: SPELL_WITCH
despawn: CLOUD
# Loot box holograms.
# HolographicDisplays required!
holograms:
enabled: true
# Placeholders:
# - %entity% - Name of killed entity.
# - %time% - Time before loot box disappears.
# - %owner% - Name of the loot owner.
text:
- '&f%entity%&7''s Loot'
- '&6» &eTime: &6%time%'
- '&6» &eOwner: &6%owner%'
# Party module compatibility.
party:
drop-modes:
# Time (in seconds) for Roll drop mode.
roll-time: 15
Information
Empty Block