mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-11-02 22:56:01 +00:00
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
* 补全命令
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user