Modu Core Nickname Event
class ModuCoreNicknameEvent( val oldName: Component, val newName: String, val player: Player, val executor: CommandSender?) : ModuCoreEvent
Content copied to clipboard
Sent when a player nicknames.
Parameters
old Name
the old name or null if they didn't have a nick
new Name
the new name
player
the player who nicked
executor
the player or command sender who ran the command to nick this player
Constructors
Link copied to clipboard
fun ModuCoreNicknameEvent( oldName: Component, newName: String, player: Player, executor: CommandSender?)
Content copied to clipboard