Macros

Macro Listing

Note: Macros are always to be put in double curly brackets as in {{field_server_name}}.

Fields

  • field_server_name: Your servername as defined in server.properties
  • field_server_ip: Your serverip as defined in server.properties
  • field_server_port: Your serverport as defined in server.properties
  • field_players_online: Number of players online
  • field_player_limit: Maximum number of players online
  • field_world_name: Name of the world the player is in right now
  • field_player_name: Name of the player
  • field_player_health: Player health (format: 10/20)
  • field_player_healthbar: Player health as bar
  • field_player_food: Player's hunger (format: 10/20)
  • field_player_foodbar: Player's hunger as bar
  • field_player_ping: Player ping as number
  • field_player_position: Player position (format: x/y/z)
  • field_player_posx: Player's x-coordinate
  • field_player_posy: Player's y-coordinate
  • field_player_posz: Player's z-coordinate

Blocks

  • block_player_list: List of online players. Width and height are customizable.
    Will not show players that are vanished via VanishNoPacket if the recipient may not see vanished players.
  • block_player_list_prefix: Same as above, but will show player prefixes in front of their names.
    Requires Vault. If Vault is not enabled, will default to player list without prefixes.
  • block_player_list_custom: List of online players and additional info as configured in config.yml. Only height is customizable, width is 3.
    Will not show players that are vanished via VanishNoPacket if the recipient may not see vanished players.
    (Format of one line: PlayerName | CustomInfo1 | CustomInfo2)
  • block_player_list_prefix_custom: Same as above, but will show player prefixes in front of their names.
    Requires Vault. If Vault is not enabled, will default to custom player list without prefixes.

Comments

Posts Quoted:
Reply
Clear All Quotes