Advertisement
Guest User

zones

a guest
Apr 28th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.45 KB | None | 0 0
  1. zone1:
  2.     enabled: true
  3.     world: world
  4.     type: cuboid
  5.     message: An anti-magic aura makes your spell fizzle.
  6.     allowed-spells:
  7.        - list
  8.         - help
  9. zone2:
  10.     enabled: true
  11.     world: world
  12.     type: worldguard
  13.     region: safespawn
  14.     message: You cannot use that spell in the arena.
  15.     disallowed-spells:
  16.        - blink
  17.         - gate
  18.         - mark
  19.         - wall
  20.         - entomb
  21.         - geyser
  22.         - forcetoss
  23.         -  grip
  24.         -  forcebomb
  25. safenightpvp:
  26.     enabled: true
  27.     world: world
  28.     type: worldguard
  29.     region: safesnightpvp
  30.     message: You cannot use that spell in the arena.
  31.     disallowed-spells:
  32.        - blink
  33.         - gate
  34.         - mark
  35.         - wall
  36.         - entomb
  37.         - geyser
  38.         - forcetoss
  39.         -  grip
  40.         -  forcebomb  
  41.  parkour:
  42.     enabled: true
  43.     world: world
  44.     type: worldguard
  45.     region: parkour
  46.     message: You cannot use that spell in the arena.
  47.     disallowed-spells:
  48.        - blink
  49.         - gate
  50.         - mark
  51.         - wall
  52.         - entomb
  53. safetown:
  54.     enabled: true
  55.     world: world
  56.     type: worldguard
  57.     region: safetown
  58.     message: You cannot use that spell in the arena.
  59.     disallowed-spells:
  60.        - blink
  61.         - gate
  62.         - mark
  63.         - wall
  64.         - entomb
  65.         - geyser
  66.         - forcetoss
  67.         -  grip
  68.         -  forcebomb      
  69.         - geyser
  70.         - forcetoss
  71.         -  grip
  72.         -  forcebomb
  73. safeplane:
  74.     enabled: true
  75.     world: world
  76.     type: worldguard
  77.     region: safeplane
  78.     message: You cannot use that spell in the arena.
  79.     disallowed-spells:
  80.        - blink
  81.         - gate
  82.         - mark
  83.         - wall
  84.         - entomb
  85.         - geyser
  86.         - forcetoss
  87.         -  grip
  88.         -  forcebomb
  89. safeislandpvp:
  90.     enabled: true
  91.     world: world
  92.     type: worldguard
  93.     region: safeislandpvp
  94.     message: You cannot use that spell in the arena.
  95.     disallowed-spells:
  96.        - blink
  97.         - gate
  98.         - mark
  99.         - wall
  100.         - entomb
  101.         - geyser
  102.         - forcetoss
  103.         -  grip
  104.         -  forcebomb
  105. plots:
  106.     enabled: true
  107.     world: world
  108.     type: worldguard
  109.     region: plots
  110.     message: You cannot use that spell in the arena.
  111.     disallowed-spells:
  112.        - blink
  113.         - gate
  114.         - mark
  115.         - wall
  116.         - entomb
  117.         - geyser
  118.         - forcetoss
  119.         -  grip
  120.         -  forcebomb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement