Skip to content

Configuration

HappyAreaBean edited this page Jun 27, 2021 · 14 revisions

An default ServerPinger config in plugins\PlaceholderAPI\config.yml

expansions:
  serverpinger:
    offline: '&cOffline'
    check_interval: 30
    online: '&aOnline'
    dynamic:
      offline: '&c&lOFFLINE'
      online: '&e<onlineplayers> playing'

serverpinger

  • offline

    Show when server is offline

  • check_interval

    Check interval (seconds)

  • online

    Show when server is online

dynamic

  • offline

    Show when server is offline

  • online

    Show when server is online

    • Variable supported: <onlineplayers>, <max>, <motd>, <version>, <protocol>
Clone this wiki locally