LuckPerms
This page provides an overview of the support of LuckPerms, "A permissions plugin for Minecraft servers".
Context
The plugin provides a Context for each holder, which can be used to apply permissions based on the rank of the player in the board.
The format of the context key is as follows:
topper_rank_<holder>
where <holder> is the name of the holder configured in the Topper configuration file.
For example, if the holder is named jump, the context key would be:
topper_rank_jump
Related commands in LuckPerms that deal with context has support for tab completion, allowing admins to get the available contexts for a player.
Disable the context calculator
Although this is a lightweight calculator, if you want to save your precious CPU usage and disable the calculator completely, you can add the calculator to the disable-context-calculators of LuckPerms' config:
disabled-context-calculators:
- "me.hsgamer.topper"