Advertisement
Guest User

Server Config

a guest
Nov 29th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. # #################################################################################################################################################### #
  2. # #
  3. # Crate Loot Configuration File! #
  4. # #
  5. # Crate Loot: #
  6. # Diamonds: - Name of the prize (you will never need this) #
  7. # Item ID: 264 - The id of the display item in the crate GUI #
  8. # stackAmount: 10 - The stack size of the item in the GUI #
  9. # Name: '&3Diamonds' - The display name of the item in the GUI #
  10. # Broadcast: true - If true it will broadcast to all the players what the player won in the crate #
  11. # Player Message: true - If true it will send the player a message telling then what they won #
  12. # id: diamonds - This is the id used to set up the keys #
  13. # Chance: 5 - This is the chance of wining the prize (Lower it is less chance it is to get it) #
  14. # Prize Name: 10 diamonds - The name of the prize in the broadcast and player messages #
  15. # glow: true - If true the item will glow in the GUI #
  16. # Use permission: false - If true the player must have the permission to win the prize #
  17. # permission: archoncrates.prize.diamonds - This is the permission the player must have #
  18. # winAmount: '*' - The amount of times a prize can be won (Use '*' for unlimited times) #
  19. # Command: - List of all the commands that will be ran when a player wins the prize #
  20. # - give <player> 264 10 #
  21. # #
  22. # #
  23. # #
  24. # #################################################################################################################################################### #
  25.  
  26. Crate Loot:
  27. Dark:
  28. Item ID: 276
  29. stackAmount: 1
  30. Name: '&8Dark Destroyer Kit'
  31. Broadcast: false
  32. Player Message: true
  33. id: Dark
  34. Chance: 20
  35. Prize Name: Dark Destroyer Kit
  36. glow: true
  37. Use permission: false
  38. permission: archoncrates.prize.diamonds
  39. winAmount: '*'
  40. Command:
  41. - kit Dark <player>
  42. Keys:
  43. Item ID: 131
  44. stackAmount: 1
  45. Name: '&8Dark Destoryer Key'
  46. Broadcast: false
  47. Player Message: true
  48. id: key
  49. Chance: 10
  50. Prize Name: Key
  51. glow: false
  52. Use permission: false
  53. permission: archoncrates.prize.food
  54. winAmount: '*'
  55. Command:
  56. - give <player> 131 64 name:&8Dark_Destroyer_Key lore:&7Buy_1_OP_Weapon_with_this_key,_from_the_Dark_Destroyer_Store! durability:1
  57. Gapple:
  58. Item ID: 322:1
  59. stackAmount: 1
  60. Name: '&8Dark Destroyer Apple'
  61. Broadcast: false
  62. Player Message: true
  63. id: gapple
  64. Chance: 20
  65. Prize Name: Gapple
  66. glow: true
  67. Use permission: false
  68. permission: archoncrates.prize.sword
  69. winAmount: 10
  70. Command:
  71. - give <player> 322:1 1 name:§8Dark_Destroyer_Apple lore:§9»_Effects:|§cIncrease_damage,_10,_240|§cAbsorption,_100,_30|§cHeal,_100,_30|§cHealth_boost,_100,_30|§cRegeneration,_100,_30
  72. Coin:
  73. Item ID: 371
  74. stackAmount: 1
  75. Name: '&6Coins'
  76. Broadcast: true
  77. Player Message: true
  78. id: coin
  79. Chance: 20
  80. Prize Name: Coins
  81. glow: false
  82. Use permission: false
  83. permission: archoncrates.prize.gold
  84. winAmount: '*'
  85. Command:
  86. - give <player> 371:0 64 name:§6§lCoin
  87. Sword:
  88. Item ID: 276
  89. stackAmount: 1
  90. Name: '&6Gold Encrusted Diamond Sword'
  91. Broadcast: false
  92. Player Message: true
  93. id: sword
  94. Chance: 15
  95. Prize Name: sword
  96. glow: false
  97. Use permission: false
  98. permission: archoncrates.prize.tools
  99. winAmount: '*'
  100. Command:
  101. - give <player> 276:0 1 damage_all:50 durability:10000 knockback:5 fire_aspect:10 name:§6Gold_§8Encrusted_§bDiamond_Sword
  102. Pick:
  103. Item ID: 278
  104. stackAmount: 1
  105. Name: '&6Gold Encrusted Diamond Pickaxe'
  106. Broadcast: false
  107. Player Message: true
  108. id: pick
  109. Chance: 15
  110. Prize Name: pickaxe
  111. glow: false
  112. Use permission: false
  113. permission: archoncrates.prize.tools
  114. winAmount: '*'
  115. Command:
  116. - give <player> 278:0 1 dig_speed:20 durability:10000 loot_bonus_blocks:10 name:§6Gold_§8Encrusted_§bDiamond_Pickaxe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement