Advertisement
Guest User

Untitled

a guest
Jan 7th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.50 KB | None | 0 0
  1. # Full plugin documentation:
  2. # dev.bukkit.org/bukkit-plugins/random_box/pages/main/documentation/
  3.  
  4. boxName: '&6Rich Box'
  5.  
  6. boxItem: DIAMOND_CHESTPLATE
  7.  
  8. lore:
  9. - '&eSome test'
  10. - '&edescription...'
  11. - '&7--------------'
  12. - 'items 0 &7%ordinal%. &ex%amount% %name%'
  13. - '&7--------------'
  14. - '&eRare box'
  15.  
  16. checkPermission: false
  17.  
  18. openWhenClicked: true
  19.  
  20. addGlow: true
  21.  
  22. unstackable: false
  23.  
  24. gui:
  25.   enabled: true
  26.   rolling:
  27.   - {delay: 1, iterations: 50}
  28.   - {delay: 2, iterations: 20}
  29.   - {delay: 3, iterations: 10}
  30.   - {delay: 4, iterations: 5}
  31.   window:
  32.     type: CHEST
  33.     format:
  34.    - '@@@@#@@@@'
  35.     - 'abcdEfghi'
  36.     - '@@@@#@@@@'
  37.     fillers:
  38.       '@':
  39.         item: {id: 160, data: 15, delay: 20}
  40.         onStop:
  41.           item: {id: 0}
  42.       '#':
  43.         animated:
  44.         - {id: 160, data: 4, delay: 10}
  45.         - {id: 160, data: 5, delay: 10}
  46.  
  47. effects:
  48.   open:
  49.     firework:
  50.       type: BALL_LARGE
  51.       colors: ['#FF0000', '#00FF00', 'BLUE']
  52.       fadeColors: ['GRAY', 'BLACK']
  53.       flicker: true
  54.       trail: false
  55.       power: 1
  56.     sound:
  57.       sound: CHEST_OPEN
  58.       volume: 1.0
  59.       pitch: 1.0
  60.     broadcast: '&ePlayer &6%player% &eopens &6Warrior Box &eright now!'
  61.   move:
  62.     sound: {sound: CLICK}
  63.   drop:
  64.     sound: {sound: ANVIL_LAND}
  65.     firework:
  66.       type: STAR
  67.       colors: ['RED']
  68.   close:
  69.     sound: {sound: CHEST_CLOSE}
  70.  
  71. itemsToSelectCount: 1
  72.  
  73. items:
  74.   item1:
  75.     item: DIAMOND_SWORD
  76.     data: 0
  77.     amount: 1
  78.     name: '&cАлмазный меч'
  79.     enchants:
  80.       sharpness: 5
  81.       smite: 5
  82.       bane_of_arthropods: 5
  83.       knockback: 2
  84.       fire_aspect: 2
  85.       looting: 3
  86.     dropEffect:
  87.       firework:
  88.         type: BALL_LARGE
  89.         colors: ['RED', 'ORANGE']
  90.         fadeColors: ['GRAY']
  91.         power: 0
  92.       sound: {sound: EXPLODE}
  93.     chance: 5
  94.   item2:
  95.     item: DIAMOND_PICKAXE
  96.     data: 0
  97.     amount: 1
  98.     name: '&cАлмазная кирка'
  99.     enchants:
  100.       efficiency: 5
  101.       unbreaking: 3
  102.       fortune: 3
  103.       silk_touch: 2
  104.     dropEffect:
  105.       firework:
  106.         type: BALL_LARGE
  107.         colors: ['RED', 'ORANGE']
  108.         fadeColors: ['GRAY']
  109.         power: 0
  110.       sound: {sound: EXPLODE}
  111.     chance: 5
  112.   item3:
  113.     item: DIAMOND_AXE
  114.     data: 0
  115.     amount: 1
  116.     name: '&cАлмазный топор'
  117.     enchants:
  118.       efficiency: 5
  119.       unbreaking: 3
  120.       fortune: 3
  121.       silk_touch: 2
  122.     dropEffect:
  123.       firework:
  124.         type: BALL_LARGE
  125.         colors: ['RED', 'ORANGE']
  126.         fadeColors: ['GRAY']
  127.         power: 0
  128.       sound: {sound: EXPLODE}
  129.     chance: 5
  130.   item4:
  131.     item: DIAMOND_HELMET
  132.     data: 0
  133.     amount: 1
  134.     name: '&cАлмазный шлем'
  135.     enchants:
  136.       protection: 4
  137.       fire_protection: 4
  138.       projectile_protection: 4
  139.       blast_protection: 4
  140.       thorns: 3
  141.       respiration: 3
  142.       aqua_affinity: 1
  143.     dropEffect:
  144.       firework:
  145.         type: BALL_LARGE
  146.         colors: ['RED', 'ORANGE']
  147.         fadeColors: ['GRAY']
  148.         power: 0
  149.       sound: {sound: EXPLODE}
  150.     chance: 5
  151.   item5:
  152.     item: DIAMOND_CHESTPLATE
  153.     data: 0
  154.     amount: 1
  155.     name: '&cАлмазный нагрудник'
  156.     enchants:
  157.       protection: 4
  158.       fire_protection: 4
  159.       projectile_protection: 4
  160.       blast_protection: 4
  161.       thorns: 3
  162.     dropEffect:
  163.       firework:
  164.         type: BALL_LARGE
  165.         colors: ['RED', 'ORANGE']
  166.         fadeColors: ['GRAY']
  167.         power: 0
  168.       sound: {sound: EXPLODE}
  169.     chance: 5
  170.   item6:
  171.     item: DIAMOND_LEGGINGS
  172.     data: 0
  173.     amount: 1
  174.     name: '&cАлмазные поножи'
  175.     enchants:
  176.       protection: 4
  177.       fire_protection: 4
  178.       projectile_protection: 4
  179.       blast_protection: 4
  180.       thorns: 3
  181.     dropEffect:
  182.       firework:
  183.         type: BALL_LARGE
  184.         colors: ['RED', 'ORANGE']
  185.         fadeColors: ['GRAY']
  186.         power: 0
  187.       sound: {sound: EXPLODE}
  188.     chance: 5
  189.   item7:
  190.     item: DIAMOND_BOOTS
  191.     data: 0
  192.     amount: 1
  193.     name: '&cАлмазные ботинки'
  194.     enchants:
  195.       protection: 4
  196.       fire_protection: 4
  197.       projectile_protection: 4
  198.       blast_protection: 4
  199.       thorns: 3
  200.       depth_strider: 3
  201.     dropEffect:
  202.       firework:
  203.         type: BALL_LARGE
  204.         colors: ['RED', 'ORANGE']
  205.         fadeColors: ['GRAY']
  206.         power: 0
  207.       sound: {sound: EXPLODE}
  208.     chance: 5
  209.   item8:
  210.     item: DIAMOND_SHOVEL
  211.     data: 0
  212.     amount: 1
  213.     name: '&cАлмазная лопата'
  214.     enchants:
  215.       efficiency: 5
  216.       unbreaking: 3
  217.       fortune: 3
  218.       silk_touch: 2
  219.     dropEffect:
  220.       firework:
  221.         type: BALL_LARGE
  222.         colors: ['RED', 'ORANGE']
  223.         fadeColors: ['GRAY']
  224.         power: 0
  225.       sound: {sound: EXPLODE}
  226.     chance: 5
  227.   item9:
  228.     item: BOW
  229.     data: 0
  230.     amount: 1
  231.     name: '&cЛук'
  232.     enchants:
  233.       flame: 1
  234.       infinity: 1
  235.     dropEffect:
  236.       firework:
  237.         type: BALL_LARGE
  238.         colors: ['RED', 'ORANGE']
  239.         fadeColors: ['GRAY']
  240.         power: 0
  241.       sound: {sound: EXPLODE}
  242.     chance: 5
  243.   item10:
  244.     item: FISHING_ROD
  245.     data: 0
  246.     amount: 1
  247.     name: '&cУдочка'
  248.     enchants:
  249.       flame: 1
  250.       infinity: 1
  251.     dropEffect:
  252.       firework:
  253.         type: BALL_LARGE
  254.         colors: ['RED', 'ORANGE']
  255.         fadeColors: ['GRAY']
  256.         power: 0
  257.       sound: {sound: EXPLODE}
  258.     chance: 5
  259.   item11:
  260.     item: STONE
  261.     dontGiveItem: true
  262.     name: '&rПусто'
  263.     amount: 1
  264.     chance: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement