📎PlaceholderAPI Variables
Here you will get the placeholder variables of CustomJoinEvents, You can use the variable in other plugins
%cj_getFireworkSelected%
String
Gets the firework selected by the player
%cj_hasFireworkSelected_<firework>%
Boolean
It will tell you if the player has that firework selected. Ejample: %cj_hasFireworkSelected_firework1%
= true
or false
%cj_getSoundSelected%
String
Get player selected sound
%cj_hasSoundSelected_<sound>%
Boolean
Throws you if the player has selected the sound you indicated. Example: %cj_hasSoundSelected_sound1%
= true
or false
%cj_getMessageSelected%
String
Get player selected message
%cj_hasMessageSelected_<message>%
Boolean
Throws you if the player has selected the message you indicated. Example: %cj_hasMessageSelected_message1%
= true
or false
%cj_getTitleSelected%
String
Get player selected title
%cj_hasTitleSelected_<title>%
Boolean
It throws you if the player has selected the title you indicated. Example: %cj_hasTitleSelected_title1%
= true
or false
%cj_hasOptionActivated_<option>%
Boolean
It throws you if the player has activated the option you indicated. Example: %cj_hasOptionActivated_message%
= true
or false
Última actualización