Class CommandAdminEvaluate
java.lang.Object
org.kingdoms.commands.KingdomsCommand
org.kingdoms.commands.admin.debugging.CommandAdminEvaluate
-
Field Summary
FieldsFields inherited from class org.kingdoms.commands.KingdomsCommand
aliases, bypassCooldownPermission, bypassDisabledWorldsPermission, COLORIZE_TAB_COMPLETES, cooldown, description, disabledWorlds, name, parent, path, permission, plugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.kingdoms.utils.compilers.MathCompiler.Expressionvoidexecute(CommandContext context) tabComplete(CommandTabContext context) Methods inherited from class org.kingdoms.commands.KingdomsCommand
canBypassCooldown, canBypassDisabledWorlds, emptyTab, equals, executeX, getAliases, getCooldown, getDescription, getDisabledWorlds, getDisplayName, getName, getParent, getPermission, getPlayer, getUsage, hashCode, hasPermission, hasPermission, isDisabled, joinArgs, joinArgs, lang, parseBool, processTabMessage, setPermissionDefault, tabComplete, tabComplete, tabComplete, tabComplete, toString, unregisterPermissions
-
Field Details
-
DEFAULT_VAR_VAL
public static final double DEFAULT_VAR_VAL- See Also:
-
-
Constructor Details
-
CommandAdminEvaluate
-
-
Method Details
-
execute
- Overrides:
executein classKingdomsCommand
-
compile
public static org.kingdoms.utils.compilers.MathCompiler.Expression compile(org.bukkit.command.CommandSender sender, String message) -
tabComplete
- Overrides:
tabCompletein classKingdomsCommand
-