feat: 添加建议与提示

Signed-off-by: 502647092 <admin@yumc.pw>
merge/1/MERGE
502647092 2016-09-05 11:08:50 +08:00
parent 26a49e8fbe
commit a19d4ce98c
1 changed files with 13 additions and 0 deletions

View File

@ -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);
}
/**
*
*