PlaceholderAPI Variables
To use the placeholders, you need to have the plugin updated to a version higher than 0.0.25.
%realmcore_player_inrealm%
This variable shows if a player is in a realm, returning a boolean depending on whether it's true
, and if not, false
.
%realmcore_player_inownrealm%
This variable shows if a player is in their own realm, returning a boolean depending on whether it's true
, and if not, false
.
%realmcore_player_tag%
This variable shows the role the player has within the realm they are in, returning whether they are an owner
, visitor
, or trusted
. If the player is not in a realm, it will return none
.
%realmcore_player_bordersize%
This variable returns the border size of the realm the player is currently in.
%realmcore_realm_time%
This variable returns the time in HH:mm
format of the realm
%realmcore_realm_timeicon%
It returns the icon corresponding to whether it is day
or night
in the realm where the player is located.
%realmcore_realm_name%
It returns the name of the realm where the player is located.
Last updated
Was this helpful?