Package me.s3ns3iw00.jcommands.type
Class ServerCommand
- java.lang.Object
-
- me.s3ns3iw00.jcommands.Command
-
- me.s3ns3iw00.jcommands.type.ServerCommand
-
-
Constructor Summary
Constructors Constructor Description ServerCommand(java.lang.String name, java.lang.String description)
Default constructor
-
Method Summary
-
Methods inherited from class me.s3ns3iw00.jcommands.Command
addArgument, addArgument, addConcatenator, addPermissions, getActionListener, getArguments, getConcatenators, getDefaultPermissions, getDescription, getName, isNsfw, isOnlyForAdministrators, setNsfw, setOnAction, setOnlyForAdministrators
-
-
-
-
Constructor Detail
-
ServerCommand
public ServerCommand(java.lang.String name, java.lang.String description)
Default constructor- Parameters:
name
- the name of the command Its length must between 1 and 32 Can contain only: - word characters - numbers - '-' charactersdescription
- the description of the command Its length must between 1 and 100
-
-