I got luckyperms installed and use it to manage group permissions, i think of groups effectively being the same as a player rank. Also got commandsigns installed so players can use signs to rankup when they have enough money. Problem is, it doesn't work as imagined. I've created a commandsign to rankup from the default group to the next rank. The commandsign should execute the rankup command and so automatically rankup the player who clicked the sign and payd his money. The problem is, the command looks like this: /lp user <user> group add <group> So normally the execution would go like this: /lp myname group add newrank How do i set set the <user> tag to handle ANY playername instead of just a specific one? If i can't do that, how could i ever use commandsigns to let players do a rankup in exchange for money?