Advertisement
Guest User

"Forsaken" Fixed

a guest
May 3rd, 2015
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.78 KB | None | 0 0
  1. info:
  2.   title: 'Forsaken'
  3.   world: 'Forsaken'
  4.   duration: 3600
  5.   version: 1.0
  6.   type: dtm
  7.   creators:
  8.  - ElementProHD
  9.   - Xtramajestical
  10.   contributors:
  11.  - jozzmcozz
  12.   spawn: 539.5,70,-1385.5,90,0
  13.  
  14. remove-drops:
  15. - leather boots
  16. - bread
  17. - golden apple
  18.  
  19. repair-drops:
  20. - stone sword
  21. - iron axe
  22. - bow
  23. - diamond pickaxe
  24.  
  25. loadout:
  26.   effects:
  27.  - damage resistance:5,5
  28.   boots:
  29.     item: leather boots
  30.     enchants:
  31.    - depth_strider:2
  32.     - durability:3
  33.   0:
  34.     item: stone sword
  35.   1:
  36.     item: bow
  37.   2:
  38.     item: diamond pickaxe
  39.     enchants:
  40.    - dig_speed:3
  41.   3:
  42.     item: golden apple
  43.     amount: 2
  44.   4:
  45.     item: bread
  46.     amount: 32
  47.   5:
  48.     item: stone
  49.     amount: 32
  50.   6:
  51.     item: iron axe
  52.     enchants:
  53.    - dig_speed:3
  54.   7:
  55.     item: glass
  56.     amount: 32
  57.   8:
  58.     item: bucket
  59.   27:
  60.     item: arrow
  61.     amount: 32
  62.    
  63. teams:
  64.   green:
  65.     spawn: 444.5,15,-1307.5,-90,-10
  66.     title: Green team
  67.     max: 15
  68.     monuments:
  69.       a:
  70.         name: Left
  71.         location: 450,17,-1358
  72.       b:
  73.         name: Right
  74.         location: 450,17,-1258
  75.  
  76.   red:
  77.     spawn: 638.5,15,-1307.5,90,0
  78.     title: Red team
  79.     max: 15
  80.     monuments:
  81.       a:
  82.         name: Left
  83.         location: 632,17,-1258
  84.       b:
  85.         name: Right
  86.         location: 632,17,-1358
  87.        
  88.    
  89. regions:
  90.   everywhere:
  91.     type: global
  92.     flags:
  93.       kill_player:
  94.         who: '*'
  95.         allow: true
  96.         triggers:
  97.           give_loadout:
  98.             loadout:
  99.               3:
  100.                 item: golden apple
  101.                 amount: 1
  102.                
  103.   green-spawn:
  104.     type: cuboid
  105.     min: 447,13,-1310
  106.     max: 442,18,-1304
  107.     flags:
  108.       build:
  109.         who: '*'
  110.         message: '&cYou may not build nor destroy here!'
  111.  
  112.   green-left-monument-tube:
  113.     type: cuboid
  114.     min: 445,25,-1336
  115.     max: 455,13,-1337
  116.     flags:
  117.       enter:
  118.         who: 'green'
  119.         message: '&cYou may not enter your own danger zone!'
  120.        
  121.   green-right-monument-tube:
  122.     type: cuboid
  123.     min: 455,13,-1277
  124.     max: 445,25,-1278
  125.     flags:
  126.       enter:
  127.         who: 'green'
  128.         message: '&cYou may not enter your own danger zone!'
  129.        
  130.   red-spawn:
  131.     type: cuboid
  132.     min: 635,13,-1304
  133.     max: 640,18,-1310
  134.     flags:
  135.       build:
  136.         who: '*'
  137.         message: '&cYou may not build nor destroy here!'
  138.  
  139.   red-left-monument-tube:
  140.     type: cuboid
  141.     min: 638,14,-1278
  142.     max: 627,25,-1277
  143.     flags:
  144.       enter:
  145.         who: 'red'
  146.         message: '&cYou may not enter your own danger zone!'
  147.  
  148.   red-right-monument-tube:
  149.     type: cuboid
  150.     min: 626,15,-1342
  151.     max: 637,25,-1343
  152.     flags:
  153.       enter:
  154.         who: 'red'
  155.         message: '&cYou may not enter your own danger zone!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement