spleefmap1.txt 581 B

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