ShardCommand

abstract class ShardCommand

The base class for all shard commands.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun execute(executor: Player)

The default executor for this command. This is the method that will be called when no arguments are provided.