Placeholders Plugin
The placeholder plugin allows you to use all important parameters of the Controller API as placeholders with the help of the PlaceholderAPI. This allows you to retrieve all information about a server or group as a placeholder.
Supported Servers
The following table shows all currently supported server implementations:
Server type | PlaceholderAPI | This Plugin |
---|---|---|
Paper & Forks | Yes | Yes |
Spigot & Forks | Yes | Yes |
Other | No | No |
Quick Setup
- Download the plugin
- Download the PlaceholderAPI plugin
- Place it in your server's plugins folder
- Start your server
Available Placeholders
You can use the parameters of the current server and the group to which the server belongs as placeholders.
Server Placeholder
Placeholder | Description |
---|---|
%simplecloud_server_id% | Unique identifier (e.g., "0f0c2d1a-d7d5-4c7f-b7a9-c0e8e9b5a6b8") |
%simplecloud_server_type% | Server type (UNKNOWN_SERVER, SERVER, PROXY) |
%simplecloud_server_state% | Server state (UNKNOWN_STATE, PREPARING, STARTING, AVAILABLE, INGAME, STOPPING) |
%simplecloud_server_host% | Host machine identifier |
%simplecloud_server_numerical_id% | Numerical ID within group |
%simplecloud_server_ip% | Server IP address |
%simplecloud_server_port% | Server port |
%simplecloud_server_max_players% | Maximum allowed players |
%simplecloud_server_min_memory% | Minimum RAM allocation in MB |
%simplecloud_server_max_memory% | Maximum RAM allocation in MB |
%simplecloud_server_player_count% | Current player count |
Group Placeholder
Placeholder | Description |
---|---|
%simplecloud_group_name% | Unique identifier for the group |
%simplecloud_group_type% | Server type (UNKNOWN_SERVER, SERVER, PROXY) |
%simplecloud_group_min_memory% | Minimum RAM allocation in MB |
%simplecloud_group_max_memory% | Maximum RAM allocation in MB |
%simplecloud_group_max_players% | Maximum players per server |
%simplecloud_group_player_count% | Current players count |