Placeholders

Information about placeholders in CyberWorldReset

This wiki page contains information about placeholders available in CWR.

External Placeholders

PlaceholderAPI is supported for adding external placeholders to CWR’s lang.yml strings.

CWR provides its own placeholders that can be used in other plugins. Before using these placeholders, ensure the plugin supports PlaceholderAPI.

Placeholder Description
%cwr_reset_status_<world>% Specific world reset status
%cwr_reset_status% Next world reset status
%cwr_chunk_radius% Radius of chunk loading as set in config
%cwr_chunk_diameter% Diameter of chunk loading as set in config
%cwr_chunk_area% Area of chunk loading as set in config
%cwr_tps% Instantaneous TPS of the server
%cwr_remaining_time_<world>% Remaining time until next reset
%cwr_remaining_seconds_<world>% Remaining seconds until next reset
%cwr_remaining_chunks_<world>% Remaining chunks to load
%cwr_loaded_chunks_<world>% Amount of chunks already loaded
%cwr_reset_percent_<world>% Percent of loading completed

Internal Placeholders

CWR also has internal placeholders that can be used within the plugin’s configuration files. These placeholders use curly brackets {} and are replaced with data from CWR.

Placeholder Description
{player} Player’s username
{playerDisplayName} Player’s display name
{playerUUID} Player’s unique ID
{playerWorld} Player’s world
{world} The world being reset

Commands & Permissions