Advertisement
numskull34

config

Dec 19th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. configVersion: 2.0
  2. configVersion: 2.0
  3.  
  4. configVersion: 2.0
  5.  
  6.  
  7. ## This should be places in the plugin directory
  8. ## for more help configuring see the wiki
  9. ## https://github.com/alkarinv/BattleArena/wiki
  10. ## Change this file to customize your event
  11.  
  12. Paintball:
  13. enabled: true
  14. matchTime: 240
  15. database: Paintball # or delete if you dont want wins/losses/top, needs BattleTracker
  16. rated: true # if database is enabled
  17. prefix: "&f[Paintball]&e"
  18. cmd: pb
  19. ### You can delete any stages/transitions that have no options
  20. ### for a list of options see wiki
  21. preReqs: ## Prerequisites for joining
  22. onEnter:
  23. options: [storeAll]
  24. onLeave:
  25. options: [restoreAll]
  26. onEnter:
  27. options: [storeAll]
  28. onLeave:
  29. options: [restoreAll]
  30. onJoin: ## when they join the match
  31. options: []
  32. onPreStart: ## x seconds before onStart
  33. options: []
  34. onStart: ## Starting
  35. options: [teleportIn, pvpOn, woolteams]
  36. onSpawn: ## what happens when a player spawns
  37. options: [giveItems, hunger=20, health=20]
  38. items:
  39. - snow_ball: 256
  40. onDeath: ## what happens when a player dies
  41. options: []
  42. onComplete: ## what happens when things end
  43. options: [teleportOut, clearInventory]
  44. winner: ## what to give the winner
  45. options: [giveitems, money=100]
  46. items:
  47. - 291: 1
  48. - 297: 1
  49. - 2263: 1
  50. losers: ## what to give the losers
  51. options: []
  52.  
  53. FFA:
  54. enabled: true
  55. matchTime: 300
  56. database: FFA # or delete if you dont want wins/losses/top, needs BattleTracker
  57. rated: true # if database is enabled
  58. prefix: "&f[Paintball]&e"
  59. cmd: pb
  60. ### You can delete any stages/transitions that have no options
  61. ### for a list of options see wiki
  62. preReqs: ## Prerequisites for joining
  63. onEnter:
  64. options: [storeAll]
  65. onLeave:
  66. options: [restoreAll]
  67. onEnter:
  68. options: [storeAll]
  69. onLeave:
  70. options: [restoreAll]
  71. onJoin: ## when they join the match
  72. options: []
  73. onPreStart: ## x seconds before onStart
  74. options: []
  75. onStart: ## Starting
  76. options: [teleportIn, pvpOn, woolteams]
  77. onSpawn: ## what happens when a player spawns
  78. options: [giveItems, hunger=20, health=20]
  79. items:
  80. - snow_ball: 384
  81. onDeath: ## what happens when a player dies
  82. options: []
  83. onComplete: ## what happens when things end
  84. options: [teleportOut, clearInventory]
  85. winner: ## what to give the winner
  86. options: [giveitems, money=250]
  87. items:
  88. - 258: 1
  89. - 354: 1
  90. - 2258: 1
  91. losers: ## what to give the losers
  92. options: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement