Advertisement
Guest User

ArenaPaintball config 1.0

a guest
Sep 18th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.22 KB | None | 0 0
  1. ## This should be places in the plugin directory
  2. ## for more help configuring see the wiki
  3. ## https://github.com/alkarinv/BattleArena/wiki
  4. ## Change this file to customize your match
  5.  
  6. Paintball:
  7.     enabled: true
  8.     database: Paintball # or delete if you dont want wins/losses/top, needs BattleTracker
  9.     rated: true # if database is enabled
  10.     prefix: "&f[Paintball]&e"
  11.     cmd: pb
  12.     ### You can delete any stages/transitions that have no options
  13.     ### for a list of options see wiki
  14.     preReqs: ## Prerequisites for joining
  15.         options: [clearInventory]
  16.     onJoin: ## when they join the match
  17.         options: []
  18.     onPreStart: ## x seconds before onStart
  19.         options: []
  20.     onStart: ## Starting
  21.         options: [teleportIn, pvpOn, woolTeams]
  22.     onSpawn: ## what happens when a player spawns
  23.         options: [giveItems, hunger=20, health=20]
  24.         items:
  25.             - snowball: 128
  26.     onDeath: ## what happens when a player dies
  27.         options: []
  28.     onComplete: ## what happens when things end
  29.         options: [teleportOut, clearInventory]
  30.     winner: ## what to give the winner
  31.         options: [health=20, hunger=20]
  32.     losers: ## what to give the losers
  33.         options: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement