Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. configVersion: 2.0
  2.  
  3. ## for more help configuring see the wiki
  4. ## https://github.com/alkarinv/BattleArena/wiki
  5. ## Change this file to customize your competition
  6.  
  7. Spleef:
  8. enabled: true
  9. joinType: Queue
  10. database: Spleef # or delete if you dont want wins/losses/top, needs BattleTracker
  11. rated: true # if database is enabled
  12. prefix: "&b[Spleef]&e"
  13. command: spleef
  14. victoryCondition: LastManStanding
  15. nTeams: 2+
  16. teamSize: 1
  17. ### You can delete any stages/transitions that have no options
  18. ### for a list of options see wiki
  19. defaults: ## Global options for the entire match
  20. options: [woolTeams]
  21. preReqs: ## Prerequisites for joining
  22. options: []
  23. onEnter:
  24. options: [storeAll]
  25. onLeave:
  26. options: [restoreAll]
  27. onOpen: ## opening the event
  28. options: [pvpOff, blockBreakOff]
  29. onJoin: ## when they join the event
  30. options: [teleportIn, pvpOff, hunger=20]
  31. onPreStart: ## x seconds before onStart
  32. options: [pvpOff, deEnchant, blockBreakOff]
  33. onStart: ## Starting
  34. options: [pvpOff, hunger=20, blockBreakOn]
  35. onSpawn: ## what happens when a player spawns
  36. options: [hunger=20, health=20]
  37. onDeath: ## what happens when a player dies
  38. options: [clearInventory]
  39. onComplete: ## what happens when things end
  40. options: [teleportOut, clearInventory]
  41. winner: ## what to give the winner
  42. options: [health=20, hunger=20]
  43. losers: ## what to give the losers
  44. options: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement