Best prizes

Best prizes is a separate reward pool that is given out separately and usually used as a "cherry on top of a cake". Some servers use this feature to treat a player with a guaranteed premium reward.

BestPrizes is used only in a small amount of animations. This is due to the fact that best prizes is integrated into the animation itself, likewise if the animation wasn't made ready to hold a best prize the feature won't work for it. Currently BestPrizes feature works for these animations: Round, Round2, Cosmic.

Example of BestPrizes configuration section:

BestPrizes: 
  MVP:
    Material: NETHER_STAR
    Glow: true
    Name: '&a&l1x MVP Rank Voucher'
    Enchantments: []
    Lores: []
    NBTtags: []
    GiveConfiguratedItem: false
    Permission: "Donator.Novice" 
    Commands:
    - voucher give {player_name} mvp_rank 1
    BlacklistedPerms: 
    - Rank.MVP 
    MessagesToPlayer:
    - '&fCongradulations on Winning The Rarest Item in The Crate!'
    PreviewName: "&a&l1x MVP Rank Voucher (x1)"
    PreviewLores:
    - "&7MVP Rank Voucher"
    - "&7For a lifetime!"
    - ""
    - "&7Warning: Rarest Item"
    BroadcastMessagesToPlayers:
    - '&e&l{player_name} &f&lWas Lucky Enough to Win The &a&lMVP Rank Voucher'
    Chance: 5
  2MythicalKeys:
    Material: TRIPWIRE_HOOK
    Glow: true
    Name: '&b&l2x Mythical Keys'
    Enchantments: []
    Lores: []
    NBTtags: []
    GiveConfiguratedItem: false
    PreviewName: "&b&lMythical Keys (x2)"
    PreviewLores:
    - "&72 Mythical Keys"
    - "&7To open the Mythical Crate"
    - ""
    - "&7/warp crates"
    Commands:
    - crate give {player_name} mythical 2
    Chance: 20

Last updated