1.1.4

Patches in this changelog

  • Lootbox Rerolling: Implemented an "Experimental" feature for rerolling lootboxes, there will now be a reroll menu created in your menus file to alter the menu to your liking.

  • Reroll Command: Implemented a command to give a player access to rerolling, this can be done via /lootboxadmin reroll set {player} [true/false].

  • Personal Lootbox Message: Inside of the Lootbox-Messages there is now a personal message u can send along with the normal message, please refer to the yaml files below.

  • Base-64 Fix: Fixed an issue with Base-64 textures weren't being applied on Bonus-Commands displaying options.

  • Overridable Chat Message: If you wish to have a different "chat" name to be displayed from what the item is called, there is now a new config line to override the original display name, this is Overridable-Chat-Name.

  • Better Version Support: Added support for 1.21.8 and fixed some visual bugs during testing.

  • Other niche visual changes and bug patches.

New Configuration Lines

messages.yml

REROLL_OPTION_CHANGED:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eSuccessfully updated &f%player%''s &ereroll option to &6%option%&e.'
    

Lootbox Files

  Lootbox-Messages:
    "LOOTBOX_REWARDS":
      Sound:
        Enable: true
        Value: "ENTITY_PLAYER_LEVELUP;1.0;1.0"
      Message:
        Enable: true
        Value:
        - "                   #EC8C8C&l-#F19A8C&l-#F6A98C&l-#FAB78B&l-#FFC58B&l-#FFD18F&l-#FFDC93&l-#FFE896&l-#FFF39A&l-#FFFF9E&l-#EBFF9D&l-#D7FF9C&l-#C2FF9C&l-#AEFF9B&l-#9AFF9A&l-#99F3B1&l-#99E7C8&l-#98DBDE&l-#97CFF5&l-#9AC2F8&l-#9DB5FA&l-#A0A7FD&l-#A39AFF&l-#B29BFF&l-#C19CFF&l-#D09EFF&l-#DF9FFF&l-#EEA0FF&l-"
        - "                            #EC8C8C&lNEW %lootbox%"
        - "                                &f&l%player% &7has won"
        - "                                   %bonus-reward-display-name%"
        - "                   #EC8C8C&l-#F19A8C&l-#F6A98C&l-#FAB78B&l-#FFC58B&l-#FFD18F&l-#FFDC93&l-#FFE896&l-#FFF39A&l-#FFFF9E&l-#EBFF9D&l-#D7FF9C&l-#C2FF9C&l-#AEFF9B&l-#9AFF9A&l-#99F3B1&l-#99E7C8&l-#98DBDE&l-#97CFF5&l-#9AC2F8&l-#9DB5FA&l-#A0A7FD&l-#A39AFF&l-#B29BFF&l-#C19CFF&l-#D09EFF&l-#DF9FFF&l-#EEA0FF&l-"

    "LOOTBOX_PERSONAL":
      Sound:
        Enable: false
        Value: "ENTITY_PLAYER_LEVELUP;1.0;1.0"
      Message:
        Enable: false
        Value:
          - ""
    Gold-Block:
      Display-Name: '&f1x &6&lGold Blocks' # Purely for display purposes, can be removed.
      
      ## NEW!
      Overridable-Chat-Name: '&f1x &6&lGold Blocks' # Final display name in chat, can be removed.
      
      
      Material: GOLD_BLOCK # Material of the item, can be removed.
      Lore:
      - '&7&oWings forged from the essence of phantoms,'
      - '&7&ofeaturing a spectral design that grants'
      - '&7&oflight and agility.'
      Chance: 70
      Commands:
      - give %player% minecraft:gold_block 1

Last updated