File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/org/maxgamer/quickshop/integration Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1111import org .maxgamer .quickshop .integration .griefprevention .GriefPreventionIntegration ;
1212import org .maxgamer .quickshop .integration .iridiumskyblock .IridiumSkyblockIntegration ;
1313import org .maxgamer .quickshop .integration .lands .LandsIntegration ;
14- import org .maxgamer .quickshop .integration .plotsquared .PlotSquaredIntegrationProxy ;
1514import org .maxgamer .quickshop .integration .residence .ResidenceIntegration ;
1615import org .maxgamer .quickshop .integration .superiorskyblock .SuperiorSkyblock2Integration ;
1716import 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 );
You can’t perform that action at this time.
0 commit comments