Overview
The Placeholders plugin integrates with PlaceholderAPI and registers thesimplecloud expansion. You can use SimpleCloud values in scoreboards, chat formats, holograms, tab displays, and any other plugin that supports PlaceholderAPI.
Supported Software
Quick Setup
- Download the plugin from GitHub.
- Download and install PlaceholderAPI.
- Make sure the
simplecloud-apiplugin is installed on the server. - Place all three plugins in your server template’s
plugins/folder. - Start the server.
The expansion identifier is
simplecloud, so every placeholder starts with
%simplecloud_...%.Server Placeholders
These placeholders resolve from the current SimpleCloud server usingSIMPLECLOUD_UNIQUE_ID.
Group Placeholders
These placeholders resolve from the current SimpleCloud group usingSIMPLECLOUD_GROUP.
Persistent-Server Placeholders
These placeholders resolve from the current persistent server usingSIMPLECLOUD_UNIQUE_ID.
Target Another Resource
By default, the placeholders above return information about the server on which the plugin is running. To display information about another resource, add its selector before the property.
For example:
server_player_count becomes server_Lobby:1_player_count, and group_max_players becomes group_Lobby_max_players.
Group and persistent-server names may contain underscores. The colon in a
running-server selector separates the group name from its numerical server
ID.