From f6cbb3792f00abdb9554c2f15c1b9a455d8fee78 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 22 Jul 2023 11:40:01 +0200 Subject: [PATCH] [ci skip] Update documentation location --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .../java/com/plotsquared/core/command/PluginCmd.java | 2 +- .../com/plotsquared/core/configuration/Settings.java | 12 ++++++------ README.md | 8 ++++---- javadocfooter.html | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 06fa996c7..4733d2ae0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,7 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report for PlotSquared! Fill out the following form to your best ability to help us fix the problem. - Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://intellectualsites.github.io/plotsquared-documentation/). + Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://intellectualsites.gitbook.io/plotsquared/). Do NOT use the public issue tracker to report security vulnerabilities! They are disclosed using [this](https://github.com/IntellectualSites/PlotSquared/security/policy) GitHub form! - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 98e4777e6..033ae1277 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://discord.gg/intellectualsites about: Our support Discord, please ask questions and seek support here. - name: PlotSquared Wiki - url: https://intellectualsites.github.io/plotsquared-documentation/ + url: https://intellectualsites.gitbook.io/plotsquared/ about: Take a look at the wiki page for instructions how to setup PlotSquared and use its commands. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 648dc10a4..88cbea5cd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,7 +7,7 @@ body: attributes: value: | Thanks for taking the time to fill out this feature request for PlotSquared! Fill out the following form to your best ability to help us understand your feature request and greately improve the change of it getting added. - For anything else than a feature request, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://intellectualsites.github.io/plotsquared-documentation/). + For anything else than a feature request, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://intellectualsites.gitbook.io/plotsquared/). - type: textarea attributes: 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 be78475b5..b25d56493 100644 --- a/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java +++ b/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java @@ -46,7 +46,7 @@ public class PluginCmd extends SubCommand { player.sendMessage(StaticCaption.of( ">> Authors: Citymonstret & Empire92 & MattBDev & dordsor21 & NotMyFault & SirYwell")); player.sendMessage(StaticCaption.of( - ">> Wiki: https://intellectualsites.github.io/plotsquared-documentation/")); + ">> Wiki: https://intellectualsites.gitbook.io/plotsquared/")); player.sendMessage(StaticCaption.of( ">> Discord: https://discord.gg/intellectualsites")); player.sendMessage( 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 025c779ee..25012bbbd 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -194,7 +194,7 @@ public class Settings extends Config { public List WORLDS = new ArrayList<>(Collections.singletonList("*")); - @Comment("See: https://intellectualsites.github.io/plotsquared-documentation/optimization/plot-analysis for a description of each value.") + @Comment("See: https://intellectualsites.gitbook.io/plotsquared/optimization/plot-analysis for a description of each value.") public static final class CALIBRATION { public int VARIETY = 0; @@ -214,7 +214,7 @@ public class Settings extends Config { @Comment({"Chunk processor related settings", - "See https://intellectualsites.github.io/plotsquared-documentation/optimization/chunk-processor for more information."}) + "See https://intellectualsites.gitbook.io/plotsquared/optimization/chunk-processor for more information."}) public static class Chunk_Processor { @Comment("Auto trim will not save chunks which aren't claimed") @@ -280,7 +280,7 @@ public class Settings extends Config { @Comment("Always show explosion Particles, even if explosion flag is set to false") public static boolean ALWAYS_SHOW_EXPLOSIONS = false; @Comment({"Blocks that may not be used in plot components", - "Checkout the wiki article regarding plot components before modifying: https://intellectualsites.github.io/plotsquared-documentation/customization/plot-components"}) + "Checkout the wiki article regarding plot components before modifying: https://intellectualsites.gitbook.io/plotsquared/customization/plot-components"}) public static List INVALID_BLOCKS = Arrays.asList( // Acacia Stuff @@ -402,7 +402,7 @@ public class Settings extends Config { @Comment({"Schematic Settings", - "See https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-on-claim for more information."}) + "See https://intellectualsites.gitbook.io/plotsquared/schematics/schematic-on-claim for more information."}) public static final class Schematics { @Comment( @@ -531,7 +531,7 @@ public class Settings extends Config { @Comment({"Backup related settings", - "See https://intellectualsites.github.io/plotsquared-documentation/plot-backups for more information."}) + "See https://intellectualsites.gitbook.io/plotsquared/plot-backups for more information."}) public static final class Backup { @Comment("Automatically backup plots when destructive commands are performed, e.g. /plot clear") @@ -783,7 +783,7 @@ public class Settings extends Config { public static boolean PERSISTENT_ROAD_REGEN = true; @Comment({"Enable the `/plot component` preset GUI", - "Read more about components here: https://intellectualsites.github.io/plotsquared-documentation/customization/plot-components"}) + "Read more about components here: https://intellectualsites.gitbook.io/plotsquared/customization/plot-components"}) public static boolean COMPONENT_PRESETS = true; @Comment("Enable per user locale") public static boolean PER_USER_LOCALE = false; diff --git a/README.md b/README.md index 690cb86d9..c5e817892 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ is to provide a lag-free and smooth experience. * [Download](https://www.spigotmc.org/resources/77506/) * [Discord](https://discord.gg/intellectualsites) -* [Wiki](https://intellectualsites.github.io/plotsquared-documentation/) +* [Wiki](https://intellectualsites.gitbook.io/plotsquared/) * [Issues](https://github.com/IntellectualSites/PlotSquared/issues) * [Translations](https://intellectualsites.crowdin.com/plotsquared/) * [Contributing](https://github.com/IntellectualSites/.github/blob/main/CONTRIBUTING.md) ### Developer Resources -* [API Documentation](https://intellectualsites.github.io/plotsquared-documentation/api/api-documentation) -* [Event API](https://intellectualsites.github.io/plotsquared-documentation/api/event-api) -* [Flag API](https://intellectualsites.github.io/plotsquared-documentation/api/flag-api) +* [API Documentation](https://intellectualsites.gitbook.io/plotsquared/api/api-documentation) +* [Event API](https://intellectualsites.gitbook.io/plotsquared/api/event-api) +* [Flag API](https://intellectualsites.gitbook.io/plotsquared/api/flag-api) # Official Addons diff --git a/javadocfooter.html b/javadocfooter.html index 2588b6b7a..27be23b00 100644 --- a/javadocfooter.html +++ b/javadocfooter.html @@ -1,4 +1,4 @@ Javadocs generated for PlotSquared | - Documentation | + Documentation | Visit us on our Discord server :)