Placeholders
CommandPanels supports both built-in and external placeholders. For placeholders to function correctly, PlaceholderAPI must be installed on your server.
PlaceholderAPI Usage
All placeholders used in conditions, texts, commands, and logic will require PlaceholderAPI.
PlaceholderAPI placeholders will not work if the expansion has not been installed on your server. Do /papi parse me %placeholder%
to confirm if a placeholder is working on your server.
CommandPanels Placeholders
The following table contains CommandPanels specific placeholders, you do not need to install any packages through PlaceholderAPI to use these.
Placeholder | Description |
---|---|
%commandpanels_session_key% | Retrieves a value stored in session data using the given key. This data is temporary and lasts for the session. |
%commandpanels_data_key% | Retrieves a value from permanent panel data using the given key, stored in data.yml . |
%commandpanels_random_min,max% | Outputs a random value between the minimum and maximum numbers defined. |