Advertisement
Kicjow1

Untitled

Jun 18th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.19 KB | None | 0 0
  1. Settings:
  2.   Spawn-Chance: 40
  3.   Use-Chance: true
  4.   Placed-Block: '130'
  5.   Bulk-Prizes:
  6.     Toggle: false
  7.     Random: true
  8.     Max-Bulk: 3
  9.   Hologram-Toggle: true
  10.   Hologram-Hight: 1.5
  11.   Hologram:
  12.    - '&7&l(&a&l<<&7&l)&c&lMega &7&lCrate &7&l(&a&l>>&7&l)'
  13.   Firework-Toggle: true
  14.   Firework-Colors:
  15.    - 'Gray'
  16.     - 'Black'
  17.     - 'Yellow'
  18.   Signal-Flare:
  19.     Toggle: true
  20.     Time: '25s'
  21.     Colors:
  22.    - 'Gray'
  23.     - 'Black'
  24.     - 'Yellow'
  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. # Unbreaking:<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:
  36.   '1':
  37.     Chance: 10
  38.     Messages:
  39.      - '&7Congratulations You have just won $50000'
  40.     Commands:
  41.      - 'eco give %Player% 50000'
  42.   '2':
  43.     Chance: 40
  44.     Messages:
  45.      - '&7Congratulations you have just won 3 Elite books'
  46.     Command:
  47.      - 'ae givercbook Elite %player% 3'
  48.   '3':
  49.     Chance: 40
  50.     Messages:
  51.      - '&7Congratulations you have just won 3 Ultimate Books'
  52.     Command:
  53.      - 'ae givercbook Ultimate %player% 3'
  54.   '4':
  55.     Chance: 20
  56.     Messages:
  57.      - '&7Congratulations you have just won a Cow spawner'
  58.     Commands:
  59.      - 'ultimatestacker givespawner %player% cow 1'  
  60.   '5':
  61.     Chance: 55
  62.     Messages:
  63.      - '&7Congratulations you have just won a Xp bottles'
  64.     Items:
  65.      - 'Item:384, Amount:32'      
  66.   '6':
  67.     Chance: 15
  68.     Messages:
  69.      - '&7Congratulations you have just won a Zombie spawner'
  70.     Commands:
  71.      - 'ultimatestacker givespawner %player% zombie 1'      
  72.   '7':
  73.     Chance: 10
  74.     Messages:
  75.      - '&7Congratulations you have just won a Skeleton spawner'
  76.     Commands:
  77.      - 'ultimatestacker givespawner %player% skeleton 1'            
  78.   '8':
  79.     Chance: 5
  80.     Messages:
  81.      - '&7Congratulations you have just won a Spider spawner'
  82.     Commands:
  83.      - 'ultimatestacker givespawner %player% spider 1'
  84.   '9':
  85.     Chance: 8
  86.     Messages:
  87.      - '&7Congratulations you have just won 2 vote keys'
  88.     Commands:
  89.      - 'crazycrate give p vote 2 %Player%'
  90.   '10':
  91.     Chance: 1
  92.     Messages:
  93.      - '&7Congratulations you have just won a infinity key'
  94.     Commands:
  95.      - 'crazycrate give p infinity 1 %Player%'
  96.   '11':
  97.     Chance: 3
  98.     Messages:
  99.      - '&7Congratulations you have just won 1 oblivion keys'
  100.     Commands:
  101.      - 'crazycrate give p oblivion 1 %Player%'
  102.   '12':
  103.     Chance: 5
  104.     Messages:
  105.      - '&7Congratulations you have just won 1 quivering keys'
  106.     Commands:
  107.      - 'crazycrate give p quivering 1 %Player%'
  108.   '13':
  109.     Chance: 5
  110.     Messages:
  111.      - '&7Congratulations you have just won a Dragon Head'
  112.     Commands:
  113.      - 'give %Player% 397:5 1'
  114.   '14':
  115.     Chance: 10
  116.     Messages:
  117.      - '&7Congratulations you have just won 3 hoppers'
  118.     Commands:
  119.      - 'give GeneticCore hopper 3'
  120.   '15' :
  121.     Chance: 15
  122.     Messages:
  123.      - '&7Congratulations you have just won 30000$'
  124.     Commands:
  125.      - 'eco give %player% 30000'
  126.   '16':
  127.     Chance: 10
  128.     Messages:
  129.      - '&7Congratulations you have just won some diamond and emerald blocks'
  130.     Commands:
  131.      - 'give %Player% 57 10'
  132.       - 'give %Player& 133 9'
  133.   '17':
  134.     Chance: 20
  135.     Messages:
  136.      - '&7Congratulations you have just won some iron and gold blocks'
  137.     Commands:
  138.      - 'give %Player% 41 16'
  139.       - 'give %Player& 32 16'
  140.   '18':
  141.     Chance: 5
  142.     Messages:
  143.      - '&7Congratulations you have just won some quartz blocks'
  144.     Commands:
  145.      - 'give %Player% 155:0 4'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement