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:
@@ -56,7 +56,7 @@ public class RPGRegionsCommand {
|
||||
|
||||
public RPGRegionsCommand(RPGRegions plugin, LegacyPaperCommandManager<CommandSender> manager) {
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user