From 028adc4f64d70fa9f5f9ae1377b0eeb0ceb76765 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Sun, 4 Jun 2023 13:48:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(hamster-ball-bukkit):=20=E4=BF=AE=E6=AD=A3P?= =?UTF-8?q?laceholderAPI=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/hamster3/mc/plugin/ball/bukkit/hook/PlaceholderHook.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamster-ball-bukkit/src/main/java/cn/hamster3/mc/plugin/ball/bukkit/hook/PlaceholderHook.java b/hamster-ball-bukkit/src/main/java/cn/hamster3/mc/plugin/ball/bukkit/hook/PlaceholderHook.java index ce1da7d..96c2cde 100644 --- a/hamster-ball-bukkit/src/main/java/cn/hamster3/mc/plugin/ball/bukkit/hook/PlaceholderHook.java +++ b/hamster-ball-bukkit/src/main/java/cn/hamster3/mc/plugin/ball/bukkit/hook/PlaceholderHook.java @@ -15,7 +15,7 @@ public class PlaceholderHook extends PlaceholderExpansion { @Override public @NotNull String getIdentifier() { - return "hamster_ball"; + return "ball"; } @Override