NightbreakLogoutCommand
Removes the shared Nightbreak account token from this server.
Constructors
Link copied to clipboard
public void NightbreakLogoutCommand(JavaPlugin plugin, Supplier<NightbreakLogoutMessages> messagesSupplier)
Inherited properties
Functions
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Register an argument the user may omit.
Link copied to clipboard
Register an optional trailing argument which consumes zero or more input tokens.
Link copied to clipboard
Link copied to clipboard
Register a required trailing argument which consumes one or more input tokens.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getStringSequenceArgument(String key, CommandSender commandSender, Array<String> args)
Return the registered argument and every token following it as one space-separated value.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public static Command toBukkitCommand(JavaPlugin plugin, AdvancedCommand delegate, String name, List<String> aliases)
Create a Bukkit Command that delegates to the given AdvancedCommand.