| Modifier and Type | Method and Description |
|---|---|
static Commodore |
getCommodore(org.bukkit.plugin.Plugin plugin)
Obtains a
Commodore instance for the given plugin. |
static boolean |
isSupported()
Checks to see if the Brigadier command system is supported by the server.
|
public static boolean isSupported()
public static Commodore getCommodore(org.bukkit.plugin.Plugin plugin) throws BrigadierUnsupportedException
Commodore instance for the given plugin.plugin - the pluginBrigadierUnsupportedException - if brigadier is not supported
by the server.Copyright © 2020. All rights reserved.