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
- bSpleef:
- enabled: true
- prefix: "&b[BowSpleef]&e"
- command: bspleef
- gameType: spleef
- arenaClass: spleef
- joinType: JoinPhase
- 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: []
- preReqs: ## Prerequisites for joining
- options: []
- onEnter:
- options: [storeAll, blockBreakOff]
- onLeave:
- options: [restoreAll]
- onOpen: ## opening the event
- options: [pvpOff]
- onJoin: ## when they join the event
- options: [teleportWaitRoom, undisguise, blockBreakOff, pvpOff]
- onPreStart: ## x seconds before onStart
- options: [pvpOff, blockBreakOff]
- onStart: ## Starting
- options: [teleportIn, pvpOff, blockBreakOff]
- onSpawn: ## what happens when a player spawns
- options: [hunger=20, giveItems, health=20]
- items: # ignored if options doesnt have "giveItems"
- - bow: infinity:1
- doCommands:
- - player fly off
- onDeath: ## what happens when a player dies
- options: [teleportOut]
- onComplete: ## what happens when things end
- options: [teleportOut]
- winner: ## what to give the winner
- options: [enchants, money=5000, experience=300, health=20, hunger=20]
- enchants:
- - speed:2:900
- - resistance:2:900
- losers: ## what to give the losers
- options: [money=1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement