πLuckperms Expansion
For this to work, you need to have Luckperms installed on your velocity proxy.
If you dont have it installed, download it here, paste it on your plugins folder and restart.
With these expansion, you can give users a role according to their in-game rank, for example, if you set a special rank for VIP players, and someone with that rank links their account, it will receive the associated discord role. For this one to work, you will have to copy the role id (similar of how to copy the guild tag, but by right-clicking the role instead)
You can algo enable periodic syncronizations. Every x hours, the bot will search for players in case they changed their in-game rank, so it will update their discord role

link:
luckperms:
enabled: false
sync_interval:
enabled: true # Enable periodic role sync
interval: 6 # Interval in hours to sync roles
roles:
vip: # LuckPerms group to assign role for
discord_role: "123456789123456789" # Replace with your Discord role ID
mvp:
discord_role: "987654321987654321"Last updated