Skip to content

Releases: Crazy-Crew/CrazyCrates

v4.10.5

02 Jun 02:25
d5dcb54

Choose a tag to compare

  • Added the prize display when opening FireCracker crate type.
  • Added the ability to hide components on items in the new Items section. (turn it on in config.yml)
    '1':
      DisplayName: <red>Diamond Helmet
      DisplayEnchantments:
      - protection:5
      - unbreaking:3
      # The item to display in the gui.
      DisplayItem: diamond_helmet
      # The amount to display in the gui.
      DisplayAmount: 1
      # The lore of the item.
      DisplayLore:
      - <gradient:#8fcfa0:#32a852>A gradient lore!
      # The chance to win i.e. 15%
      Weight: 15.0
      Items:
        1ca8f0ac:
          material: diamond_helmet
          # The name of the item.
          name: <red>Diamond Helmet
          # The configuration section for enchantments, minecraft: is not needed in front of the enchantment.
          # A list of enchantments https://jd.papermc.io/paper/1.21.4/io/papermc/paper/registry/keys/EnchantmentKeys.html
          # enchantment: amount
          enchantments:
            unbreaking: 3
            protection: 3
          # A list of components to hide.
          # https://jd.papermc.io/paper/1.21.5/io/papermc/paper/registry/keys/DataComponentTypeKeys.html, Grab the value from the description without minecraft:
          hidden-components:
            - "enchantments"
  • Fixed an issue with a try catch firing when it shouldn't.
  • Fixed a deprecation warning in the ExcellentCrates migrator.

Full Changelog: v4.10.4...v4.10.5

v4.10.4

29 May 17:37
1060438

Choose a tag to compare

  • Fixed a null pointer with the new Items layout.

Full Changelog: v4.10.3...v4.10.4

v4.10.3

29 May 17:37
e71fcdb

Choose a tag to compare

  • Fixed issue with player skulls not displaying correctly.
  • Tony stark built this in a cave with A BOX OF SCRAPS by @ryderbelserion in #852

Full Changelog: v4.10.2...v4.10.3

v4.10.2

29 May 17:36
db06d7e

Choose a tag to compare

  • Fix issue with the inventory titles not being colored. This issue only exists on 4.10.0 and 4.10.1.

Full Changelog: v4.10.1...v4.10.2

v4.10.1

29 May 17:36
07b13c1

Choose a tag to compare

  • Fixed #850 which was an issue with the examples folder loading.
    • If you still have issues, turn off update-examples-folder in the config.yml

Full Changelog: v4.10.0...v4.10.1

v4.10.0

29 May 17:36
60e6b85

Choose a tag to compare

  • Added authors to paper-plugin.yml

Full Changelog: v4.9.8...v4.10.0

v4.9.8

24 Apr 03:03
e70717c

Choose a tag to compare

  • Fixed an issue with ExcellentCratesMigrator

Full Changelog: v4.9.7...v4.9.8

v4.9.7

24 Apr 03:02
1f144c5

Choose a tag to compare

  • Fixed an issue on default installations where the rows were set to 3 instead of 6 in the config.yml

Full Changelog: v4.9.6...v4.9.7

v4.9.6

19 Apr 17:36
e95ae11

Choose a tag to compare

  • Fixed an issue with the FireCracker crate type

Full Changelog: v4.9.5...v4.9.6

v4.9.5

14 Apr 20:05
7cf44ba

Choose a tag to compare

  • Fixed an issue on Folia #844

Full Changelog: v4.9.4...v4.9.5