Skip to content

Commit

Permalink
更新help帮助页
Browse files Browse the repository at this point in the history
  • Loading branch information
windy664 authored Aug 9, 2024
1 parent 2b46faa commit ee47d0a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/java/org/windy/teleportoffset/Texts.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,22 @@ public class Texts {
| | \s
|_| \s
""";

public static final String help = """
/teleportoffset reload 👀:
作用🎯:重新加载 TeleportOffset 的配置。
权限要求👮‍♂️:需要您具有 teleportoffset.reload 权限。
示例💡:当您拥有权限并输入此指令时,系统会重新加载配置,并告知您 §aTeleportOffset 配置已重新加载! 。
/teleportoffset debug 👀:
作用🎯:切换 debug 模式。
权限要求👮‍♂️:需要您具有 teleportoffset.debug 权限。
示例💡:当您拥有权限并输入此指令时,系统会告知您 §aDebug 模式已临时 加上当前的状态,比如 开启 或 关闭 。
/teleportoffset top 👀:
作用🎯:根据您当前的位置,找到最高的非空气方块位置,并将您传送到那里。
示例💡:输入此指令后,您会被传送到相应的位置。
""";
}

0 comments on commit ee47d0a

Please sign in to comment.