LuckPerms

LuckPerms

41.4k Downloads

Ranks across server

NeutralPlasma opened this issue · 6 comments

commented

Hello i have problem i setuped server i made bungee and spigot. But when i change like rank of player on one server it doesnt update on other server how to fix that.
Spigot luckperms config: https://pastebin.com/XZNSbG5F
Bungee luckperms config: https://pastebin.com/Uyytnipv

commented

Check the „Changing Storage Type“ page on the wiki ;)

commented

Your issue is, that both plugins aren't connected to the same Database.
Ranks will only update accross servers, if they share the same Database (like f.e. MySQL).

Read the Network installation page for more information.

commented

I think i found out i forgot to set to mysql instead of h2 but when i change to mysql it says it cannot connect to mysql service i checked if i put in right info and i did im gonna ask my mysql hoster if there is connection problem

commented

Had the same issue once....
Try to change the adress to 127.0.0.1 (IP for localhost if your MySQL is on the same server)

commented

still doesnt work it says its connected

commented

i have question how can i saved info as H2 transfer to mysql?