hideandseekmap1.txt 701 B

123456789101112131415161718
  1. maxplayers = 6;
  2. minplayers = 3;
  3. mapname = "Egypt";
  4. gamesworld = world.getGames();
  5. lobbyspawnloc = loc.new(gamesworld, 945.5, 87, 973.5);
  6. gamesignloc = minigame.getSignLoc("hideandseeksign1");
  7. radius = 150;
  8. middleloc = loc.new(gamesworld, 4000, 100, 2000);
  9. seeker_amount = 2;
  10. dia_block = block.get(loc.new(gamesworld, 4000, 96, 2000));
  11. escaper_spawn_loc = loc.new(gamesworld, 4000, 100, 1992, 0.0001, 0.0001);
  12. seeker_spawn_loc = loc.new(gamesworld, 4000, 100, 2008, 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"));