NightbreakLoginCommand
Command to register an account token. Usage: /nightbreaklogin
This command saves the token to a shared MagmaCore config folder that is accessible by all MagmaGuy plugins.
Inherited properties
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
Message used when Bukkit performs the permission check itself.
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.