hideandseekmap3.txt 713 B

123456789101112131415161718
  1. maxplayers = 2;
  2. minplayers = 2;
  3. mapname = "Mine";
  4. gamesworld = world.getGames();
  5. lobbyspawnloc = loc.new(gamesworld, 886.5, 87, 918.5);
  6. gamesignloc = minigame.getSignLoc("hideandseeksign3");
  7. radius = 50;
  8. middleloc = loc.new(gamesworld, 5000, 100, 2000);
  9. seeker_amount = 2;
  10. dia_block = block.get(loc.new(gamesworld, 5000, 93, 2000));
  11. escaper_spawn_loc = loc.new(gamesworld, 5010.5, 97, 2010.5, 135, 0.0001);
  12. seeker_spawn_loc = loc.new(gamesworld, 4990.5, 97, 1990.5, -45, 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:coarse_dirt"));
  16. set.add(allowed_breaks, material.get("minecraft:stone"));