Modu Core Nickname Remove Event
class ModuCoreNicknameRemoveEvent( val oldName: Component, val player: Player, val executor: CommandSender?) : ModuCoreEvent
Content copied to clipboard
Called when a player removes their nickname.
Parameters
old Name
the oldname of the player
player
the player
executor
the command sender or null if the player did this to themselves
Constructors
Link copied to clipboard
fun ModuCoreNicknameRemoveEvent( oldName: Component, player: Player, executor: CommandSender?)
Content copied to clipboard