Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. 1:
  2. DisplayName: '&7&lBasic Grass' #Name of the item shown by the crate.
  3. DisplayItem: '2' #Item that is shown by the crate.
  4. DisplayAmount: 1 #The amount that is displayed.
  5. Lore: #Lore will be shown in rewards GUI.
  6. - '&7Win some grass for your fields.'
  7. - '&6&lChance: &c&l40%'
  8. MaxRange: 100 #The max range that the chance will go though.
  9. Chance: 40 #Chance of that item getting picked. It would be 40/100 chance because MaxRange is 100.
  10. Firework: false #Firework when it is won.
  11. Glowing: false #Toggle if the item has a glowing effect but doesn't have an enchantment on it.
  12. Player: '' #Set the item to 397:3 and then add the players name for this to take effect.
  13. Unbreakable: false #Adds the unbreaking NBT tag to the display item to allow it to have custom textures.
  14. # For Cosmic Crates Only
  15. #############################################
  16. # Tiers: #The Tiers the rewards can be found in.
  17. # - 'Basic'
  18. # - 'UnCommon'
  19. # - 'Rare'
  20. #############################################
  21. # Items that the player wins if this prize is picked. (If you wish not to give an Item in the prize just delete the Items Section)
  22. # Items: Options
  23. # Item:<ID:MD> - You can choose the item with its id and meta data.
  24. # Amount:<Number> - Choose how many of the item you get.
  25. # Name:<Name> - The display name that goes on the item.
  26. # Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  27. # Unbreakable-Item:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
  28. # <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with "_".
  29. ###################################
  30. Items:
  31. - 'Item:2, Amount:32, Name:&7&lBasic Grass'
  32. #Commands are the commands that are run when this prize is won. (If you wish not to use a CMD in the prize just delete the Commands Section)
  33. #You can use %Player% to get the player that won the prize.
  34. Commands:
  35. - 'broadcast &6&l%Player% &7has just won some Basic Grass.'
  36. #Messages: option allows you to send players messages and not have to pm them with commands.
  37. #If you do not wish to have players get messaged that they won this prize then just remove the Messages: option.
  38. Messages:
  39. - '&7You just won a &7&lBasic Grass&7.'
  40. BlackListed-Permissions: {} #This allows for one time winnable prizes. If a player has one of the permissions then they will not be able to win it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement