Configuration
An default ServerPinger config in
plugins\PlaceholderAPI\config.yml(Version v2.1+)expansions:
serverpinger:
check_interval: 30
online: '&aOnline'
offline: '&cOffline'
dynamic:
online: '&e<onlineplayers> playing'
offline: '&c&lOFFLINE'
custom:
example:
online: '&6&l<onlineplayers>/<max> &eplaying'
offline: '&c&l[ OFFLINE ]'
serverpinger​
-
check_intervalCheck interval (seconds)
-
onlineShow when server is online
-
offlineShow when server is offline
dynamic​
-
onlineShow when server is online
- Variable supported:
<onlineplayers>, <max>, <motd>, <version>, <protocol>, <online> (Return the default online message)
- Variable supported:
-
offlineShow when server is offline
- Variable supported:
<offline> (Return the default offline message)
- Variable supported:
custom​
- Please read Custom Dynamic