Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- configVersion: 2.0
- ## for more help configuring see the wiki
- ## https://github.com/alkarinv/BattleArena/wiki
- ## Change this file to customize your competition
- Spleef:
- enabled: true
- joinType: Queue
- database: Spleef # or delete if you dont want wins/losses/top, needs BattleTracker
- rated: true # if database is enabled
- prefix: "&b[Spleef]&e"
- command: spleef
- victoryCondition: LastManStanding
- nTeams: 2+
- teamSize: 1
- ### You can delete any stages/transitions that have no options
- ### for a list of options see wiki
- defaults: ## Global options for the entire match
- options: [woolTeams]
- preReqs: ## Prerequisites for joining
- options: []
- onEnter:
- options: [storeAll]
- onLeave:
- options: [restoreAll]
- onOpen: ## opening the event
- options: [pvpOff, blockBreakOff]
- onJoin: ## when they join the event
- options: [teleportIn, pvpOff, hunger=20]
- onPreStart: ## x seconds before onStart
- options: [pvpOff, deEnchant, blockBreakOff]
- onStart: ## Starting
- options: [pvpOff, hunger=20, blockBreakOn]
- onSpawn: ## what happens when a player spawns
- options: [hunger=20, health=20]
- onDeath: ## what happens when a player dies
- options: [clearInventory]
- onComplete: ## what happens when things end
- options: [teleportOut, clearInventory]
- winner: ## what to give the winner
- options: [health=20, hunger=20]
- losers: ## what to give the losers
- options: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement