region_fastbridgemap2.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. gamesignsmap = getScriptVar("gamesigns");
  2. gamesignloc = map.get(gamesignsmap, "fastbridgesign2");
  3. gamesworld = world.get("games");
  4. lobbyspawnloc = loc.new(gamesworld, 2026.5, 101, -2948.5);
  5. mapname = "Snakes";
  6. minplayers = 2;
  7. maxplayers = 4;
  8. minutes = 2;
  9. seconds = 0;
  10. middleloc = loc.new(gamesworld, 2900, 104, -2020);
  11. radius = 120;
  12. colors = list.new();
  13. list.add(colors, read.item("minecraft:green_terracotta"));
  14. list.add(colors, read.item("minecraft:yellow_terracotta"));
  15. list.add(colors, read.item("minecraft:blue_terracotta"));
  16. list.add(colors, read.item("minecraft:red_terracotta"));
  17. spawns = list.new();
  18. list.add(spawns, loc.new(gamesworld, 3002, 101, -2036));
  19. list.add(spawns, loc.new(gamesworld, 3002, 101, -2024));
  20. list.add(spawns, loc.new(gamesworld, 3002, 101, -2012));
  21. list.add(spawns, loc.new(gamesworld, 3002, 101, -2000));
  22. ycheck_list = list.new();
  23. list.add(ycheck_list, 101);
  24. list.add(ycheck_list, 101);
  25. list.add(ycheck_list, 101);
  26. list.add(ycheck_list, 101);
  27. /*
  28. norden -z
  29. osten +x
  30. süden +z
  31. westen -x
  32. */
  33. //Welche Koordinate verändert sich nicht? x oder z?
  34. coord = "z";