diff --git a/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java b/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java index db8ade16a..503e65586 100644 --- a/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java +++ b/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java @@ -47,7 +47,7 @@ public class PluginCmd extends SubCommand { MainUtil.sendMessage(player, "$2>> $1&lAuthors$2: $1Citymonstret $2& $1Empire92 $2& $1MattBDev $2& $1dordsor21 $2& $1NotMyFault $2& $1SirYwell"); MainUtil.sendMessage(player, - "$2>> $1&lWiki$2: $1https://github.com/IntellectualSites/PlotSquared/wiki"); + "$2>> $1&lWiki$2: $1https://wiki.intellectualsites.com/plotsquared/home"); MainUtil .sendMessage(player, "$2>> $1&lPremium$2: $1" + PremiumVerification.isPremium()); }); diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index dca23f8a4..5dc995867 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -207,7 +207,7 @@ public class Settings extends Config { public List WORLDS = new ArrayList<>(Collections.singletonList("*")); - @Comment("See: https://github.com/IntellectualSites/PlotSquared/wiki/Plot-analysis") + @Comment("See: https://wiki.intellectualsites.com/en/plotsquared/optimization/plot-analysis") public static final class CALIBRATION { public int VARIETY = 0; public int VARIETY_SD = 0; diff --git a/README.md b/README.md index 41b2f182e..defc9e9e5 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,12 @@ is to provide a lag-free and smooth experience. * [Download](https://github.com/IntellectualSites/PlotSquared/releases/tag/dev) * [Discord](https://discord.gg/KxkjDVg) -* [Wiki](https://github.com/IntellectualSites/PlotSquared/wiki) +* [Wiki](https://wiki.intellectualsites.com/plotsquared/home) ### Developer Resources -* [API Documentation](https://github.com/IntellectualSites/PlotSquared/wiki/API-Documentation) +* [API Documentation](https://wiki.intellectualsites.com/en/plotsquared/developer/development-portal) +* [Event API](https://wiki.intellectualsites.com/en/plotsquared/developer/events) +* [Flag API](https://wiki.intellectualsites.com/en/plotsquared/developer/flags) # Building Gradle is the **recommended** way to build the project. Use `./gradlew build` in the main project directory to build the project. Gradle is required if you intend to build or develop the Sponge module.