Placeholders
X-Clearlag provides several placeholders via PlaceholderAPI. These can be used in any compatible plugin to display real-time information about the cleanup engine and server status.
| Placeholder | Description |
|---|---|
%xclearlag_tps% | Current server Ticks Per Second (TPS). |
%xclearlag_last_removed% | Amount of entities removed in the very last cleanup execution. |
%xclearlag_total_removed% | Historical total of all entities removed by the plugin. |
%xclearlag_next_clear_<task>% | Seconds remaining before the specified task (from config) runs again. |
[!NOTE] Replace
<task>with the name of the task defined in yourconfig.yml(e.g.,%xclearlag_next_clear_items-task%).