Package net.ME1312.SubServers.Bungee
Class SubCommand
java.lang.Object
net.md_5.bungee.api.plugin.Command
net.ME1312.SubServers.Bungee.SubCommand
- All Implemented Interfaces:
TabExecutor
Plugin Command Class
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
BungeeCord /gliststatic final class
BungeeCord /server -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(CommandSender sender, String[] args) Load /sub in consoleonTabComplete
(CommandSender sender, String[] args) Suggest command argumentsMethods inherited from class net.md_5.bungee.api.plugin.Command
canEqual, equals, getAliases, getName, getPermission, hashCode, hasPermission, toString
-
Method Details
-
execute
Load /sub in console -
onTabComplete
Suggest command arguments- Specified by:
onTabComplete
in interfaceTabExecutor
- Parameters:
sender
- Senderargs
- Arguments- Returns:
- The validator's response and list of possible arguments
-