🐛 Fix Bukkit alias command suggestions without Brigadier
This commit is contained in:
parent
e6af4e6caa
commit
dbdafed273
4 changed files with 35 additions and 26 deletions
|
|
@ -642,7 +642,7 @@ public final class MinecraftHelp<C> {
|
|||
* @param accent The color used for accents and symbols
|
||||
* @return A new {@link HelpColors} instance
|
||||
*/
|
||||
public static HelpColors of(
|
||||
public static @NonNull HelpColors of(
|
||||
final @NonNull TextColor primary,
|
||||
final @NonNull TextColor highlight,
|
||||
final @NonNull TextColor alternateHighlight,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue