Server Online, Offline, And Whitelisted status
Im using a velocity network and im trying to show the current status of the corresponding server on npcs names, like the picture, what plugin/placeholder does that

15 Replies
bungee
placeholder
i cant seem to find any bungee placeholder that can do that
the only placeholders are for playercount on all servers or just a specific server, no other placeholders exist
playercount is a status in my opinion but fair enough
can also use pinger to ping

GitHub
Placeholders
The best and simplest way to add placeholders to your server! - 1M+ Downloads - 2.5k+ Placeholders - PlaceholderAPI/PlaceholderAPI
yep that will provide if online or not, the only thing now is figuring out some way of detecting if whitelisted
only idea ive got is some plugin that is on all backend servers connected to a db thatll update when a server comes online or not that also provides placeholderapi support
not sure if that exists
oh i completely missed whitelist status π
could always check if the motd on the pinged server contains "maintenance" or something like that
True, and using ASL you can show specific MOTDs if the user is either banned or not whitelisted
Lemme search for the docs page
Placeholders - AdvancedServerList Wiki
Wiki for the AdvancedServerList plugin
Just make a simple profile using that, should be really simple
I thought that was based on the pinger's IP, which wouldn't work in our situation, as we're pinging from an arbitrary game server
Oh right, forgot that itβs actually just the server getting the motd
Then forget what I said
https://github.com/PlaceholderAPI/Bungeecord-Expansion/pull/19
I just use this fork
GitHub
Update PlaceholderAPI Version and Add Server Status Check by Jobson...
This pull request includes the following updates:
Version Update: The PlaceholderAPI dependency has been updated from version 2.10.6 to 2.11.6 in the pom.xml file. This ensures compatibility with ...