Skip to content

LuckPerms Staff Reference

Public-safe technical notes for staff who configure or support LuckPerms on 1MoreBlock.

Verify destructive, economy-changing, permission-changing, and player-data commands against the installed build and an approved support case before running them.

CommandPermissionPurpose
/lp user <player> infoluckperms.user.infoShows a user permission summary.
/lp user <player> permission check <node>luckperms.user.permission.checkExplains an effective permission check.
/lp verbose onluckperms.verboseTemporarily traces permission checks.
/lp editorluckperms.editorCreates a web editor session; treat the link as privileged.
/lp syncluckperms.syncSynchronizes data across messaging/storage where configured.
PermissionPurposeSuggested access
luckperms.user.infoReads user permission state.Support staff
luckperms.user.permission.checkChecks effective nodes.Support staff
luckperms.editorEdits permission data through web editor.Server administrators
luckperms.*All LuckPerms access.Never grant as a convenience wildcard
PlaceholderPurpose
%luckperms_prefix%Highest-priority active prefix.
%luckperms_suffix%Highest-priority active suffix.
%luckperms_primary_group_name%Primary group name.
  • Nearly every plugin in this site consumes Bukkit permissions resolved by LuckPerms.
  • Vault and chat/menu plugins can consume prefixes, suffixes, and primary-group data.
  • 1MB-CMIAPI Upgrade depends on LuckPerms and several custom modules use it optionally.
  • Web-editor URLs and verbose logs can expose sensitive permission structure; share only with authorized staff.
/lp user <player> info
/lp user <player> permission check <node>
/lp verbose on
  • Use permission check before adding any node.
  • Include the world/server/context when a node works in one place but not another.
  • Use verbose briefly to find the actual checked node, then turn it off.