Can See Messages (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.10

Syntax

%player% can see all messages [in chat]

Description

Checks whether a player can see specific message types in chat.

Examples

if player can see all messages:
	send "You can see all messages."
if player can only see commands:
	send "This game doesn't work with commands-only chat."
if player can't see any messages:
	send action bar "Server shutting down in 5 minutes!"

View source