Guest User

"Terris" by Hacktivism

a guest
Mar 31st, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.70 KB | None | 0 0
  1. info:
  2.   title: Terris
  3.   world: Terris
  4.   duration: 3600
  5.   version: 1.0
  6.   type: dtm
  7.   creators:
  8.   - Hacktivism
  9.   spawn: 2.5,164,1.5,135,0
  10.   time: 12000
  11.  
  12. remove-drops:
  13. - stone_sword
  14. - bow
  15. - diamond_pickaxe
  16. - arrow
  17. - glass
  18.  
  19. loadout:
  20.   0:
  21.     item: stone_sword
  22.   1:
  23.     item: bow
  24.   2:
  25.     item: diamond_pickaxe
  26.   3:
  27.     item: golden_apple
  28.     amount: 2
  29.   4:
  30.     item: log
  31.     amount: 32
  32.   5:
  33.     item: glass
  34.     amount: 64
  35.   6:
  36.     item: cooked_beef
  37.     amount: 16
  38.   28:
  39.     item: arrow
  40.   100:
  41.     item: leather_boots
  42.   101:
  43.     item: leather_leggings
  44.   102:
  45.     item: leather_chestplate
  46.   103:
  47.     item: leather_helmet
  48.  
  49. teams:
  50.   cyan:
  51.     title: 'Cyan Team'
  52.     spawn: 65.5,92,70.5,135,0
  53.     max: 20
  54.     monuments:
  55.       a:
  56.         name: Left-A
  57.         location: -78,94,-49
  58.       b:
  59.         name: Left-B
  60.         location: -78,93,-49
  61.       c:
  62.         name: Right-A
  63.         location: -45,94,-84
  64.       d:
  65.         name: Right-B
  66.         location: -45,93,-84
  67.   green:
  68.     title: 'Green Team'
  69.     spawn: -64.5,92,-69.5,-45,0
  70.     max: 20
  71.     monuments:
  72.       a:
  73.         name: Left-A
  74.         location: 78,94,49
  75.       b:
  76.         name: Left-B
  77.         location: 78,93,49
  78.       c:
  79.         name: Right-A
  80.         location: 45,94,84
  81.       d:
  82.         name: Right-B
  83.         location: 45,93,84
  84.        
  85. regions:
  86.   green-spawn:
  87.     type: cuboid
  88.     min: -69,91,-74
  89.     max: -60,97,-65
  90.     flags:
  91.       build:
  92.         who: '*'
  93.         allow: false
  94.         message: '&c{build.spawn}'
  95.   cyan-spawn:
  96.     type: cuboid
  97.     min: 69,91,74
  98.     max: 60,97,65
  99.     flags:
  100.       build:
  101.         who: '*'
  102.         allow: false
  103.         message: '&c{build.spawn}'
Add Comment
Please, Sign In to add comment