Advertisement
Guest User

Untitled

a guest
Sep 28th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. /////////// arenas.cfg //////////////
  2. arenas:
  3. spleef:
  4. persistable:
  5. data: 0
  6. type: 0
  7. teamSize: '1'
  8. locations:
  9. '1': fun,-786.8292563258976,11.0,-1046.174945137892,181.72626,4.8377953
  10. '0': fun,-784.8781872008467,11.0,-1079.2882273595824,1.9379272,2.0354028
  11. nTeams: '2'
  12. type: Splee
  13.  
  14.  
  15.  
  16. /////////// spleefconfig //////////////
  17. /////////// spleefconfig //////////////
  18. /////////// spleefconfig //////////////
  19. /////////// spleefconfig //////////////
  20. /////////// spleefconfig //////////////
  21. ## for more help configuring see the wiki
  22. ## https://github.com/alkarinv/BattleArena/wiki
  23. ## Change this file to customize your match
  24.  
  25. Spleef:
  26. enabled: true
  27. type: Spleef
  28. database: Spleef
  29. rated: false
  30. prefix: "&b[Spleef]&e"
  31. onJoin:
  32. options: [pvpOff]
  33. preReqs:
  34. options: [clearInventory]
  35. onPrestart:
  36. options: []
  37. onStart:
  38. options: [teleportIn, blockBreakOn, woolTeams]
  39. onSpawn:
  40. options: [deEnchant, giveItems, hunger=20, health=20]
  41. items: # ignored if options doesnt have "giveItems"
  42. - diamond_spade: 1
  43. - shear: 1
  44. - bread: 5
  45. onDeath:
  46. options: [clearInventory]
  47. onVictory:
  48. options: [invincible]
  49. onComplete:
  50. options: [teleportOut, clearInventory]
  51. winner:
  52. options: [health=20, hunger=20]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement