TacoGerbil

TacoGerbil DM Config

Jul 26th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. DeathMatch:
  2. enabled: true
  3. joinType: JoinPhase
  4. victoryCondition: highestKills
  5. database: dm
  6. rated: true
  7. prefix: "&8[DeathMatch]&e"
  8. nTeams: 2+
  9. teamSize: 1
  10. announcements: ### Override the match victory announcement as the event has one too
  11. onVictory: [ dontannounce ]
  12. defaults:
  13. options: [woolTeams, alwaysTeamNames]
  14. preReqs:
  15. options: [clearInventory]
  16. onEnter:
  17. options: [storeAll]
  18. onLeave:
  19. options: [restoreAll]
  20. onJoin:
  21. options: [teleportIn, alwaysJoin, blockBreakOff]
  22. onOpen:
  23. options: [pvpOff, wgClearRegion, wgResetRegion]
  24. onStart:
  25. options: [pvpOn, blockBreakOn, wgNoLeave, wgNoEnter]
  26. onComplete:
  27. options: [teleportOut, wgClearRegion, wgResetRegion]
  28. onSpawn:
  29. options: [enchants, giveItems, health=20, hunger=20]
  30. items: # ignored if options doesnt have "giveItems"
  31. - iron_sword: 1
  32. - bow: 1
  33. - arrow: 32
  34. - leather_helm: 1
  35. - leather_chest: 1
  36. - leather_leggings: 1
  37. - leather_boot: 1
  38. - bread: 5
  39. enchants:
  40. - speed:1
  41. onDeath:
  42. options: [respawn, clearInventory]
  43.  
  44. winner:
  45. options: [enchants, money=100, experience=300, health=20, hunger=20, giveItems]
  46. items:
  47. - gold_nugget: 1
  48. enchants:
  49. - speed:2:900
  50. - resistance:2:900
  51. loser:
  52. options: [money=1, experience=1, health=20, hunger=20, giveItems]
  53. items:
  54. - 37: 1
  55. - fish: 1
Advertisement
Add Comment
Please, Sign In to add comment