hideandseekmap1.txt 706 B

12345678910111213141516171819
  1. maxplayers = 6;
  2. minplayers = 3;
  3. mapname = "Egypt";
  4. gamesworld = world.get("games");
  5. lobbyspawnloc = loc.new(gamesworld, 945.5, 87, 973.5);
  6. gamesignsmap = getScriptVar("gamesigns");
  7. gamesignloc = map.get(gamesignsmap, "hideandseeksign1");
  8. radius = 150;
  9. middleloc = loc.new(gamesworld, 4000, 100, 2000);
  10. seeker_amount = 2;
  11. dia_loc = loc.new(gamesworld, 4000, 96, 2000);
  12. escaper_spawn_loc = loc.new(gamesworld, 4000, 100, 1992, 0.0001, 0.0001);
  13. seeker_spawn_loc = loc.new(gamesworld, 4000, 100, 2008, 180, 0.0001);
  14. slowtime = 200; //Zeit in Ticks, wie lange Seeker slowness haben
  15. allowed_breaks = set.new();
  16. set.add(allowed_breaks, "minecraft:cut_sandstone");
  17. set.add(allowed_breaks, "minecraft:sandstone");