Advertisement
Guest User

Arena Config

a guest
Jan 26th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Arena:
  2. name: Arena
  3. command: Arena
  4. prefix: '&6[Arena]&e'
  5. signDisplayName: '&6[Arena]'
  6. gameSize:
  7. nTeams: '2+'
  8. teamSize: '1'
  9. nLives: '1'
  10. victoryCondition: LastManStanding
  11. tracking:
  12. dbTableName: arena
  13. rated: true
  14. useTrackerMessages: false
  15. arenaType: Arena
  16. arenaClass: ArenaType
  17. defaults:
  18. options:
  19. - woolTeams
  20. onEnter:
  21. options:
  22. - clearInventory
  23. onLeave:
  24. options:
  25. - restoreExperience
  26. - restoreGamemode
  27. - restoreItems
  28. - restoreHealth
  29. - restoreHunger
  30. - restoreMagic
  31. - restoreHeroClass
  32. - clearInventory
  33. onJoin:
  34. options:
  35. - teleportWaitRoom
  36. - storeExperience
  37. - storeGamemode
  38. - storeItems
  39. - storeHealth
  40. - storeHunger
  41. - storeMagic
  42. - storeHeroClass
  43. - gameMode=SURVIVAL
  44. - flightOff
  45. onStart:
  46. options:
  47. - teleportIn
  48. inGame:
  49. options:
  50. - pvpOn
  51. - blockBreakOff
  52. onComplete:
  53. options:
  54. - clearInventory
  55. - teleportOut
  56. onSpawn:
  57. giveClass:
  58. default: gladiator
  59. options:
  60. - health=20.0
  61. - hunger=20
  62. - respawnWithClass
  63. onDeath:
  64. options:
  65. - clearInventory
  66. winners:
  67. options:
  68. - health=20.0
  69. - hunger=20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement