All Classes and Interfaces
Class
Description
The base structure of all other command classes.
Contains all the settings for a command.
Color translation utilities
Used to easily create a command that can then be registered to the server.
Command utilities
GUI utilities
Item utilities
Logging utilities
Message sending utilities
Used to easily create a subcommand that can then be added to a
CyberSuperCommand
.Used to easily create a command that can be registered to the server.
General utilities
Vault utilities
Used to keep track of the different config files.
This is what is mainly used by others to create GUIs, edit their contents, and open them to players
Represents an item in the
Gui
class.Used to represent an executed command, with the sender and arguments of the command.
Used to represent an executed subcommand, with the sender and arguments of the subcommand.
Allows one to read and write data from a YML file.
Loads YML files via the following:
Creates the file if it doesn't exist
If the file already exists, updates it's contents
When the above is completed, the file is loaded into a
FileConfiguration
object.Allows one to read the data from a YML file.