PlaceholderAPI/Pinger-Expansion

Pinger fails see server online

x1p opened this issue · 3 comments

x1p commented

Please read

This template is only for reporting bugs of PlaceholderAPI!
If you want to request changes to the code of PlaceholderAPI, use the Request change (PlaceholderAPI) template.
For changes to the wiki use the Request change (Wiki) template.

Please also make sure that you use the latest release or the latest developement build and that your bug isn't already reported on the issues page.

Please report issues with expansions/placeholders to the corresponding issue tracker! Only report it here if you can't find any place to report it!

Issue

What is the issue? Describe it like you would tell a friend.

I have the Pinger extension to show the current state of servers on the hub's scoreboard.
This used to work just fine.
I upgraded the hub server from 1.14.4 to 1.15.1.
Now pinger sees servers as "Offline".
I redownloaded pinger, papi reload, restart server. Pinger still sees server as offline.

Expected behaviour

What should PlaceholderAPI do?

I was hoping it would still work.
It used to work

Actual behaviour

What does PlaceholderAPI actually do?

Pinger shows the offline color

How to reproduce

What steps did you made, to get this bug?

  1. 2 servers 1.15.x, PlaceholderAPI build 84
  2. First server using a scoreboard with a pinger placeholder e.g. %pinger_online_172.18.0.1:12345%
  3. Define colors in papi config
  pinger:
    offline: '&c'
    check_interval: 5
    online: '&a'
  1. Restart servers and wait
x1p commented

After some testing found out that it had trouble with build 17 of bungeeguard in combination of paper 1.15.x
[Link to the project: https://ci.lucko.me/job/BungeeGuard/]
With latest bungeeguard build (where some things are reverted), it seems to work on my test network.
I'll schedule an update for tomorrow to see if it solved it.

x1p commented

Hmm doesn't seem to work.
I'm open to anyone who has a suggestion for a hint or workaround.

x1p commented

It looks like it it's caused by bungeeguard (from Luck(perms)).
Made an issue there to see.
I'll close this issue for now