
MiniPlaceholders LuckPerms Expansion
An extension for MiniPlaceholders that adds support for placeholders from the popular permission system LuckPerms. This module allows easy integration of player rights and group data into various text elements on your server.
Available Placeholders
The system provides the following placeholders for working with LuckPerms data:
<luckperms_prefix>
- displays the player's prefix<luckperms_suffix>
- shows the player's suffix<luckperms_has_permission:permission>
- checks for permission existence (returns true/false)<luckperms_check_permission:permission>
- checks permission with extended logic (true/false/undefined)<luckperms_primary_group_name>
- displays the primary group name<luckperms_inherits_group:group>
- checks group inheritance (true/false)<luckperms_meta:meta-key>
- retrieves metadata by the specified key
This extension is perfect for servers that want to dynamically display player permission information in chat, leaderboards, or other interfaces.