Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.28 KB | None | 0 0
  1. #arenas.yml version 1.0.1-SNAPSHOT
  2. arenas:
  3.  #Each arena has to be a different section with unique ID so you can just name them 1, 2, 3 etc. This ID won't be shown anywhere.
  4.   1:
  5.    #Arena's name
  6.     name: "First Arena"
  7.     #Two corners of arena, players won't be able to go behind them, yaw and pitch don't matter
  8.     corner1:
  9.       world: "world"
  10.       x: 434
  11.       y: 1
  12.       z: 801
  13.       yaw: 0
  14.       pitch: 0
  15.     corner2:
  16.       world: "world"
  17.       x: 417
  18.       y: 20
  19.       z: 757
  20.       yaw: 0
  21.       pitch: 0
  22.     #Spawn of players from the first gang
  23.     spawn1:
  24.       world: "world"
  25.       x: 426.0
  26.       y: 4
  27.       z: 799.0
  28.       yaw: -180
  29.       pitch: 0
  30.     #Spawn of players from the second gang
  31.     spawn2:
  32.       world: "world"
  33.       x: 426.0
  34.       y: 4
  35.       z: 760.0
  36.       yaw: 0
  37.       pitch: 0
  38.   2:
  39.     name: "Example Arena"
  40.     corner1:
  41.       world: "world"
  42.       x: 100
  43.       y: 1
  44.       z: 350
  45.       yaw: 0
  46.       pitch: 0
  47.     corner2:
  48.       world: "world"
  49.       x: 200
  50.       y: 20
  51.       z: 450
  52.       yaw: 0
  53.       pitch: 0
  54.     spawn1:
  55.       world: "world"
  56.       x: 150.0
  57.       y: 4
  58.       z: 375.0
  59.       yaw: 0
  60.       pitch: 0
  61.     spawn2:
  62.       world: "world"
  63.       x: 150.0
  64.       y: 4
  65.       z: 425.0
  66.       yaw: -180
  67.       pitch: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement