123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- gamesignsmap = getScriptVar("gamesigns");
- gamesignloc = map.get(gamesignsmap, "fastbridgesign1");
- gamesworld = world.get("games");
- lobbyspawnloc = loc.new(gamesworld, 2026, 101, -3002);
- mapname = "Beehive";
- minplayers = 2;
- maxplayers = 10;
- minutes = 2;
- seconds = 0;
- middleloc = loc.new(gamesworld, 2000, 114, -2007);
- radius = 100;
- colors = list.new();
- list.add(colors, read.item("minecraft:white_terracotta"));
- list.add(colors, read.item("minecraft:orange_terracotta"));
- list.add(colors, read.item("minecraft:light_blue_terracotta"));
- list.add(colors, read.item("minecraft:lime_terracotta"));
- list.add(colors, read.item("minecraft:pink_terracotta"));
- list.add(colors, read.item("minecraft:light_gray_terracotta"));
- list.add(colors, read.item("minecraft:purple_terracotta"));
- list.add(colors, read.item("minecraft:brown_terracotta"));
- list.add(colors, read.item("minecraft:green_terracotta"));
- list.add(colors, read.item("minecraft:red_terracotta"));
- spawns = list.new();
- list.add(spawns, loc.new(gamesworld, 2000, 117, -2007));
- list.add(spawns, loc.new(gamesworld, 2010, 117, -2007));
- list.add(spawns, loc.new(gamesworld, 2020, 117, -2007));
- list.add(spawns, loc.new(gamesworld, 1995, 108, -2007));
- list.add(spawns, loc.new(gamesworld, 2005, 108, -2007));
- list.add(spawns, loc.new(gamesworld, 2015, 108, -2007));
- list.add(spawns, loc.new(gamesworld, 2025, 108, -2007));
- list.add(spawns, loc.new(gamesworld, 2000, 99, -2007));
- list.add(spawns, loc.new(gamesworld, 2010, 99, -2007));
- list.add(spawns, loc.new(gamesworld, 2020, 99, -2007));
- ycheck_list = list.new();
- list.add(ycheck_list, 117);
- list.add(ycheck_list, 117);
- list.add(ycheck_list, 117);
- list.add(ycheck_list, 108);
- list.add(ycheck_list, 108);
- list.add(ycheck_list, 108);
- list.add(ycheck_list, 108);
- list.add(ycheck_list, 99);
- list.add(ycheck_list, 99);
- list.add(ycheck_list, 99);
- /*
- norden -z
- osten +x
- süden +z
- westen -x
- */
- //Welche Koordinate verändert sich nicht? x oder z?
- coord = "x";
|