spleefmap4.txt 598 B

12345678910111213141516
  1. minplayers = 2;
  2. maxplayers = 4;
  3. mapname = "QR Code";
  4. gamesworld = world.getGames();
  5. lobbyspawnloc = loc.new(gamesworld, 1011.5, 88, 923.5);
  6. gamesignloc = minigame.getSignLoc("spleefsign4");
  7. spleef_list = list.new();
  8. list.add(spleef_list, material.get("white_concrete"));
  9. list.add(spleef_list, material.get("black_concrete"));
  10. startlocs = list.new();
  11. list.add(startlocs, loc.new(gamesworld, 995, 101, 1995));
  12. list.add(startlocs, loc.new(gamesworld, 983, 101, 1995));
  13. list.add(startlocs, loc.new(gamesworld, 983, 101, 1983));
  14. list.add(startlocs, loc.new(gamesworld, 995, 101, 1983));