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 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
56sender_err : " Please let the player to execute the command!"
67mode_err : " #RED#Mode is wrong, please ask %s to check about."
Original file line number Diff line number Diff line change 11# 在这个文档里,player代指提问者,target代指被提问者
22# 注意,其中的颜色代码(如#AQUA#)可以修改org.bukkit.ChatColor中有的颜色,占位符(如%s)请不要修改
3+ # 请不要删除任何包含在引号内的空格
34
45sender_err : " 请让玩家执行指令!"
56mode_err : " #RED#提问类型有误,请让%s检查一下。"
You can’t perform that action at this time.
0 commit comments