Guest User

Untitled

a guest
Feb 7th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.99 KB | None | 0 0
  1. configVersion: 2.0
  2.  
  3. ## for more help configuring see the wiki
  4. ## https://github.com/alkarinv/BattleArena/wiki
  5. ## Change this file to customize your match
  6.  
  7. Spleef:
  8.     enabled: true
  9.     prefix: "&b[Spleef]&e"
  10.     type: Spleef
  11.     database: Spleef
  12.     rated: true
  13.     nTeams: 2+
  14.     teamSize: 1+
  15.     defaults:
  16.         options: [woolTeams]
  17.     preReqs:
  18.         options: [clearInventory]
  19.     onEnter:
  20.         options: [storeAll]
  21.     onLeave:
  22.         options: [restoreAll]
  23.     onPrestart:
  24.         options: [teleportIn, blockBreakOff, pvpOff]
  25.     onStart:
  26.         options: [blockBreakOn]
  27.     onSpawn:
  28.         options: [deEnchant, giveItems, hunger=20, health=20]
  29.         items: # ignored if options doesnt have "giveItems"
  30.         - 273: 1
  31.     onDeath:
  32.         options: [clearInventory]
  33.     onVictory:
  34.         options: [invincible]
  35.     onComplete:
  36.         options: [teleportOut, clearInventory]
  37.     winner:
  38.         options: [health=20, hunger=20]
  39.     losers:
  40.         options: []
Advertisement
Add Comment
Please, Sign In to add comment