Modu Core Sudo Event
class ModuCoreSudoEvent( val command: String, val player: Player, val executor: CommandSender) : ModuCoreEvent
Content copied to clipboard
Called when a player is forced to run a command
Parameters
command
the command run
player
the player who runs the command
executor
the person forcing player to run the command
Constructors
Link copied to clipboard
fun ModuCoreSudoEvent( command: String, player: Player, executor: CommandSender)
Content copied to clipboard