Advertisement
Guest User

arenas.yml

a guest
Aug 9th, 2015
999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.65 KB | None | 0 0
  1. ####################################
  2. #                                  #
  3. #   EPIC SKYWARS ARENAS CONFIG     #
  4. #                                  #
  5. ####################################
  6.  
  7. Arenas:
  8.   List:
  9.   - Example
  10.   Example:
  11.     world: example_world
  12.     # Spectators spawn point.
  13.     spec-spawn:
  14.       world:
  15.       X:
  16.       Y:
  17.       Z:
  18.       YAW:
  19.       PITCH:
  20.    # Map center. Need to use Crumble function.
  21.     map-center:
  22.       world:
  23.       X:
  24.       Y:
  25.       Z:
  26.    # Map radius in blocks. Need to use Crumble function.
  27.     map-radius: 100
  28.     tnt-location:
  29.       world:
  30.       X:
  31.       Y:
  32.       Z:
  33.     guardians:
  34.    spawn-points:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement