pvpmap2.txt 1.2 KB

1234567891011121314151617181920212223242526272829
  1. minplayers = 2;
  2. maxplayers = 4;
  3. roundsforwin = 3;
  4. gamesignloc = read.location(ggv("SERVER", "pvpsign2"));
  5. gamesworld = world.get("games");
  6. lobbyspawnloc = loc.new(gamesworld, -7981.5, 95, 4016.5);
  7. mapname = "Arena";
  8. list.new(spawnlocs);
  9. list.add(spawnlocs, loc.new(gamesworld, 203.5, 56, -249.5, 90, 0));
  10. list.add(spawnlocs, loc.new(gamesworld, 158.5, 56, -250.5, -90, 0));
  11. list.add(spawnlocs, loc.new(gamesworld, 180.5, 56, -272.5, 0, 0));
  12. list.add(spawnlocs, loc.new(gamesworld, 181.5, 56, -227.5, 180, 0));
  13. middleloc = loc.new(gamesworld, 180, 60, -250);
  14. radius = 30;
  15. table.new(equip, 2);
  16. table.addRow(equip, "head", read.item("minecraft:diamond_helmet"));
  17. table.addRow(equip, "chest", read.item("minecraft:diamond_chestplate"));
  18. table.addRow(equip, "legs", read.item("minecraft:diamond_leggings"));
  19. table.addRow(equip, "feet", read.item("minecraft:diamond_boots"));
  20. list.new(items);
  21. list.add(items, read.item("minecraft:diamond_sword"));
  22. list.add(items, read.item("minecraft:ender_pearl", 10));
  23. list.add(items, read.item("minecraft:fishing_rod"));
  24. list.add(items, read.item("minecraft:golden_apple", 5));
  25. list.add(items, read.item("{id:'minecraft:bow',Count:1b,tag:{ench:[{lvl:2s,id:50s},{lvl:1s,id:51s}]},Damage:0s}"));
  26. list.add(items, read.item("minecraft:arrow"));