LuckPerms
7 nodes in this category.
LP Has Permission
luckperms/has_permission
Checks whether a player has a specific permission node using the LuckPerms API.
In: player, permission
Out: result
LP Add Permission
luckperms/add_permission
Grants a permission node to a player persistently via the LuckPerms API.
In: exec, player, permission
Out: exec
LP Remove Permission
luckperms/remove_permission
Revokes a permission node from a player persistently via the LuckPerms API.
In: exec, player, permission
Out: exec
LP Get Group
luckperms/get_group
Returns the primary LuckPerms group name of a player.
In: player
Out: group
LP Set Group
luckperms/set_group
Sets the primary LuckPerms group of a player and ensures they are a member of that group.
In: exec, player, group
Out: exec
LP Add to Group
luckperms/add_group
Adds a player to a LuckPerms group (adds an inheritance node).
In: exec, player, group
Out: exec
LP Remove from Group
luckperms/remove_group
Removes a player from a LuckPerms group (removes the inheritance node).
In: exec, player, group
Out: exec