Advertisement
Mayor_Mike

SpleefConfig

Mar 4th, 2015 (edited)
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.93 KB | None | 0 0
  1. Spleef:
  2.   name: Spleef
  3.   command: Spleef
  4.   prefix: '&b[Spleef]&e'
  5.   signDisplayName: '&b[Spleef]&e'
  6.   gameSize:
  7.     nTeams: 2+
  8.     teamSize: '1'
  9.   nLives: '1'
  10.   victoryCondition: LASTMANSTANDING
  11.   tracking:
  12.     database: Spleef
  13.     rated: true
  14.     useTrackerMessages: false
  15.   arenaType: Spleef
  16.   arenaClass: SpleefArena
  17.   defaults:
  18.     options:
  19.    - woolTeams
  20.   onEnter:
  21.     options:
  22.    - STOREALL
  23.   onLeave:
  24.     options:
  25.    - RESTOREALL
  26.     - clearInventory
  27.   preReqs:
  28.     options:
  29.    - clearInventory
  30.   onStart:
  31.     options:
  32.    - teleportIn
  33.     - pvpOff
  34.   onVictory:
  35.     options:
  36.    - invincible
  37.   onComplete:
  38.     options:
  39.    - teleportOut
  40.     - RESTOREALL
  41.   onSpawn:
  42.     giveItems:
  43.    - DIAMOND_SPADE 1
  44.     options:
  45.    - health=20.0
  46.     - hunger=20
  47.     - deEnchant
  48.   onDeath:
  49.     options:
  50.    - clearInventory
  51.   winners:
  52.     options:
  53.    - money=1000
  54.     - health=20.0
  55.     - hunger=20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement