1.1.3

Changelog

Patches in this changelog

  • Fixed errors with holograms not linking to correct plugins

  • Animations (PANDORA & SUPPLY-DROP) are now PLACE_ONLY animation types, in short terms; you cannot right-click in air or do any other open actions besides placing.

  • Fixed an issue with the default preview-menu configs not working.

  • Added Generate-Default-Lootboxes line to settings.yml to stop the generation of default lootboxes.

  • Added new message "LOOTBOX_PLACE_ONLY" to alert players that the currently held lootbox can only be placed.

  • Fixed an issue with versions 1.21.3 regarding skull texturing and NBT reading with pandora animation

New Configuration Lines

messages.yml

  LOOTBOX_PLACE_ONLY:
    Sound:
      Enable: true
      Value: ENTITY_VILLAGER_NO;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &cThis lootbox can only be placed, not opened directly.'

settings.yml

License: "XXXX-XXXX-XXXX-XXXX"


Generate-Default-Lootboxes: true # If set to true, the plugin will generate default lootboxes on startup. If set to false, you need to create your own lootboxes.

preview-menu.yml

Preview-Menu:
  Menu-Title: "Previewing loot...     %page%/%max-page%"
  Menu-Size: 54
  Slot-Filler:
    Enable: true
    filler:
      "GRAY_PANELS":
        material: "GRAY_STAINED_GLASS_PANE"
        name: "&7"
        lore: [ ]
        slots:
          - "45-53"
  Menu-Items:
    Previous-Page:
      Slot: 45
      Material: "ARROW"
      Display-Name: "&a&lPrevious Page"
      Lore:
        - "&7Click to view the previous page."
      Custom-Model-Data: 0
      Sound: "UI_BUTTON_CLICK;1.0;1.0"


    Next-Page:
      Slot: 53
      Material: "ARROW"
      Display-Name: "&a&lNext Page"
      Lore:
        - "&7Click to view the next page."
      Custom-Model-Data: 0
      Sound: "UI_BUTTON_CLICK;1.0;1.0"

Last updated