spleefmap3.txt 1.3 KB

123456789101112131415161718192021222324252627282930
  1. minplayers = 2;
  2. maxplayers = 4;
  3. mapname = "Toothpick";
  4. gamesworld = world.getGames();
  5. lobbyspawnloc = loc.new(gamesworld, 1011.5, 88, 942.5);
  6. gamesignsmap = getScriptVar("gamesigns");
  7. gamesignloc = map.get(gamesignsmap, "spleefsign3");
  8. spleef_list = list.new();
  9. list.add(spleef_list, "minecraft:glass");
  10. list.add(spleef_list, "minecraft:white_stained_glass");
  11. list.add(spleef_list, "minecraft:gray_stained_glass");
  12. list.add(spleef_list, "minecraft:light_gray_stained_glass");
  13. list.add(spleef_list, "minecraft:black_stained_glass");
  14. list.add(spleef_list, "minecraft:white_wool");
  15. list.add(spleef_list, "minecraft:smooth_quartz");
  16. list.add(spleef_list, "minecraft:white_concrete");
  17. list.add(spleef_list, "km:silver_block");
  18. list.add(spleef_list, "minecraft:smooth_stone");
  19. list.add(spleef_list, "minecraft:gray_wool");
  20. list.add(spleef_list, "minecraft:gray_concrete");
  21. list.add(spleef_list, "minecraft:black_wool");
  22. list.add(spleef_list, "minecraft:coal_block");
  23. list.add(spleef_list, "minecraft:black_concrete");
  24. startlocs = list.new();
  25. list.add(startlocs, loc.new(gamesworld, -1000.5, 109, -2001.5, 0.0001, 0.0001));
  26. list.add(startlocs, loc.new(gamesworld, -998.5, 109, -1997.5, 180, 0.0001));
  27. list.add(startlocs, loc.new(gamesworld, -998.5, 109, -2001.5, 0.0001, 0.0001));
  28. list.add(startlocs, loc.new(gamesworld, -1000.5, 109, -1997.5, 180, 0.0001));