Skip to content

Commit 60de674

Browse files
delete useless things
1 parent 5e4d222 commit 60de674

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@
5959
<id>spigotmc-repo</id>
6060
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
6161
</repository>
62-
<repository>
63-
<id>sonatype</id>
64-
<url>https://oss.sonatype.org/content/groups/public/</url>
65-
</repository>
6662
</repositories>
6763

6864
<dependencies>

src/main/java/top/mpt/huihui/answerit/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void onEnable() {
5151
getServer().getPluginManager().registerEvents(new PlayerChat(), this);
5252
getServer().getPluginManager().registerEvents(new InvOpen(), this);
5353
getLogger().info(normal + ChatColor.AQUA + "Plugin Enabled");
54-
/* waiting player commands */
54+
/* wait player's commands */
5555
}
5656

5757
@Override

src/main/resources/lang/en_us.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# In this file, player refers to the questioner and target refers to the respondent
22
# PS. the color code (such as #AQUA#) can modify the color in org.bukkit.ChatColor
33
# Please do not modify the placeholder (such as %s & %d)
4+
# DO NOT DELETE ANY SPACES IN QUOTATION MARK
45

56
sender_err: "Please let the player to execute the command!"
67
mode_err: "#RED#Mode is wrong, please ask %s to check about."

src/main/resources/lang/zh_cn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 在这个文档里,player代指提问者,target代指被提问者
22
# 注意,其中的颜色代码(如#AQUA#)可以修改org.bukkit.ChatColor中有的颜色,占位符(如%s)请不要修改
3+
# 请不要删除任何包含在引号内的空格
34

45
sender_err: "请让玩家执行指令!"
56
mode_err: "#RED#提问类型有误,请让%s检查一下。"

0 commit comments

Comments
 (0)