Advertisement
SafeCraft

CTF Config

Jul 10th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. CaptureTheFlag:
  2. name: CaptureTheFlag
  3. command: ctf
  4. prefix: '&8[CTF]&e'
  5. gameSize:
  6. nTeams: '2'
  7. teamSize: 1+
  8. nLives: infinite
  9. victoryCondition: CUSTOM
  10. times:
  11. matchTime: 600
  12. tracking:
  13. database: ctf
  14. useTrackerMessages: false
  15. arenaType: CaptureTheFlag
  16. arenaClass: CTFArena
  17. defaults:
  18. options:
  19. - woolTeams
  20. - alwaysTeamNames
  21. onEnter:
  22. options:
  23. - STOREALL
  24. onLeave:
  25. options:
  26. - RESTOREALL
  27. onJoin:
  28. options:
  29. - teleportWaitRoom
  30. - hunger=20
  31. - pvpOff
  32. onOpen:
  33. options:
  34. - pvpOff
  35. onPreStart:
  36. options:
  37. - pvpOff
  38. - deEnchant
  39. onStart:
  40. options:
  41. - teleportIn
  42. - hunger=20
  43. - pvpOn
  44. giveItems:
  45. - BOOK
  46. onComplete:
  47. options:
  48. - teleportOut
  49. - clearInventory
  50. onSpawn:
  51. options:
  52. - health=20.0
  53. - hunger=20
  54. - respawnWithClass
  55. - pvpOn
  56. onDeath:
  57. options:
  58. - teleportWaitRoom
  59. - keepInventory
  60. - respawnWithClass
  61. - pvpOn
  62. winners:
  63. options:
  64. - health=20.0
  65. - hunger=20
  66. - money=20
  67. losers:
  68. options:
  69. - money=10
  70. - health=20.0
  71. - hunger=20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement