Skip to content

Commit 3ea683a

Browse files
committed
Remove PS support temp since our integration module broken caused by breaking changes
1 parent 6f6dd74 commit 3ea683a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/maxgamer/quickshop/integration/JavaIntegrationManager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import org.maxgamer.quickshop.integration.griefprevention.GriefPreventionIntegration;
1212
import org.maxgamer.quickshop.integration.iridiumskyblock.IridiumSkyblockIntegration;
1313
import org.maxgamer.quickshop.integration.lands.LandsIntegration;
14-
import org.maxgamer.quickshop.integration.plotsquared.PlotSquaredIntegrationProxy;
1514
import org.maxgamer.quickshop.integration.residence.ResidenceIntegration;
1615
import org.maxgamer.quickshop.integration.superiorskyblock.SuperiorSkyblock2Integration;
1716
import org.maxgamer.quickshop.integration.towny.TownyIntegration;
@@ -31,7 +30,7 @@ public class JavaIntegrationManager extends QuickShopInstanceHolder implements I
3130
INTEGRATION_MAPPING.put("Factions", FactionsUUIDIntegration.class);
3231
INTEGRATION_MAPPING.put("GriefPrevention", GriefPreventionIntegration.class);
3332
INTEGRATION_MAPPING.put("Lands", LandsIntegration.class);
34-
INTEGRATION_MAPPING.put("PlotSquared", PlotSquaredIntegrationProxy.class);
33+
//INTEGRATION_MAPPING.put("PlotSquared", PlotSquaredIntegrationProxy.class);
3534
INTEGRATION_MAPPING.put("Residence", ResidenceIntegration.class);
3635
INTEGRATION_MAPPING.put("Towny", TownyIntegration.class);
3736
INTEGRATION_MAPPING.put("WorldGuard", WorldGuardIntegration.class);

0 commit comments

Comments
 (0)