Skip to content

Commit 940c685

Browse files
Add TODO for broken command help in CommandService
1 parent 35bb1cd commit 940c685

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/de/theshadowsdust/ultimatespawn/service/CommandService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ public MinecraftHelp<CommandSender> buildHelpSystem(PaperCommandManager<CommandS
5050
return MinecraftHelp.<CommandSender>builder()
5151
.commandManager(paperCommandManager)
5252
.audienceProvider(this.bukkitAudiences::sender)
53-
.commandPrefix("/ultimatespawn")
53+
// TODO: find out why this clicking and executing command feature has an empty space in chat, might be fault by cloud
54+
.commandPrefix("/")
5455
.colors(MinecraftHelp.helpColors(
5556
NamedTextColor.GOLD,
5657
NamedTextColor.GRAY,

0 commit comments

Comments
 (0)