Package tk.airshipcraft.commonlib.commands
package tk.airshipcraft.commonlib.commands
This package contains classes related to command processing and management.
CommandManager handles the registration and execution of server commands,
while PreferenceCommand deals with player preference commands specifically.
-
ClassesClassDescriptionThis abstract class CommandManager extends BukkitCommand to facilitate the registration and management of custom commands in a Minecraft server.PreferenceCommand class extends CommandManager to provide custom command handling specifically for managing player preferences in the game.