This command gives the server administrator full LuckPerms access. Replace username with your own administrator account. This must be run first before setting up the rest of the permissions structure.
# Grant full LuckPerms access to administrator
lp user oskarwhiskey69 permission set luckperms.* true
Security Notice
Only grant this permission to trusted server administrators as it provides complete control over all permissions on the server.
Server Console Required
The admin bootstrap command cannot be run from in-game chat. You must use server console access:
- For itzg Docker container: Access the container console with
docker exec -it [container_name] rcon-cli
- Export Format: Use the "rcon-cli" export format when executing via container console, as it removes the leading slash
- Vanilla/Direct Server: Use the server console or RCON connection
The bootstrap command must be executed before any other permission commands, as it grants the necessary access to configure the rest of the permissions system.
PostgreSQL/MySQL/Database Storage Users
When using database storage with LuckPerms, executing multiple commands in rapid succession may result in the message:
[LP] Another command is being executed, waiting for it to finish...
This occurs because database operations take time to complete and LuckPerms queues commands during this process.
Recommended approaches:
- Use Smaller Batches: Instead of pasting all commands at once, copy and paste smaller groups of 5-10 commands at a time
- Add Delays: Wait a moment between batches of commands to allow database operations to complete
- Use Web Editor: For complex setups, consider using the LuckPerms web editor with
/luckperms editor
which handles these database operations more efficiently