Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Arena:
  2. name: Arena
  3. command: Arena
  4. prefix: '&6[Clash]&e'
  5. signDisplayName: '&6[Clash]'
  6. gameSize:
  7. nTeams: '2'
  8. teamSize: '6'
  9. nLives: '3'
  10. victoryCondition: HighestKills
  11. tracking:
  12. dbTableName: arena
  13. rated: false
  14. useTrackerMessages: false
  15. arenaType: Arena
  16. arenaClass: ArenaType
  17. defaults:
  18. options: [alwaysWoolTeams]
  19. # - alwaysWoolTeams
  20. onEnter:
  21. options: [storeAll]
  22. # - storeAll
  23. onLeave:
  24. options: [restoreAll]
  25. # - restoreAll
  26. onJoin:
  27. options: [storeAll, teleportWaitRoom]
  28. # - gameMode adventure
  29. # - teleportWaitRoom
  30. onStart:
  31. options: [restoreAll, teleportIn]
  32. # - restoreAll
  33. # - teleportIn
  34. inGame:
  35. options: [pvpOn, blockBreakOff]
  36. # - pvpOn
  37. # - blockBreakOff
  38. onComplete:
  39. options: [restoreAll, teleportOut]
  40. # - restoreAll
  41. # - teleportOut
  42. onSpawn:
  43. options: [health=60, hunger=20, restoreAll]
  44. # - health=60.0
  45. # - hunger=20
  46. # - restoreAll
  47. onDeath:
  48. options: [restoreAll]
  49. # - restoreAll
  50. winners:
  51. options:
  52. # - health=60.0
  53. # - hunger=20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement