PlaceholderAPI - Coralise/CustomBansPlus GitHub Wiki
Replace player
with the player's name, or x
to use the local player.
e.g. %cbp_ban_coralise_isbanned%
or %cbp_ban_x_isbanned%
%cbp_ban_player_isbanned% -- Returns true if player is banned, false if not.
%cbp_ban_player_type% -- Returns the type of ban (Temp IP Ban, Perm Ban, etc.). Returns N/A if player is not banned.
%cbp_ban_player_duration% -- Returns the duration of the ban. Returns N/A if player is not banned.
%cbp_ban_player_staff% -- Returns the staff member responsible of the ban. Returns N/A if player is not banned.
%cbp_ban_player_reason% -- Returns the reason of the ban. Returns N/A if player is not banned.
%cbp_ban_player_unbandate% -- Returns the exact unban date. Returns N/A if player is not banned.
%cbp_ban_player_date% -- Returns the date when the player was banned. Returns N/A if player is not banned.
%cbp_ban_player_timeleft% -- Returns the remaining time of player's ban. Returns N/A if player is not banned.
%cbp_mute_player_ismuted% -- Returns true if player is muted, false if not.
%cbp_mute_player_type% -- Returns the type of mute (Temp Mute or Perm Mute). Returns N/A if player is not muted.
%cbp_mute_player_duration% -- Returns the duration of the mute. Returns N/A if player is not muted.
%cbp_mute_player_staff% -- Returns the staff responsible of the mute. Returns N/A if player is not muted.
%cbp_mute_player_reason% -- Returns the reason of the mute. Returns N/A if player is not muted.
%cbp_mute_player_unmutedate% -- Returns the exact unmute date. Returns N/A if player is not muted.
%cbp_mute_player_date% -- Returns the date when the player was muted. Returns N/A if player is not muted.
%cbp_mute_player_timeleft% -- Returns the remaining time of player's mute duration. Returns N/A if player is not muted.
%cbp_kick_player_waskicked% -- Returns true if the player was kicked the past second, false if not.
%cbp_kick_player_staff% -- Returns the staff responsible of the kick. Returns N/A if player was not kicked.
%cbp_kick_player_reason% -- Returns the reason of the kick. Returns N/A if player was not kicked.
%cbp_size_bans% -- Returns the number of active bans.
%cbp_size_mutes% -- Returns the number of active mutes.