Uses of Class
me.hsgamer.hscore.bukkit.command.CommandBuilder
-
Uses of CommandBuilder in me.hsgamer.hscore.bukkit.command
Methods in me.hsgamer.hscore.bukkit.command that return CommandBuilderModifier and TypeMethodDescriptionstatic @NotNull CommandBuilderCommandBuilder.newCommand(@NotNull String name) Create a new command builder@NotNull CommandBuilderCommandBuilder.setDescription(@Nullable String description) Set the description@NotNull CommandBuilderCommandBuilder.setExecutor(@NotNull org.bukkit.command.CommandExecutor executor) Set the command executor@NotNull CommandBuilderCommandBuilder.setPermission(@Nullable String permission) Set the permission of the command@NotNull CommandBuilderCommandBuilder.setPermissionMessage(@Nullable String permissionMessage) Set the message when the sender doesn't have the permission@NotNull CommandBuilderCommandBuilder.setPlayerMessage(@Nullable String playerMessage) Set the message when the sender is not a player@NotNull CommandBuilderCommandBuilder.setPlayerOnly()Enable player-only mode@NotNull CommandBuilderCommandBuilder.setTabCompleter(@Nullable org.bukkit.command.TabCompleter tabCompleter) Set the tab completer@NotNull CommandBuilderSet the usage