Advertisement
Guest User

Fixed Lootbox Config

a guest
Aug 5th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.82 KB | None | 0 0
  1. # Lootbox v1.3 (TheOatBaron) - http://dev.bukkit.org/bukkit-plugins/lootbox/
  2. options:
  3.   chat:
  4.     prefix: '&7[&6Lootbox&7] '
  5.     no-permissions: '&7You do not have permission to do this!'
  6.     improper-usage-of-command: '&7Improper usage of the command!'
  7.     empty-lootbox: '&7The lootbox appears to be empty...'
  8.     more-than-one-lootbox: '&7You can only have ONE lootbox in your hand while opening
  9.       it!'
  10.     more-than-one-key: '&7You can only have ONE key in your hand while using it!'
  11.     full-inventory: '&7Your inventory is too full for this!'
  12.     config-error: '&7Something went wrong in the Lootbox config.yml :C'
  13.     reload: '&7Lootbox config.yml has been reloaded!'
  14.     given-lootbox: '&7You have been given a lootbox!'
  15.     gave-lootbox: '&7You have gave a lootbox!'
  16.     given-key: '&7You have been given a key!'
  17.     gave-key: '&7You have gave a key!'
  18.     lootbox-given: '&7You have been given a lootbox!'
  19.     no-key: '&7This box requires a key to open! If you have the proper one, right
  20.       click with it!'
  21.     nothing: '&7This key does not open anything!'
  22.     no-lootbox-to-open: '&7This key can''t open any lootboxes you have, make sure
  23.       they aren''t stacked!'
  24.     no-exist: '&7That lootbox/key doesn''t exist! Remember, names are case-sensitive!'
  25.     offline-player: '&7That player is offline!'
  26.     seperator: '&7----------------'
  27.     lootboxes: '&8Lootboxes'
  28.     keys: '&8Keys'
  29.     improper-item: '&7You aren''t holding the proper item!'
  30.     no-key-needed: '&8No key needed to open this lootbox!'
  31.     no-lootboxes: '&8This key doesn''t open any lootbox!'
  32.     not-a-lootbox: '&7You are not holding a lootbox!'
  33.     not-a-key: '&7You are not holding a key!'
  34.     lootbox-too-big: '&7This lootbox contains too many items to open! Contact an administrator!'
  35.   items:
  36.     lootbox-item: '54'
  37.     key-item: '131'
  38.   other:
  39.     make-noise-when-lootbox-opens: true
  40. lootboxes:
  41.   Common_Crate:
  42.     color: '&a'
  43.     lore: '&5Recieved from voting&b|&aRight click to open|&875% chance of getting
  44.       money!'
  45.     requires-a-key: false
  46.     permission: common
  47.     execute-commands:
  48.    - eco give {PLAYERNAME} 500 chance:75
  49.     items:
  50.    - 14 3 chance:10
  51.     - 15 5 chance:10
  52.     - 16 2 chance:10
  53.     - 341 1 chance:30
  54.     - 265 5 chance:10
  55.     - 262 10 chance:20
  56.     - 5 12 chance:30
  57.     - 1 5 chance:90
  58.     - 264 1 chance:5
  59.     - 265 5 chance:25
  60.     - 331 6 chance:20
  61.     - 391 3 chance:10
  62.     - 98 5 chance:10
  63.     - 48 1 chance:5
  64.     - 260 3 chance:5
  65.     - 297 3 chance:5
  66.     - 266 2 chance:10
  67.     - 352 2 chance:20
  68.   Rare_Crate:
  69.     color: '&5'
  70.     lore: '&5Recieved from voting&b|&aThis needs a key!'
  71.     requires-a-key: true
  72.     permission: rare
  73.     broadcast-message: '{PLAYERNAME} &7has opened a &5RareCrate&7.'
  74.     execute-commands: []
  75.     min-items: 3
  76.     items:
  77.    - 322 3 chance:20
  78.     - 264 3 chance:20
  79.     - 265 10 chance:40
  80.     - 266 8 chance:20
  81.     - 388 1 chance:65
  82.     - 307 1 chance:20
  83.     - 329 1 chance:20
  84.     - 310 1 0:4 34:3 7:2 name:&b&lSwagHelm chance:2
  85.     - 312 1 0:4 34:3 7:2 name:&b&lSwagLegs chance:2
  86.     - 277 1 16:5 21:3 name:&6[&b&lGrinder&6]&4&lSpade chance:2
  87.     - 279 1 16:4 20:2 name:&6[&b&lFlameCrack&6]&4&lAxe chance:2
  88.     - 293 1 16:5 20:2 21:3 name:&6[&b&lReaper&6]&4&lSythe chance:2
  89.     - 261 1 48:5 49:2 50:2 34:3 51:1 name:&6[&b&lDeathShot&6]&4&lBow chance:2
  90.     - 341 3 chance:20
  91.   Legendary_Crate:
  92.     color: '&6'
  93.     lore: '&5Recieved from voting&b|&aThis needs a key!'
  94.     requires-a-key: true
  95.     permission: legend
  96.     broadcast-message: '{PLAYERNAME} &7has opened a &6Legendary Crate&7.'
  97.     execute-commands: []
  98.     max-items: 6
  99.     min-items: 4
  100.     items:
  101.    - 311 1 0:4 34:3 7:2 name:&b&lSwagChest chance:10
  102.     - 312 1 0:4 34:3 7:2 name:&b&lSwagLegs chance:10
  103.     - 276 1 16:4 19:2 name:&6[&b&lDeathBlow&6]&4&lSword chance:5
  104.     - 277 1 16:5 21:3 name:&6[&b&lGrinder&6]&4&lSpade chance:5
  105.     - 278 1 32:5 34:3 35:3 name:&6[&b&lBlessed&6]&4&lPickaxe chance:5
  106.     - 279 1 16:4 20:2 name:&6[&b&lFlameCrack&6]&4&lAxe chance:5
  107.     - 293 1 16:5 20:2 21:3 name:&6[&b&lReaper&6]&4&lSythe chance:5
  108.     - 261 1 48:5 49:2 50:2 34:3 51:1 name:&6[&b&lDeathShot&6]&4&lBow chance:5
  109.     - 57 1 chance:10
  110.     - 41 2 chance:10
  111.     - 42 3 chance:20
  112.     - 322:1 2 chance:20
  113.     - 133 1 chance:10
  114.     - 56 8 chance:50
  115. keys:
  116.   Rare_Key:
  117.     color: '&6'
  118.     lore: '&8This is a Rare Key!|&8It can be used to open a &5Rare Crate&8!'
  119.     permission: rare
  120.     opens-lootboxes:
  121.    - Rare_Crate
  122.   Legendary_Key:
  123.     color: '&9'
  124.     lore: '&8This is a Legendary Key!|&8It can be used to open a &6Legendary Crate&8!'
  125.     permission: legendary
  126.     opens-lootboxes:
  127.    - Legendary_Crate
  128.   Global_Key:
  129.     color: '&2'
  130.     lore: '&8This is a GLOBAL Key!|&8It can be used to open ANY Crate!'
  131.     permission: global
  132.     opens-lootboxes:
  133.    - Rare_Crate
  134.     - Legendary_Crate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement