Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ## for more help configuring see the wiki
  2. ## https://github.com/alkarinv/BattleArena/wiki
  3. ## Change this file to customize your match
  4.  
  5. Spleef:
  6. enabled: true
  7. type: Spleef
  8. database: Spleef
  9. rated: true
  10. prefix: "&b[Spleef]&e"
  11. onJoin:
  12. options: [pvpOff]
  13. preReqs:
  14. options: [clearInventory]
  15. onPrestart:
  16. options: []
  17. onStart:
  18. options: [teleportIn, blockBreakOn, woolTeams, pvpOff]
  19. onSpawn:
  20. options: [deEnchant, giveItems, hunger=20, health=20]
  21. items: # ignored if options doesnt have "giveItems"
  22. - diamond_spade: 1
  23. - shear: 1
  24. - bread: 5
  25. onDeath:
  26. options: [clearInventory]
  27. onVictory:
  28. options: [invincible]
  29. onComplete:
  30. options: [teleportOut, clearInventory]
  31. winner:
  32. options: [health=20, hunger=20]
  33. losers:
  34. options: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement