WiIIiam278 / PAPIProxyBridge

A bridge library plugin for using PlaceholderAPI on proxy servers
https://william278.net/project/papiproxybridge
Apache License 2.0
37 stars 11 forks source link

Placeholder sync/forwarding #120

Closed Nikkilectric closed 5 months ago

Nikkilectric commented 5 months ago

Would it be possible to add functionality to get placeholders from another backend server?

Example:

%survival_(plugin)_level% to get the players level from a specific server's plugin (survival), then forwarding that to the proxy?

WiIIiam278 commented 5 months ago

I think that's probably out of scope for the goals of the plugin at this time.

WiIIiam278 commented 5 months ago

Actually, this also just isn't technically possible. Players have to be online on the server to receive & process the plugin messages. Plus most Placeholder expansions require the user to be online.

Nikkilectric commented 5 months ago

Actually, this also just isn't technically possible. Players have to be online on the server to receive & process the plugin messages. Plus most Placeholder expansions require the user to be online.

Ah- alright- I just saw it was possible with the discontinued https://spigotmc.org/resources/deleted.56288/ resource so I figured I'd try to make the request here. Sorry for the trouble!