Advertisement
Guest User

Untitled

a guest
Nov 30th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.05 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 event
  5.  
  6. EPaintball:
  7.     enabled: true
  8.     command: epb
  9.     type: Paintball
  10.     database: ePaintball # or delete if you dont want wins/losses/top, needs BattleTracker
  11.     prefix: "&a[Paintball]&e"
  12.     nTeams: 2
  13.     teamSize: 1+
  14.     matchTime: 300
  15.     victoryCondition: highestKills
  16.     preReqs:
  17.         options: [clearInventory]
  18.     onJoin:
  19.         options: [teleportIn, woolTeams, pvpOff]
  20.     onStart:
  21.         options: [pvpOn]
  22.     onComplete:
  23.         options: [teleportOut, clearInventory, deEnchant, undisguise]
  24.     onDeath:
  25.         options: [respawn, clearInventory]
  26.     onSpawn:
  27.         options: [enchants, giveItems, health=20, hunger=20, deEnchant]
  28.         items:
  29.             - snow_ball: 128
  30.     winner:
  31.         options: [giveItems, money=30,experience=100, health=20, hunger=20]
  32.     losers:
  33.         options: [giveItems, money=15,experience=50, health=20, hunger=20]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement