mrkirby153

Untitled

Oct 20th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.95 KB | None | 0 0
  1. arenas:
  2.   test:
  3.     enabled: false
  4.     maxPlayers: 10
  5.     protection:
  6.       lobby: {}
  7.       arena: {}
  8.     spawn:
  9.       lobby:
  10.         world: world
  11.         pitch: 14.849976
  12.         yaw: -196.6488
  13.         x: 79
  14.         y: 68
  15.         z: 240
  16.       arena:
  17.         world: world
  18.         pitch: 0.1499646
  19.         yaw: -214.49902
  20.         x: 77
  21.         y: 68
  22.         z: 235
  23.     classes: {}
  24.   lobby:
  25.     protection:
  26.       lobby:
  27.         pt1:
  28.           x: 70
  29.           y: 68
  30.           z: 236
  31.         pt2:
  32.           x: 73
  33.           y: 68
  34.           z: 236
  35.   arena:
  36.     protection:
  37.       arena:
  38.         pt1:
  39.           x: 70
  40.           y: 68
  41.           z: 238
  42.         pt2:
  43.           x: 73
  44.           y: 68
  45.           z: 238
  46. ------------------
  47. f.set("arenas."+arenaName+".protection.lobby.pt1.x", l.getBlockX());
  48. f.set("arenas."+arenaName+".protection.lobby.pt1.y", l.getBlockY());
  49. f.set("arenas."+arenaName+".protection.lobby.pt1.z", l.getBlockZ());
Advertisement
Add Comment
Please, Sign In to add comment