pvpmap1.txt 1.1 KB

123456789101112131415161718192021222324252627
  1. minplayers = 2;
  2. maxplayers = 2;
  3. roundsforwin = 3;
  4. gamesignloc = read.location(ggv("SERVER", "pvpsign1"));
  5. gamesworld = world.get("games");
  6. lobbyspawnloc = loc.new(gamesworld, -7981.5, 95, 4016.5);
  7. mapname = "Canyon";
  8. list.new(spawnlocs);
  9. list.add(spawnlocs, loc.new(gamesworld, 390.5, 59, -320.5, 90, 0));
  10. list.add(spawnlocs, loc.new(gamesworld, 295.5, 58, -339.5, -90, 0));
  11. middleloc = loc.new(gamesworld, 345, 74, -328);
  12. radius = 65;
  13. table.new(equip, 2);
  14. table.addRow(equip, "head", read.item("minecraft:diamond_helmet"));
  15. table.addRow(equip, "chest", read.item("minecraft:diamond_chestplate"));
  16. table.addRow(equip, "legs", read.item("minecraft:diamond_leggings"));
  17. table.addRow(equip, "feet", read.item("minecraft:diamond_boots"));
  18. list.new(items);
  19. list.add(items, read.item("minecraft:diamond_sword"));
  20. list.add(items, read.item("minecraft:ender_pearl", 10));
  21. list.add(items, read.item("minecraft:fishing_rod"));
  22. list.add(items, read.item("minecraft:golden_apple", 5));
  23. list.add(items, read.item("{id:'minecraft:bow',Count:1b,tag:{ench:[{lvl:2s,id:50s},{lvl:1s,id:51s}]},Damage:0s}"));
  24. list.add(items, read.item("minecraft:arrow"));