fastbridgemap2.txt 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. gamesignloc = minigame.getSignLoc("fastbridgesign2");
  2. gamesworld = world.getGames();
  3. lobbyspawnloc = loc.new(gamesworld, 2026.5, 101, -2948.5);
  4. mapname = "Snakes";
  5. minplayers = 1;
  6. maxplayers = 4;
  7. minutes = 2;
  8. seconds = 0;
  9. middleloc = loc.new(gamesworld, 2900, 104, -2020);
  10. radius = 120;
  11. colors = list.new();
  12. list.add(colors, item.create("minecraft:green_terracotta", 1, null, null));
  13. list.add(colors, item.create("minecraft:yellow_terracotta", 1, null, null));
  14. list.add(colors, item.create("minecraft:blue_terracotta", 1, null, null));
  15. list.add(colors, item.create("minecraft:red_terracotta", 1, null, null));
  16. spawns = list.new();
  17. list.add(spawns, loc.new(gamesworld, 3002, 101, -2036));
  18. list.add(spawns, loc.new(gamesworld, 3002, 101, -2024));
  19. list.add(spawns, loc.new(gamesworld, 3002, 101, -2012));
  20. list.add(spawns, loc.new(gamesworld, 3002, 101, -2000));
  21. ycheck_list = list.new();
  22. list.add(ycheck_list, 101);
  23. list.add(ycheck_list, 101);
  24. list.add(ycheck_list, 101);
  25. list.add(ycheck_list, 101);
  26. //Welche Koordinate verändert sich nicht? x oder z?
  27. coord = "z";