Update ecloud api link

This commit is contained in:
PiggyPiglet 2024-11-27 19:58:05 +08:00
parent 0a712e6530
commit b838d1c52a
No known key found for this signature in database
GPG Key ID: A72C64D3A21D0C06
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
[spigot]: https://www.spigotmc.org/resources/6245/
[hangar]: https://hangar.papermc.io/HelpChat/PlaceholderAPI
[bbb]: https://builtbybit.com/resources/placeholderapi.24306
[Expansions cloud]: https://api.extendedclip.com/home
[Expansions cloud]: https://api.placeholderapi.net/home
[placeholder list]: https://helpch.at/placeholders
[statistics]: https://bstats.org/plugin/bukkit/PlaceholderAPI

View File

@ -60,7 +60,7 @@ import org.jetbrains.annotations.Unmodifiable;
public final class CloudExpansionManager {
@NotNull
private static final String API_URL = "http://api.extendedclip.com/v2/";
private static final String API_URL = "http://api.placeholderapi.net/v2/";
@NotNull
private static final Gson GSON = new Gson();