Advertisement
Guest User

Untitled

a guest
Aug 24th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 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: Arena
  17. defaults:
  18. options:
  19. - woolTeams
  20. onEnter:
  21. options:
  22. - STOREALL
  23. - noWorldChange
  24. - storeExperience
  25. onLeave:
  26. options:
  27. - RESTOREALL
  28. - teleportOut
  29. preReqs:
  30. options:
  31. - noInventory
  32. onJoin:
  33. options:
  34. - teleportWaitRoom
  35. onStart:
  36. options:
  37. - teleportIn
  38. - wgClearRegion
  39. inGame:
  40. options:
  41. - pvpOn
  42. - blockBreakOff
  43. - noWorldChange
  44. - noTeleport
  45. onComplete:
  46. options:
  47. - teleportOut
  48. - clearInventory
  49. - wgClearRegion
  50. onCancel:
  51. options:
  52. - teleportOut
  53. - RESTOREALL
  54. - clearInventory
  55. - wgClearRegion
  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. - respawn
  67. winners:
  68. options:
  69. - health=20.0
  70. - hunger=20
  71. losers:
  72. options:
  73. - health=20.0
  74. - hunger=20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement