Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- configVersion: 2.0
- configVersion: 2.0
- configVersion: 2.0
- ## This should be places in the plugin directory
- ## for more help configuring see the wiki
- ## https://github.com/alkarinv/BattleArena/wiki
- ## Change this file to customize your event
- Paintball:
- enabled: true
- matchTime: 240
- database: Paintball # or delete if you dont want wins/losses/top, needs BattleTracker
- rated: true # if database is enabled
- prefix: "&f[Paintball]&e"
- cmd: pb
- ### You can delete any stages/transitions that have no options
- ### for a list of options see wiki
- preReqs: ## Prerequisites for joining
- onEnter:
- options: [storeAll]
- onLeave:
- options: [restoreAll]
- onEnter:
- options: [storeAll]
- onLeave:
- options: [restoreAll]
- onJoin: ## when they join the match
- options: []
- onPreStart: ## x seconds before onStart
- options: []
- onStart: ## Starting
- options: [teleportIn, pvpOn, woolteams]
- onSpawn: ## what happens when a player spawns
- options: [giveItems, hunger=20, health=20]
- items:
- - snow_ball: 256
- onDeath: ## what happens when a player dies
- options: []
- onComplete: ## what happens when things end
- options: [teleportOut, clearInventory]
- winner: ## what to give the winner
- options: [giveitems, money=100]
- items:
- - 291: 1
- - 297: 1
- - 2263: 1
- losers: ## what to give the losers
- options: []
- FFA:
- enabled: true
- matchTime: 300
- database: FFA # or delete if you dont want wins/losses/top, needs BattleTracker
- rated: true # if database is enabled
- prefix: "&f[Paintball]&e"
- cmd: pb
- ### You can delete any stages/transitions that have no options
- ### for a list of options see wiki
- preReqs: ## Prerequisites for joining
- onEnter:
- options: [storeAll]
- onLeave:
- options: [restoreAll]
- onEnter:
- options: [storeAll]
- onLeave:
- options: [restoreAll]
- onJoin: ## when they join the match
- options: []
- onPreStart: ## x seconds before onStart
- options: []
- onStart: ## Starting
- options: [teleportIn, pvpOn, woolteams]
- onSpawn: ## what happens when a player spawns
- options: [giveItems, hunger=20, health=20]
- items:
- - snow_ball: 384
- onDeath: ## what happens when a player dies
- options: []
- onComplete: ## what happens when things end
- options: [teleportOut, clearInventory]
- winner: ## what to give the winner
- options: [giveitems, money=250]
- items:
- - 258: 1
- - 354: 1
- - 2258: 1
- losers: ## what to give the losers
- options: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement