spleefmap2.txt 641 B

1234567891011121314151617
  1. minplayers = 2;
  2. maxplayers = 4;
  3. mapname = "Black on white";
  4. gamesworld = world.getGames();
  5. lobbyspawnloc = loc.new(gamesworld, 998.5, 88, 942.5);
  6. gamesignsmap = getScriptVar("gamesigns");
  7. gamesignloc = map.get(gamesignsmap, "spleefsign2");
  8. spleef_list = list.new();
  9. list.add(spleef_list, "minecraft:snow_block");
  10. list.add(spleef_list, "minecraft:obsidian");
  11. startlocs = list.new();
  12. list.add(startlocs, loc.new(gamesworld, -1994.5, 35, -6.5));
  13. list.add(startlocs, loc.new(gamesworld, -1994.5, 35, 6.5));
  14. list.add(startlocs, loc.new(gamesworld, -2006.5, 35, 6.5));
  15. list.add(startlocs, loc.new(gamesworld, -2006.5, 35, -6.5));