Advertisement
Hightension

Untitled

Dec 7th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.17 KB | None | 0 0
  1. global:
  2.   unlimited-mystery-boxes: false
  3.   open-confirmation: true
  4.   mystery-box-facing-player: true
  5.   fill-mystery-vault-with-empty-slots: false
  6. inventory:
  7.   mystery-vault-rows: 5
  8.   confirmation-rows: 3
  9.   confirmation-open-one-item-slot: 11
  10.   confirmation-open-more-item-slot: 15
  11.   confirmation-return-item-slot: 13
  12. mysql:
  13.   enabled: false
  14.   host: host
  15.   datebase: datebase
  16.   username: username
  17.   password: password
  18. mystery-boxes:
  19.   one_star:
  20.     item-name: '&aWaffen Lootkiste'
  21.     item-lore:
  22.    - '&7Öffne die &bLootkiste &7um'
  23.     - '&7verschiedene Items zu erhalten!'
  24.     - ''
  25.     - '&7In dieser Kiste sind'
  26.     - '&7Waffen enthalten'
  27.     - '&7Wert: &2Normal&7'
  28.     - ''
  29.     - '&7Qualität: &e✬✬&7✬✬'
  30.     - '&eKlicke zum öffnen!'
  31.     item-type: ENDER_CHEST
  32.     item-amount: 1
  33.     item-data: 0
  34.     falling-mystery-box-name: '&d{PLAYER}''s &aLootkiste'
  35.     falling-mystery-box-name2: '{PLAYER}''s Loot: {LOOT_NAME}'
  36.     falling-mystery-box-type: ENDER_CHEST
  37.     falling2-mystery-box-type: IRON_BLOCK
  38.     falling-mystery-box-data: 0
  39.     falling2-mystery-box-data: 0
  40.     falling-mystery-box-head-name: xeRicker
  41.     falling2-mystery-box-head-name: Eselyx
  42.     permission: mysteryboxes.open.one_star
  43.     permission-message: '&cYou don''t have permission!'
  44.     can-be-transferred: false
  45.     can-be-crafted: false
  46.     crafting-cost: 100
  47.     particles:
  48.       mystery-vault:
  49.         '1': FIREWORKS_SPARK;0;0;0;0;1
  50.         '2': REDSTONE;0;0;0;10;1
  51.       mystery-box:
  52.         '1': FIREWORKS_SPARK;0;0;0;0;1
  53.         '2': REDSTONE;0;0;0;10;1
  54.       charge:
  55.         '1': ENCHANTMENT_TABLE;0;0;0;1;50
  56.       explosion:
  57.         '1': LAVA;0;0;0;1;15
  58.         '2': SMOKE_NORMAL;0;0;0;1;40
  59.         '3': FLAME;0;0;0;1;40
  60.       end:
  61.         '1': EXPLOSION_NORMAL;1;0.5;1;0;1
  62.         '2': CRIT_MAGIC;0.3;0.3;0.3;0;1
  63.     loots:
  64.       '50':
  65.         '1':
  66.           loot-name: '&7Python'
  67.           one-time-loot: false
  68.           broadcast-to-player: false
  69.           already-had-broadcasts:
  70.           - '&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
  71.           already-had-messages:
  72.           - '&bMystery Box: &rYou have found {LOOT_NAME}&r! Since you already had
  73.             this loot before, you only receive &e2 &rof them!'
  74.           commands:
  75.          - shot give {PLAYER} python
  76.           sounds:
  77.             CHICKEN_EGG_POP:
  78.               volume: 1.0
  79.               pitch: 1.0
  80.             ORB_PICKUP:
  81.               volume: 1.0
  82.               pitch: 1.0
  83.           already-had-sounds:
  84.             CHICKEN_EGG_POP:
  85.               volume: 1.0
  86.               pitch: 1.0
  87.             ORB_PICKUP:
  88.               volume: 1.0
  89.               pitch: 1.0
  90.           fireworks:
  91.             '1':
  92.               type: BALL
  93.               flicker: false
  94.               trail: false
  95.               colors:
  96.              - GRAY
  97.               fade-colors:
  98.              - WHITE
  99.           already-had-fireworks:
  100.             '1':
  101.               type: BALL
  102.               flicker: false
  103.               trail: false
  104.               colors:
  105.              - GRAY
  106.               fade-colors:
  107.              - WHITE
  108.       '10':
  109.         '1':
  110.           loot-name: '&7Striker'
  111.           one-time-loot: false
  112.           commands:
  113.          - shot give {PLAYER} striker
  114.           sounds:
  115.             CHICKEN_EGG_POP:
  116.               volume: 1.0
  117.               pitch: 1.0
  118.             ORB_PICKUP:
  119.               volume: 1.0
  120.               pitch: 1.0
  121.           fireworks:
  122.             '1':
  123.               type: BALL
  124.               flicker: false
  125.               trail: false
  126.               colors:
  127.              - GRAY
  128.               fade-colors:
  129.              - WHITE
  130.       '1':
  131.         '1':
  132.           loot-name: '&7AWM'
  133.           one-time-loot: false
  134.           commands:
  135.          - shot give {PLAYER} awm
  136.           sounds:
  137.             CHICKEN_EGG_POP:
  138.               volume: 1.0
  139.               pitch: 1.0
  140.             ORB_PICKUP:
  141.               volume: 1.0
  142.               pitch: 1.0
  143.           fireworks:
  144.             '1':
  145.               type: BALL
  146.               flicker: false
  147.               trail: false
  148.               colors:
  149.              - GRAY
  150.               fade-colors:
  151.              - WHITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement