Skip to content

Commit

Permalink
wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Nov 13, 2024
1 parent 7b3b625 commit 5467632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### Wiki: https://github.com/Angeschossen/LandsAPI/wiki
### Wiki: https://github.com/IncrediblePlugins/LandsAPI/wiki
2 changes: 1 addition & 1 deletion src/main/java/me/angeschossen/lands/api/flags/Flag.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
}

Expand Down

0 comments on commit 5467632

Please sign in to comment.