Skip to content

Commit

Permalink
优化指令显示效果
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Jan 8, 2023
1 parent a920ba7 commit bf0bef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>FestiveFirework</groupId>
<artifactId>FestiveFirework</artifactId>
<version>1.2.2</version>
<version>1.2.2.1</version>
<packaging>jar</packaging>

<name>FestiveFirework</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public boolean onCommand(CommandSender commandSender, Command command, String s,
plugin.saveConfig();
commandSender.sendMessage(msgHead + ChatColor.DARK_GREEN + "成功设置间隔时间为 " + num);
} else {
commandSender.sendMessage(msgHead + ChatColor.DARK_RED + "间隔时间只能设置为 1~72000 的整数");
commandSender.sendMessage(msgHead + ChatColor.DARK_RED + "间隔时间只能设置为 172000 的整数");
}
} else {
commandSender.sendMessage(msgHead + ChatColor.DARK_RED + "语法错误");
Expand Down

0 comments on commit bf0bef0

Please sign in to comment.