| 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)
Commodore instance for the given plugin.
Throws a RuntimeException if brigadier is not
supported by the server.
plugin - the pluginCopyright © 2019. All rights reserved.