Hi, I’m having several issues setting up a rank shop with DeluxeMenus and LuckPerms:
-
The item for the "Roi" (King) rank (Nether Star) doesn’t show up in the menu, even though the YAML config is correct.
-
Players can buy the same rank multiple times, since the only condition I was checking was their primary group.
-
Players can buy higher ranks without having the lower ones unlocked first, since the conditions don’t reliably detect if they purchased the previous ranks.
I want the following behavior:
Players must purchase the ranks in order (e.g., must have "Seigneur" before buying "Roi").
Once a rank is bought, it stays "unlocked" forever, even if the player changes their primary group later. Players shouldn’t be able to buy the same rank again.
All ranks should stay assigned cumulatively (so that players keep all permissions).
If you have suggestions or examples of a clean configuration (YAML) that does this, I’d really appreciate the help.
Thanks !