mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2024-11-22 01:48:50 +00:00
feat: 添加建议与提示
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
26a49e8fbe
commit
a19d4ce98c
@ -120,6 +120,19 @@ public class Tellraw {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 命令建议与提示
|
||||
*
|
||||
* @param command
|
||||
* 建议命令
|
||||
* @param tip
|
||||
* 提示
|
||||
* @return {@link Tellraw}
|
||||
*/
|
||||
public Tellraw sug_tip(final String command, final String... tip) {
|
||||
return suggest(command).tip(tip);
|
||||
}
|
||||
|
||||
/**
|
||||
* 补全命令
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user