mirror of
https://e.coding.net/circlecloud/CarryEnchantBench.git
synced 2025-11-24 23:56:01 +00:00
fix message error...
This commit is contained in:
@@ -38,7 +38,7 @@ public class CarryEnchantBench extends JavaPlugin implements Listener {
|
|||||||
this.getConfig().set("Location.Y", loc.getBlockY());
|
this.getConfig().set("Location.Y", loc.getBlockY());
|
||||||
this.getConfig().set("Location.Z", loc.getBlockZ());
|
this.getConfig().set("Location.Z", loc.getBlockZ());
|
||||||
this.saveConfig();
|
this.saveConfig();
|
||||||
p.sendMessage("§a已成功配置随身附魔台的位置 §c请勿破坏 负责将会影响插件工作!");
|
p.sendMessage("§a已成功配置随身附魔台的位置 §c请勿破坏 否则将会影响插件工作!");
|
||||||
} else {
|
} else {
|
||||||
p.sendMessage("§c请点击附魔台配置随身附魔台位置!");
|
p.sendMessage("§c请点击附魔台配置随身附魔台位置!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user