spleefmap1.txt 541 B

123456789101112131415
  1. minplayers = 2;
  2. maxplayers = 4;
  3. mapname = "Ygdrasil";
  4. gamesworld = world.getGames();
  5. lobbyspawnloc = loc.new(gamesworld, 985.5, 88, 942.5);
  6. gamesignloc = minigame.getSignLoc("spleefsign1");
  7. spleef_list = list.new();
  8. list.add(spleef_list, material.get("snow_block"));
  9. startlocs = list.new();
  10. list.add(startlocs, loc.new(gamesworld, 1004.5, 107, -99.5));
  11. list.add(startlocs, loc.new(gamesworld, 996.5, 107, -99.5));
  12. list.add(startlocs, loc.new(gamesworld, 1000.5, 107, -103.5));
  13. list.add(startlocs, loc.new(gamesworld, 1000.5, 107, -95.5));