Advertisement
Guest User

Basic

a guest
Feb 23rd, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.73 KB | None | 0 0
  1. Settings:
  2.   Spawn-Chance: 85 #The chance that this tier will spawn.
  3.   Use-Chance: true #If true then it uses the chance option in the prizes and if false then each prize has a 1/(Amount of Prizes) chance of winning.
  4.   Placed-Block: 'CHEST' #The block that will be clicked when they land.
  5.   Bulk-Prizes: #This allows players to win multiple prizes from one crate.
  6.     Toggle: false #Toggle if players can win multiple prizes.
  7.     Random: true #If true then it will pick a random bulk from 1-MaxBulk.
  8.     Max-Bulk: 3 #The max amount of prizes.
  9.   Hologram-Toggle: true #Toggle on and off holograms.
  10.   Hologram-Height: 1.5 #How high the hologram will be from the crate.
  11.   Hologram: #Holograms only show if Holographic Displays is on the server.
  12.     - '&7&l(&6&l!&7&l) Sorpresa'
  13.   Firework-Toggle: true #Toggle on or off fireworks.
  14.   Firework-Colors: #The colors the fireworks will be.
  15.     - 'Gray'
  16.     - 'Black'
  17.     - 'Orange'
  18.   Signal-Flare:
  19.     Toggle: true
  20.     Time: '15s'
  21.     Colors:
  22.       - 'Gray'
  23.       - 'Black'
  24.       - 'Orange'
  25. ###################################
  26. #             Items: Options
  27. # Item:<ID:MD> - You can choose the item with its id and meta data.
  28. # Amount:<Number> - Choose how many of the item you get.
  29. # Name:<Name> - The display name that goes on the item.
  30. # Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  31. # Glowing:<True/False> - Will make the item have a glowing effect without having an enchantment on the item. (Only supports 1.8 - 1.11)
  32. # Unbreakable-Item:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
  33. # <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 "_".
  34. ###################################
  35. Prizes: #The prizes that can be won.
  36.   '1': #Prize number
  37.     Chance: 70 #The chance that it will be won.
  38.     Drop-Items: false #Drop all items in the Items: option on the ground instead of into their inventory.
  39.     Messages: #The message that will be sent to the player if won.
  40.       - '&7Ganaste &a$1.000&7.'
  41.     Commands: #The commands that will be run when this prize is won.
  42.       - 'eco give %Player% 1000'
  43.   '2':
  44.     Chance: 10
  45.     Drop-Items: false
  46.     Messages:
  47.       - '&7Acabas de ganar &65 Manzanas confitadas&7.'
  48.     Items:
  49.       - 'Item:GOLDEN_APPLE, Amount:5, Name:&dManzana Confitada, Lore:&7Disfruta esta manzana,&7y si no te gusta espera.'
  50.   '3':
  51.     Chance: 40
  52.     Drop-Items: false
  53.     Messages:
  54.       - '&7Con esto puedes hacerte unos ricos churrascos.'
  55.     Items:
  56.       - 'Item:COOKED_BEEF, Amount:16'
  57.       - 'Item:BREAD, Amount:16'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement