Advertisement
rnoa

parkourConfig.yml

May 22nd, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. configVersion: 2.0
  2. ## This should be placed in the plugin directory
  3. ## for more help configuring see the wiki
  4. ## https://battleplugins.com/w
  5. ## Change this file to customize your event
  6.  
  7. Parkour: ### This should be exactly the same as the name you registered
  8. enabled: true
  9. database: Parkour # needs BattleTracker
  10. rated: true # if database is enabled
  11. prefix: "&6[Parkour]&e"
  12. cmd: pk
  13. nTeams: 1+
  14. teamSize: 1
  15. joinType: Queue ## there are 2 join types, Queue and JoinPhase
  16. victoryCondition: InfiniteLives
  17. matchTime: 240
  18. ### You can delete any stages/transitions that have no options
  19. ### for a list of options see wiki
  20. defaults:
  21. options: []
  22. preReqs: ## Prerequisites for joining
  23. options: [alwaysOpen, individualWins]
  24. onEnter:
  25. options: [storeAll, flightOff]
  26. onLeave:
  27. options: [restoreAll]
  28. onJoin: ## when they join the match
  29. options: []
  30. onPreStart: ## x seconds before onStart
  31. options: []
  32. onStart: ## Starting
  33. options: [teleportIn, pvpOn]
  34. onSpawn: ## what happens when a player spawns
  35. options: [hunger=20, health=20]
  36. onDeath: ## what happens when a player dies
  37. options: [respawn]
  38. onComplete: ## what happens when players have completed the match(winning/leaving/exiting)
  39. options: [teleportOut, clearInventory]
  40. onFinish: ## what happens when things end
  41. options: []
  42. winner: ## what to give the winner
  43. options: [health=20, hunger=20, money=500]
  44. losers: ## what to give the losers
  45. options: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement