hideandseekmap2.txt 701 B

123456789101112131415161718
  1. maxplayers = 2;
  2. minplayers = 2;
  3. mapname = "Egypt";
  4. gamesworld = world.getGames();
  5. lobbyspawnloc = loc.new(gamesworld, 921.5, 87, 973.5);
  6. gamesignloc = minigame.getSignLoc("hideandseeksign2");
  7. radius = 150;
  8. middleloc = loc.new(gamesworld, 3526, 102, 2017);
  9. seeker_amount = 1;
  10. dia_block = block.get(loc.new(gamesworld, 3526, 98, 2017));
  11. escaper_spawn_loc = loc.new(gamesworld, 3526, 102, 2009, 0.0001, 0.0001);
  12. seeker_spawn_loc = loc.new(gamesworld, 3526, 102, 2025, 180, 0.0001);
  13. slowtime = 200; //Zeit in Ticks, wie lange Seeker slowness haben
  14. allowed_breaks = set.new();
  15. set.add(allowed_breaks, material.get("minecraft:cut_sandstone"));
  16. set.add(allowed_breaks, material.get("minecraft:sandstone"));