Advertisement
hubs

Untitled

Feb 23rd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. enabled: true
  2. spawn1:
  3. world: world
  4. x: -1821
  5. y: 8
  6. z: 364
  7. yaw: 0
  8. pitch: 0
  9. spawn2:
  10. world: world
  11. x: -1838
  12. y: 14
  13. z: 306
  14. yaw: 0
  15. pitch: 0
  16. prize:
  17. economy:
  18. enabled: false
  19. amount: 50
  20. items:
  21. enabled: true
  22. itemPrizes:
  23. - ==: org.bukkit.inventory.ItemStack
  24. type: DIAMOND_SWORD
  25. countdown:
  26. beforeTeleport:
  27. enabled: true
  28. duration: 10
  29. sound: true
  30. beforeFight:
  31. enabled: true
  32. duration: 20
  33. disableMoving: true
  34. blindness: false
  35. invincibility: false
  36. sound: true
  37. points:
  38. win: 1
  39. lose: -1
  40. firework:
  41. inArena: true
  42. afterTeleport: true
  43. health: 20
  44. timeOut: 300
  45. rounds: 3
  46. maximumTeleportDistance: 1
  47. playerItemDrop: false
  48. playerItemPickUp: false
  49. winAnnouncement: true
  50. commandsToRunAtStart:
  51. - menu open {PLAYER1} kit
  52. - menu open {PLAYER2} kit
  53. commandsToRunAtEnd:
  54. - give {WINNER} 367 1
  55. inventory:
  56. items:
  57. - ==: org.bukkit.inventory.ItemStack
  58. type: DIAMOND_SWORD
  59. - ==: org.bukkit.inventory.ItemStack
  60. type: BOW
  61. - ==: org.bukkit.inventory.ItemStack
  62. type: GOLDEN_APPLE
  63. - ==: org.bukkit.inventory.ItemStack
  64. type: ARROW
  65. amount: 32
  66. armor:
  67. - ==: org.bukkit.inventory.ItemStack
  68. type: IRON_BOOTS
  69. meta:
  70. ==: ItemMeta
  71. meta-type: UNSPECIFIC
  72. enchants:
  73. PROTECTION_ENVIRONMENTAL: 1
  74. - ==: org.bukkit.inventory.ItemStack
  75. type: IRON_LEGGINGS
  76. meta:
  77. ==: ItemMeta
  78. meta-type: UNSPECIFIC
  79. enchants:
  80. PROTECTION_ENVIRONMENTAL: 1
  81. - ==: org.bukkit.inventory.ItemStack
  82. type: IRON_CHESTPLATE
  83. meta:
  84. ==: ItemMeta
  85. meta-type: UNSPECIFIC
  86. enchants:
  87. PROTECTION_ENVIRONMENTAL: 1
  88. THORNS: 1
  89. - ==: org.bukkit.inventory.ItemStack
  90. type: IRON_HELMET
  91. meta:
  92. ==: ItemMeta
  93. meta-type: UNSPECIFIC
  94. enchants:
  95. PROTECTION_ENVIRONMENTAL: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement