# ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ # ■ ░█▀▄▀█ ░█──░█ ░█▀▀▀█ ▀▀█▀▀ ░█▀▀▀ ░█▀▀█ ░█──░█ ░█▀▀█ ░█▀▀▀█ ▀▄░▄▀ ░█▀▀▀ ░█▀▀▀█ ■ # ■ ░█░█░█ ░█▄▄▄█ ─▀▀▀▄▄ ─░█── ░█▀▀▀ ░█▄▄▀ ░█▄▄▄█ ░█▀▀▄ ░█──░█ ─░█── ░█▀▀▀ ─▀▀▀▄▄ ■ # ■ ░█──░█ ──░█── ░█▄▄▄█ ─░█── ░█▄▄▄ ░█─░█ ──░█── ░█▄▄█ ░█▄▄▄█ ▄▀░▀▄ ░█▄▄▄ ░█▄▄▄█ BY XERICKER ■ # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ # ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• # Customize various events that will happen after a loot is revealed. # ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• events-settings: loot-discovered: send-broadcasts: - "&b{PLAYER} &efound &r{LOOT_NAME} &ein &r{BOX_NAME}" play-sounds: - ENTITY_PLAYER_LEVELUP;1.0;1.0 spawn-fireworks: - STAR;false;false;0;LIME;WHITE loot-duplicated: send-broadcasts: play-sounds: - ENTITY_VILLAGER_NO;1.0;1.0 spawn-fireworks: - STAR;false;false;0;LIME;WHITE # ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• # Effects from the effects.yml file that will be played when a loot is revealed. # You can assign different effects based on whether the loot was discovered or duplicated. # ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• effects-settings: loot-discovered: - "common-spiral-popper" - "common-firework-show" loot-duplicated: - "common-confetti" # ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• # Here's the place where you create loots. Here are some things to keep in mind: # - Each loot must have a unique ID (e.g., "common-loot" and "dust-loot"). # - After creating loots, assign them to boxes of your choice. # - The term "Discovered" refers to when a player receives a loot for the first time. # - The term "Duplicated" refers to when a player receives the same loot more than once. # - The "valuable" setting determines whether the Treasure Hunter upgrade will affect the loot chance. # The commands support a wide range of built-in placeholders, including PlaceholderAPI if it's installed. # ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• loot-creator: common-loot: name: "&aCommon Loot" enabled: true valuable: false drop-duplicate: true box-appearance: data: ENDER_CHEST;0 head: "" loot-discovered: dust-to-give: 0 commands: - "first console command" - "second console command" loot-duplicated: dust-to-give: 100 commands: - "first console command" - "second console command" dust-loot: name: "&d{DUST_TO_GIVE} Mystery Dust" enabled: true valuable: true drop-duplicate: false box-appearance: data: ENDER_CHEST;0 head: "" loot-discovered: dust-to-give: 100 commands: - "first console command" - "second console command" loot-duplicated: dust-to-give: 0 commands: - "first console command" - "second console command"