LuckPerms

LuckPerms

41.4k Downloads

LuckPerms shows log messages twice (bungee)

Sikatsu opened this issue ยท 14 comments

commented

Hey,

So i've installed LuckPerms on both the proxy and the spigot servers, however logs show up twice now. Did I do something wrong?

http://prntscr.com/or32nf

commented

I disabled it on the proxy and enabled it on all backend servers, that seems to work.

commented

Actually no, now the permissions don't sync.

commented

That setting only controls whether log entries received from other servers via the messaging service are broadcasted to online players.

It doesn't change any other property of the system, and has no side effects.

I've tried to reproduce this, the setting seems to be working fine for me.

commented

Yeah, that comment was invalid.

However, setting it to true on the backend servers and false on the proxy stopped the double log messages.

But it no longer seems to broadcast the logs among all servers. Really not sure what I do wrong.

commented

Are you using the pluginmsg or bungee messaging service?

commented

Yes I am. It shows it once for me when I make a change in luckperms, but when someone else does they see the logs twice.

http://prntscr.com/oul0yt

commented

13:42:09 [INFO] [LP] LOG > (Console) [U] (ni20ck05)
13:42:09 [INFO] [LP] LOG > parent set villager
13:42:09 [INFO] [LuckPerms] [Messaging] Received user update ping for 'ni20ck05' with id: afd53817-802c-4e33-9cc8-a65bcb84db29
13:42:13 [INFO] [/84.86.12.184:62155] <-> InitialHandler has connected
13:42:15 [INFO] [LP] LOG > (Console) [U] (ni20ck05)
13:42:15 [INFO] [LP] LOG > parent set novice
13:42:15 [INFO] [LuckPerms] [Messaging] Received user update ping for 'ni20ck05' with id: 1b54aa6b-3248-4041-b126-fa3d0664a87b

commented

@lucko I have that set to true on the proxy and false on the spigot servers, yet it still shows duplicates.

http://prntscr.com/ouqa1i

commented

Do you have multiple proxies?

commented

I only have one proxy.

Bungee config: https://pastebin.com/86JSjj00 (database leftout, they're all on the same though)
Spigot config: https://pastebin.com/GthK6jYX

commented

Any idea?

commented

I'm unable to reproduce this now on the latest version. :)

commented

I'm facing the exact same problem using LuckPerms 5.2.35 on my server. All messages are broadcasted twice on the server where the command was executed.
Screenshot_1

broadcast-received-log-entries is set to false on all bukkit servers and true on proxy.
Also using the pluginmsg channel.