mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-26 18:39:08 +00:00
Add a please
This commit is contained in:
@@ -354,7 +354,7 @@ index 6373811568735b38d8812b29112b91c57f4d53ea..dbb9068125a1d4e63da49999104fdcfd
|
||||
public static void load(final YamlConfiguration config) {
|
||||
diff --git a/src/main/java/top/leavesmc/leaves/bot/BotCommand.java b/src/main/java/top/leavesmc/leaves/bot/BotCommand.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..c874ec4e87a745f9bc85e575f82a4c92bc30e57d
|
||||
index 0000000000000000000000000000000000000000..1cd65e1249f4d8579e9bdd78d508f184fe4fb46a
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/top/leavesmc/leaves/bot/BotCommand.java
|
||||
@@ -0,0 +1,254 @@
|
||||
@@ -559,7 +559,7 @@ index 0000000000000000000000000000000000000000..c874ec4e87a745f9bc85e575f82a4c92
|
||||
+ }
|
||||
+
|
||||
+ if (newAction == null) {
|
||||
+ sender.sendMessage(ChatColor.RED + "Action create error, check your arguments");
|
||||
+ sender.sendMessage(ChatColor.RED + "Action create error, please check your arguments");
|
||||
+ return;
|
||||
+ }
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user