mrkirby153

Untitled

Apr 28th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. #========================================#
  2. #===Ghost_Hunt Config===#
  3. #========================================#
  4.  
  5. #The value for damage in an arena with an diamond sword (20 = 10 health)
  6. Diamond-Sword-Damage: 4
  7.  
  8. #The same, just with gold sword
  9. Gold-Sword-Damage: 5
  10.  
  11. Iron-Sword-Damage: 3
  12.  
  13. Stone-Sword-Damage: 2
  14.  
  15. Wood-Sword-Damage: 1.3
  16.  
  17. #Arrows are NOT implemented yet!
  18. Arrow-Damage: 10
  19.  
  20. #========================================#
  21. #===Time===#
  22. #========================================#
  23.  
  24. #Time limit for the arenas (in minutes)
  25. Arena: 8
  26.  
  27. Starting: 1
  28.  
  29. #=============#
  30. #===Classes===#
  31. #=============#
  32.  
  33. #Here you can create/edit all classes. Classes can be selected
  34. #in the arenalobby. To select a class in a arenalobby, just select
  35. #a sign with the following text in the first line: [Classname]
  36.  
  37. #Note
  38. #Sometimes, there's a bug with ':' and enchantments. If you get errors, or if a class doesn't work, use an YML Corrector!
  39.  
  40. #Example: - 277 1 efficiency:1 durability:1 (itemID, amount, enchantment:level, enchantment:level)
  41. #Example: - 279:780 1 (itemID:subitemID, amount)
  42. #Example: - 278 1 (itemID, amount)
  43.  
  44. classes:
  45. Default: # Please do NOT delete this class!
  46. items:
  47. - 267 1
  48. - 320 3
  49. armor:
  50. - 306 1
  51. - 307 1
  52. - 308 1
  53. - 309 1
  54. Sniper:
  55. items:
  56. - 261 1
  57. - 262 128
  58. - 373:8194 1
  59. armour:
  60. -302 1
  61. -303 1
  62. -304 1
  63. -305 1
  64. Test:
  65. items:
  66. - 267 1
  67. armour:
  68. - 306 1
  69. - 307 1
  70. - 308 1
  71. - 309 1
Advertisement
Add Comment
Please, Sign In to add comment