File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
java/top/mpt/huihui/answerit Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 59
59
<id >spigotmc-repo</id >
60
60
<url >https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url >
61
61
</repository >
62
- <repository >
63
- <id >sonatype</id >
64
- <url >https://oss.sonatype.org/content/groups/public/</url >
65
- </repository >
66
62
</repositories >
67
63
68
64
<dependencies >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public void onEnable() {
51
51
getServer ().getPluginManager ().registerEvents (new PlayerChat (), this );
52
52
getServer ().getPluginManager ().registerEvents (new InvOpen (), this );
53
53
getLogger ().info (normal + ChatColor .AQUA + "Plugin Enabled" );
54
- /* waiting player commands */
54
+ /* wait player's commands */
55
55
}
56
56
57
57
@ Override
Original file line number Diff line number Diff line change 1
1
# In this file, player refers to the questioner and target refers to the respondent
2
2
# PS. the color code (such as #AQUA#) can modify the color in org.bukkit.ChatColor
3
3
# Please do not modify the placeholder (such as %s & %d)
4
+ # DO NOT DELETE ANY SPACES IN QUOTATION MARK
4
5
5
6
sender_err : " Please let the player to execute the command!"
6
7
mode_err : " #RED#Mode is wrong, please ask %s to check about."
Original file line number Diff line number Diff line change 1
1
# 在这个文档里,player代指提问者,target代指被提问者
2
2
# 注意,其中的颜色代码(如#AQUA#)可以修改org.bukkit.ChatColor中有的颜色,占位符(如%s)请不要修改
3
+ # 请不要删除任何包含在引号内的空格
3
4
4
5
sender_err : " 请让玩家执行指令!"
5
6
mode_err : " #RED#提问类型有误,请让%s检查一下。"
You can’t perform that action at this time.
0 commit comments