9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-19 14:59:19 +00:00

Fix help command

This commit is contained in:
SamB440
2025-05-24 16:12:48 +01:00
parent e72b50a5d7
commit cf6ac18707

View File

@@ -56,7 +56,7 @@ public class RPGRegionsCommand {
public RPGRegionsCommand(RPGRegions plugin, LegacyPaperCommandManager<CommandSender> manager) { public RPGRegionsCommand(RPGRegions plugin, LegacyPaperCommandManager<CommandSender> manager) {
this.plugin = plugin; this.plugin = plugin;
this.help = MinecraftHelp.create("/rpgregions|rpgr help", manager, sender -> plugin.adventure().sender(sender)); this.help = MinecraftHelp.create("/rpgregions help", manager, sender -> plugin.adventure().sender(sender));
} }
@CommandDescription("The default RPGRegions command") @CommandDescription("The default RPGRegions command")