messages.yml

Messages:
  RELOAD:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eConfiguration(s) have been reloaded.'

  LOOTBOX_GIVEN:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have gave &6%player% &f%amount%x %lootbox-display%.'

  LOOTBOX_RECEIVED:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have received &6%amount%x %lootbox-display% from %sender%.'

  LOOTBOX_NOT_FOUND:
    Sound:
      Enable: true
      Value: ENTITY_VILLAGER_NO;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &cLootbox &6%lootbox% &cnot found.'

  LOOTBOX_DROPPED:
    Sound:
      Enable: true
      Value: ENTITY_ITEM_PICKUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have dropped &6%amount%x %lootbox-display% &enearby. &f(Inventory full)'

  NO_ITEM_IN_HAND:
    Sound:
      Enable: true
      Value: ENTITY_VILLAGER_NO;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &cYou must hold a item in your hand to add it to the lootbox.'

  BLACKLISTED_WORLD:
    Sound:
      Enable: true
      Value: ENTITY_VILLAGER_NO;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &cYou cannot open lootboxes in this world.'

  ITEM_ADDED_TO_LOOTBOX:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have added &6%item% &eto the lootbox &6%lootbox% &ewith a chance of &6%chance%&e%.'

  BONUS_ITEM_ADDED_TO_LOOTBOX:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have added the bonus item &6%item% &eto the lootbox &6%lootbox%&e.'

  EDITOR_LOOTBOX_CREATED:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eRegistered new lootbox &6%lootbox%&e!'

  "BLACKLISTED_REGION":
    Sound:
      Enable: true
      Value: ENTITY_VILLAGER_NO;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &cYou cannot open lootboxes in this region.'

Last updated