From 5467632268551edf23047dc49dca4af6fc4dd25d Mon Sep 17 00:00:00 2001 From: Angeschossen <24841122+Angeschossen@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:04:28 +0100 Subject: [PATCH] wiki --- README.md | 2 +- src/main/java/me/angeschossen/lands/api/flags/Flag.java | 2 +- .../me/angeschossen/lands/api/integration/LandsIntegration.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d1c04c..7f300ad 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -### Wiki: https://github.com/Angeschossen/LandsAPI/wiki +### Wiki: https://github.com/IncrediblePlugins/LandsAPI/wiki diff --git a/src/main/java/me/angeschossen/lands/api/flags/Flag.java b/src/main/java/me/angeschossen/lands/api/flags/Flag.java index 0c95fce..7ad1631 100644 --- a/src/main/java/me/angeschossen/lands/api/flags/Flag.java +++ b/src/main/java/me/angeschossen/lands/api/flags/Flag.java @@ -51,7 +51,7 @@ public Flag(@NotNull Plugin plugin, @NotNull Flag.Target target, @NotNull String this.plugin = plugin; if (!plugin.equals(APIHandler.getInstance().getPlugin())) { - Bukkit.getLogger().warning("[Lands] Plugin " + plugin.getName() + " uses a deprecated flag of Lands: https://github.com/Angeschossen/LandsAPI/wiki/API-Update"); + Bukkit.getLogger().warning("[Lands] Plugin " + plugin.getName() + " uses a deprecated flag of Lands: https://github.com/IncrediblePlugins/LandsAPI/wiki/API-Update"); } } diff --git a/src/main/java/me/angeschossen/lands/api/integration/LandsIntegration.java b/src/main/java/me/angeschossen/lands/api/integration/LandsIntegration.java index 71cfcb3..69f03b4 100644 --- a/src/main/java/me/angeschossen/lands/api/integration/LandsIntegration.java +++ b/src/main/java/me/angeschossen/lands/api/integration/LandsIntegration.java @@ -68,7 +68,7 @@ public LandsIntegration(@NotNull Plugin plugin) { throw new IllegalStateException("[Lands] Lands isn't enabled yet. Plugin " + getName() + " needs to be enabled after Lands.", e); } - Bukkit.getLogger().info("[Lands] Nag author(s) of plugin " + plugin.getName() + ". It uses the deprecated LandsIntegration of Lands: https://github.com/Angeschossen/LandsAPI/wiki/API-Update"); + Bukkit.getLogger().info("[Lands] Nag author(s) of plugin " + plugin.getName() + ". It uses the deprecated LandsIntegration of Lands: https://github.com/IncrediblePlugins/LandsAPI/wiki/API-Update"); }); }