Advertisement
Guest User

Pit of Death DTM

a guest
Apr 18th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.13 KB | None | 0 0
  1. info:
  2.   title: Pit of Death
  3.   world: PitOfDeath
  4.   duration: 3600
  5.   version: 1.0
  6.   type: dtm
  7.   creators:
  8.   - Hacktivism
  9.   spawn: 0.5,181.0,0.5,180,0
  10.   time: 6000
  11.  
  12. remove-drops:
  13. - diamond_pickaxe
  14. - stone_sword
  15. - bow
  16. - arrow
  17.  
  18. repair-drops:
  19. - gold_sword
  20.  
  21. loadout:
  22.   effects:
  23.  - damage resistance:5,5
  24.   helmet:
  25.     item: leather_helmet
  26.   chestplate:
  27.     item: leather_chestplate
  28.   leggings:
  29.     item: iron_leggings
  30.   boots:
  31.     item: leather_boots
  32.   0:
  33.     item: stone_sword
  34.   1:
  35.     item: bow
  36.   2:
  37.     item: diamond_pickaxe
  38.   3:
  39.     item: golden_apple
  40.     amount: 3
  41.   4:
  42.     item: planks:2
  43.     amount: 32
  44.   5:
  45.     item: glass
  46.     amount: 32
  47.   6:
  48.     item: ladder
  49.     amount: 32
  50.   28:
  51.     item: arrow
  52.     amount: 32
  53.    
  54. regions:
  55.   green-area:
  56.     type: sphere
  57.     center: 0,128,-59
  58.     radius: 7
  59.     flags:
  60.       build:
  61.         who: '*'
  62.         message: '&cYou may not build in the spawn area.'
  63.   brown-area:
  64.     type: sphere
  65.     center: 0,128,59
  66.     radius: 7
  67.     flags:
  68.       build:
  69.         who: '*'
  70.         message: '&cYou may not build in the spawn area.'
  71.   orange-area:
  72.     type: sphere
  73.     center: -59,128,0
  74.     radius: 7
  75.     flags:
  76.       build:
  77.         who: '*'
  78.         message: '&cYou may not build in the spawn area.'
  79.   purple-area:
  80.     type: sphere
  81.     center: 59,128,0
  82.     radius: 7
  83.     flags:
  84.       build:
  85.         who: '*'
  86.         message: '&cYou may not build in the spawn area.'
  87.  
  88. teams:
  89.   green:
  90.     spawn: 0.5,128,-58.5,0,0
  91.     title: Green Team
  92.     max: 12
  93.     monuments:
  94.       a:
  95.         name: Center
  96.         location: 0,134,0
  97.         radius: 0
  98.   brown:
  99.     spawn: 0.5,128,59.5,180,0
  100.     title: Brown Team
  101.     max: 12
  102.     monuments:
  103.       a:
  104.         name: Center
  105.         location: 0,134,0
  106.         radius: 0
  107.   orange:
  108.     spawn: -58.5,128,0.5,-90,0
  109.     title: Orange Team
  110.     max: 12
  111.     monuments:
  112.       a:
  113.         name: Center
  114.         location: 0,134,0
  115.         radius: 0
  116.   purple:
  117.     spawn: 59.5,128,0.5,90,0
  118.     title: Purple Team
  119.     max: 12
  120.     monuments:
  121.       a:
  122.         name: Center
  123.         location: 0,134,0
  124.         radius: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement