Guest User

Untitled

a guest
Oct 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.71 KB | None | 0 0
  1. settings:
  2.     world: world
  3.     lightning: true
  4.     repairdelay: 5
  5.     firstwavedelay: 2
  6.     waveinterval: 25
  7.     specialmodulo: 6
  8.     updatenotification: true
  9.     disabledcommands: /kill, /heal, /give, /god
  10. classes:
  11.     Cook:
  12.         items: stone_sword, bread:6, grilled_pork:4, mushroom_soup, cake:3, cookie:12
  13.         armor: 298,299,300,301
  14.     Tank:
  15.         items: iron_sword, grilled_pork:3, cooked_fish
  16.         armor: 310,311,312,313
  17.     Templar:
  18.         items: diamond_sword, grilled_pork:3
  19.         armor: 306,307,308,309
  20.     Ranger:
  21.         items: bow, arrow:64, iron_sword, grilled_pork:2
  22.         armor: 298,299,300,301
  23.     Archer:
  24.         items: bow, arrow:256, grilled_pork:2
  25.         armor: 298,299,300,301
  26.     Berserk:
  27.         items: diamond_axe
  28.         armor: 310,311,312,313
  29.     Pyromancer:
  30.         items: stone_sword, flint_and_steel:2, cooked_fish:3
  31.         armor: 306,307,308,309
  32.     Assassin:
  33.         items: bow, arrow:20, flint_and_steel, 30:4, iron_sword, bread:3
  34.         armor: 299,301
  35. rewards:
  36.     waves:
  37.         every:
  38.             '4': 349, 296, 339, 340, 344, 338, 257, 357, 319
  39.             '11': iron_sword, coal:3, iron_pickaxe, 298, 299, 300, 301
  40.             '6': red_dye:1, yellow_dye:1, blue_dye:1, green_dye:1, black_dye:1, white_dye:1, brown_dye:1, orange_dye:1, cyan_dye:1, purple_dye:1, gray_dye:1, pink_dye:1, lime_green_dye:1, light_blue_dye:1
  41.         after:
  42.             '7': iron_ingot:1,
  43.             '15': iron_ingot:2, gold_ingot:2
  44.             '18': diamond:3
  45.             '13': compass, 358
  46.             '35': diamond:6
  47. waves:
  48.     default:
  49.         zombies: 10
  50.         skeletons: 8
  51.         spiders: 5
  52.         creepers: 1
  53.         wolves: 5
  54.     special:
  55.         poweredcreepers: 1
  56.         zombiepigmen: 10
  57.         slimes: 10
  58.         humans: 10
  59.         angrywolves: 5
  60.         giants: 3
  61.         ghasts: 0
  62. coords:
  63.     arena:
  64.         yaw: 0.0
  65.         pitch: 0.0
  66.         z: -932.0
  67.         y: 66.0
  68.         world: world
  69.         x: -323.0
  70.     p1:
  71.         yaw: 0.0
  72.         pitch: 0.0
  73.         z: -951.5026022150008
  74.         y: 65.0
  75.         world: world
  76.         x: -342.46875
  77.     p2:
  78.         yaw: 0.0
  79.         pitch: 0.0
  80.         z: -911.375
  81.         y: 75.0
  82.         world: world
  83.         x: -302.3619808343864
  84.     spawnpoints:
  85.         s1:
  86.             yaw: 0.0
  87.             pitch: 0.0
  88.             z: -942.0
  89.             y: 66.0
  90.             world: world
  91.             x: -333.0
  92.         s2:
  93.             yaw: 0.0
  94.             pitch: 0.0
  95.             z: -922.0
  96.             y: 66.0
  97.             world: world
  98.             x: -333.0
  99.         s3:
  100.             yaw: 0.0
  101.             pitch: 0.0
  102.             z: -922.0
  103.             y: 66.0
  104.             world: world
  105.             x: -313.0
  106.         s4:
  107.             yaw: 0.0
  108.             pitch: 0.0
  109.             z: -942.0
  110.             y: 66.0
  111.             world: world
  112.             x: -313.0
  113.         s5:
  114.             yaw: 0.0
  115.             pitch: 0.0
  116.             z: -932.0
  117.             y: 66.0
  118.             world: world
  119.             x: -328.0
  120.         s6:
  121.             yaw: 0.0
  122.             pitch: 0.0
  123.             z: -937.0
  124.             y: 66.0
  125.             world: world
  126.             x: -323.0
  127.         s7:
  128.             yaw: 0.0
  129.             pitch: 0.0
  130.             z: -932.0
  131.             y: 66.0
  132.             world: world
  133.             x: -318.0
  134.         s8:
  135.             yaw: 0.0
  136.             pitch: 0.0
  137.             z: -927.0
  138.             y: 66.0
  139.             world: world
  140.             x: -323.0
  141.     lobby:
  142.         yaw: 0.0
  143.         pitch: 0.0
  144.         z: -930.0
  145.         y: 60.0
  146.         world: world
  147.         x: -323.0
  148.     spectator:
  149.         yaw: 0.0
  150.         pitch: 0.0
  151.         z: -963.0
  152.         y: 76.0
  153.         world: world
  154.         x: -323.0
Add Comment
Please, Sign In to add comment