Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.14 KB | None | 0 0
  1. DeathMatch:
  2.     enabled: true
  3.     victoryCondition: PlayerKills
  4.     database: dm
  5.     rated: true
  6.     prefix: "&7[&cDeathMatch&7]&e"
  7.     nTeams: 2-13
  8.     teamSize: 1
  9.     announcements: ### Override the match victory announcement as the event has one too
  10.         onVictory: [ dontannounce ]
  11.     defaults:
  12.         options: [woolTeams]
  13.     preReqs:
  14.         options: [clearInventory]
  15.     onEnter:
  16.         options: [storeAll]
  17.     onLeave:
  18.         options: [restoreAll]
  19.     onJoin:
  20.         options: [teleportIn, alwaysJoin]
  21.     onOpen:
  22.         options: [pvpOff]
  23.     onStart:
  24.         options: [pvpOn]
  25.     onComplete:
  26.         options: [teleportOut]
  27.     onSpawn:
  28.         options: [enchants, giveItems, health=20, hunger=20]
  29.         items: # ignored if options doesnt have "giveItems"
  30.             - diamond_sword: 1
  31.             - bow: infinity:1 1
  32.             - arrow: 32
  33.             - iron_chestplate: 1
  34.             - iron_leggings: 1
  35.             - iron_boots: 1
  36.             - bread: 64
  37.         enchants:
  38.            - speed:1
  39.     onDeath:
  40.         options: [respawn, keepInventory]
  41.     winner:
  42.         options: [health=20, hunger=20]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement