Guest User

Untitled

a guest
Mar 5th, 2017
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.41 KB | None | 0 0
  1. global:
  2.   unlimited-mystery-boxes: false
  3.   mystery-box-facing-player: true
  4. inventory:
  5.   mystery-vault:
  6.     rows: 6
  7.     fill-with-empty-slots: false
  8.     craft-boxes-item-type: 116
  9.     craft-boxes-item-data: 0
  10.     loot-history-item-type: 386
  11.     loot-history-item-data: 0
  12.     transfer-boxes-item-type: 385
  13.     transfer-boxes-item-data: 0
  14.   craft-boxes:
  15.     show-not-craftable-mystery-boxes: true
  16.   transfer-boxes:
  17.     rows: 5
  18.   confirmation:
  19.     rows: 3
  20.     open-confirmation: true
  21.     open-one-item-type: ENDER_CHEST
  22.     open-one-item-amount: 1
  23.     open-one-item-data: 0
  24.     open-more-item-type: ENDER_CHEST
  25.     open-more-item-amount: 5
  26.     open-more-item-data: 0
  27.     open-one-item-slot: 11
  28.     open-more-item-slot: 15
  29.     go-back-item-slot: 13
  30. mysql:
  31.   enabled: false
  32.   host: host
  33.   datebase: datebase
  34.   username: username
  35.   password: password
  36. mystery-boxes:
  37.   T1:
  38.     item-name: '&5Tier 1 Crate'
  39.     item-lore:
  40.    - ''
  41.     - '&7Open the &2&lEternoCrate &7to'
  42.     - '&7get a reward!'
  43.     - '&2&lClick to open!'
  44.     item-type: ENDER_CHEST
  45.     item-amount: 1
  46.     item-data: 0
  47.     falling-mystery-box-name: '&2&l{PLAYER}''s &3&lEnCrate'
  48.     falling-mystery-box-name2: '&2&l{PLAYER} won &3&l{LOOT_NAME}'
  49.     falling-mystery-box-type: ENDER_CHEST
  50.     falling2-mystery-box-type: SKULL_ITEM
  51.     falling-mystery-box-data: 0
  52.     falling2-mystery-box-data: 3
  53.     falling-mystery-box-head-name: Edna_I
  54.     falling2-mystery-box-head-name: Edna_I
  55.     permission: mysteryboxes.open.any
  56.     permission-message: '&5&lEternoCrate: No Permission'
  57.     can-be-transferred: true
  58.     crafting:
  59.       craftable: true
  60.       mystery-dust-cost: 250
  61.       permission: mysteryboxes.craft.any
  62.       permission-message: '&5EternoCrates &7>> &2You don''t have permission to
  63.         craft this Crate'
  64.     effects:
  65.       lightning:
  66.         enabled: true
  67.       particle-wave:
  68.         enabled: true
  69.         particle-type: FIREWORKS_SPARK
  70.         particle-speed: 0
  71.       item-pooper:
  72.         enabled: true
  73.         item-type: COAL
  74.         item-data: 0
  75.     particles:
  76.       mystery-vault:
  77.         '1': FIREWORKS_SPARK;0;0;0;0;1
  78.         '2': REDSTONE;0;0;0;10;1
  79.       mystery-box:
  80.         '1': FIREWORKS_SPARK;0;0;0;0;1
  81.         '2': REDSTONE;0;0;0;10;1
  82.       charge:
  83.         '1': ENCHANTMENT_TABLE;0;0;0;1;60
  84.       explosion:
  85.         '1': LAVA;0;0;0;1;15
  86.         '2': SMOKE_NORMAL;0;0;0;1;40
  87.         '3': FLAME;0;0;0;1;40
  88.       end:
  89.         '1': EXPLOSION_NORMAL;1;0.5;1;0;1
  90.         '2': CRIT_MAGIC;0.3;0.3;0.3;0;1
  91.     loots:
  92.       '5': #The chance of getting it eg 1 God Apple [ 5% ] << THIS PART This makes a chance category
  93.         '1': #Prize number in this Chance category
  94.           loot-name: '&21 God Apple' #Prize name keep &2 before each name
  95.           one-time-loot: false
  96.           broadcast-to-player: true
  97.           broadcasts:
  98.          - '&5EternoCrates &7>> &3{PLAYER} &2has found {LOOT_NAME}' #leave these next 8 lines
  99.           already-had-broadcasts:
  100.          - '&5EternoCrates &7>> &3{PLAYER} &2has found {LOOT_NAME}'
  101.           messages:
  102.          - '&5EternoCrates &7>> &2You have found &l{LOOT_NAME}'
  103.           already-had-messages:
  104.          - '&5EternoCrates &7>> &2You have found &l{LOOT_NAME}'
  105.           commands:
  106.          - give {PLAYER} GoldenApple:1 1 #command run to give player item ask lander if you are not sure!
  107.           already-had-commands:
  108.          - give {PLAYER} GoldenApple:1 1 #repeat of the command above
  109.           sounds: #do not change anything in this part copy and paste everything from '1' down if you continue this chance category
  110.             CHICKEN_EGG_POP: #if not then copy '5' and change it to the next chance!
  111.               volume: 1.0
  112.               pitch: 1.0
  113.             ORB_PICKUP:
  114.               volume: 1.0
  115.               pitch: 1.0
  116.           already-had-sounds:
  117.             CHICKEN_EGG_POP:
  118.               volume: 1.0
  119.               pitch: 1.0
  120.             ORB_PICKUP:
  121.               volume: 1.0
  122.               pitch: 1.0
  123.           fireworks:
  124.             '1':
  125.               type: BALL
  126.               flicker: false
  127.               trail: false
  128.               colors:
  129.              - GRAY
  130.               fade-colors:
  131.              - WHITE
  132.           already-had-fireworks:
  133.             '1':
  134.               type: BALL
  135.               flicker: false
  136.               trail: false
  137.               colors:
  138.              - GRAY
  139.               fade-colors:
  140.              - WHITE
Advertisement
Add Comment
Please, Sign In to add comment