spleefmap2.txt 604 B

12345678910111213141516
  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. gamesignloc = minigame.getSignLoc("spleefsign2");
  7. spleef_list = list.new();
  8. list.add(spleef_list, material.get("snow_block"));
  9. list.add(spleef_list, material.get("obsidian"));
  10. startlocs = list.new();
  11. list.add(startlocs, loc.new(gamesworld, -1994.5, 35, -6.5));
  12. list.add(startlocs, loc.new(gamesworld, -1994.5, 35, 6.5));
  13. list.add(startlocs, loc.new(gamesworld, -2006.5, 35, 6.5));
  14. list.add(startlocs, loc.new(gamesworld, -2006.5, 35, -6.5));