Player Events
Namespace: player
player::chat
From org.bukkit.event.player.AsyncPlayerChatEvent
arg (String) name The name of the player
arg (String) uuid The UUID of the player
arg (String) content The message sended by player
player::join
From import org.bukkit.event.player.PlayerJoinEvent
arg (String) name The name of the player
arg (String) uuid The uuid of the player
Last updated