1
0
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:
j502647092
2015-08-24 22:40:13 +08:00
parent e6f02a941b
commit c57cfef07a

View File

@@ -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请点击附魔台配置随身附魔台位置!");
} }