Advertisement
Guest User

Untitled

a guest
May 25th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 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. bSpleef:
  8. enabled: true
  9. prefix: "&b[BowSpleef]&e"
  10. command: bspleef
  11. gameType: spleef
  12. arenaClass: spleef
  13. joinType: JoinPhase
  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: []
  21. preReqs: ## Prerequisites for joining
  22. options: []
  23. onEnter:
  24. options: [storeAll, blockBreakOff]
  25. onLeave:
  26. options: [restoreAll]
  27. onOpen: ## opening the event
  28. options: [pvpOff]
  29. onJoin: ## when they join the event
  30. options: [teleportWaitRoom, undisguise, blockBreakOff, pvpOff]
  31. onPreStart: ## x seconds before onStart
  32. options: [pvpOff, blockBreakOff]
  33. onStart: ## Starting
  34. options: [teleportIn, pvpOff, blockBreakOff]
  35. onSpawn: ## what happens when a player spawns
  36. options: [hunger=20, giveItems, health=20]
  37. items: # ignored if options doesnt have "giveItems"
  38. - bow: infinity:1
  39. doCommands:
  40. - player fly off
  41. onDeath: ## what happens when a player dies
  42. options: [teleportOut]
  43. onComplete: ## what happens when things end
  44. options: [teleportOut]
  45. winner: ## what to give the winner
  46. options: [enchants, money=5000, experience=300, health=20, hunger=20]
  47. enchants:
  48. - speed:2:900
  49. - resistance:2:900
  50. losers: ## what to give the losers
  51. options: [money=1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement