🪪 Giving yourself permissions
Dedicated server
Giving yourself OP
You can give yourself OP:
Permission Level 2 (Gamemaster): allows you to use all enabled commands.Permission Level 3 (Admin):allows you to configure the mod and perform other administrative actions.
This is not the recommended approach. A better and more flexible option is LuckPerms, which lets you grant yourself only the permissions you need.
LuckPerms
Command
Use this command to grant yourself a permission:
/lp user <your_nickname> permission set <permission_id> true
See the information about permission IDs and some examples below.
For more information about LuckPerms commands, see the LuckPerms documentation.
Web Editor
- Make sure you are on the server. This will make you appear in the Web Editor.
- Run
/lp editor. This command will generate a link. Open it in your browser.

- Find yourself in the Users tab, then start adding permissions. In this example, I gave myself the ability to configure the mod and manage active cooldowns.

NeoForge was used in the example. Permission IDs vary by platform. Fabric equivalents from the screenshot are:
-
helpful_commands.command.hc.config -
helpful_commands.command.hc.config.* -
helpful_commands.command.hc.cooldowns -
helpful_commands.command.hc.cooldowns.*
- Click the Apply button once you are finished.
For more information about the Web Editor, see the LuckPerms documentation.
Permission IDs
You can search for needed permission ID in this documentation. Here a few examples:
- Configuration:
helpful_commands.command.hc.config.*(requireshelpful_commands.command.hc.config) - Cooldown management:
helpful_commands.command.hc.cooldowns.*(requireshelpful_commands.command.hc.cooldowns) - Use
/flycommand:helpful_commands.command.fly - Use
/flycommand on other players:helpful_commands.command.fly.others(requireshelpful_commands.command.fly) - Add warps:
helpful_commands.command.warp.add(requireshelpful_commands.command.warp) - Teleport to homes:
helpful_commands.command.home.tp(requireshelpful_commands.command.home)
This should provide a general overview of how permissions work in Helpful Commands.
If you are using Fabric, you can grant yourself the
helpful_commands.* permission.
This permission grants full access to Helpful Commands: every enabled command, configuration and other administrative actions will be available without having to manually assign permissions for each command/argument.
This is a very powerful, yet dangerous permission. Make sure you only grant it to players you fully trust.
Verifying
Check if you can use the /hc cooldowns command. Then, type /hc config. If you've done everything correctly, you should see the following output:

Singleplayer
Although you can't use LuckPerms to manage permissions, you can open your world to LAN with cheats enabled. This allows you to use all enabled commands, configure the mod, and perform other administrative actions.