Guest User

battlearena issue

a guest
Nov 10th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1.  
  2. #### EVENTS ####
  3. ### FFA Event
  4. freeForAll:
  5. enabled: true
  6. command: ffa
  7. type: ffa
  8. database: ffa
  9. prefix: "&c[FFA]&e"
  10. nTeams: 2+
  11. teamSize: 1+
  12. announcements: ### Override the match victory announcement as the event has one too
  13. onVictory: [ dontannounce ]
  14. preReqs:
  15. options: [clearInventory]
  16. onJoin:
  17. options: [teleportIn, woolTeams, teleportWaitRoom]
  18. onOpen:
  19. options: [pvpOff]
  20. onPrestart:
  21. options: [pvpOff, giveItems, deEnchant]
  22. items: # ignored if options doesnt have "giveItems"
  23. - iron_sword: 1
  24. - bow: 1
  25. - tnt: 3
  26. - arrow: 32
  27. - leather_helm: 1
  28. - leather_chest: 1
  29. - leather_leggings: 1
  30. - leather_boot: 1
  31. - bread: 5
  32. onStart:
  33. options: [pvpOn, teleportIn]
  34. onComplete:
  35. options: [teleportOut, clearInventory, deEnchant, undisguise]
  36. onSpawn:
  37. options: [enchants, health=20, hunger=20, deEnchant]
  38. enchants:
  39. - speed:3
  40. winner:
  41. options: [enchants, money=1,experience=300, health=20, hunger=20]
  42. enchants:
  43. - speed:2:900
  44. - resistance:2:900
Advertisement
Add Comment
Please, Sign In to add comment