Class ConfigCommand

java.lang.Object
dk.lockfuglsang.minecraft.command.completion.AbstractTabCompleter
dk.lockfuglsang.minecraft.command.CompositeCommand
us.talabrek.ultimateskyblock.command.admin.ConfigCommand
All Implemented Interfaces:
dk.lockfuglsang.minecraft.command.Command, org.bukkit.command.TabCompleter

public class ConfigCommand extends dk.lockfuglsang.minecraft.command.CompositeCommand
Command for showing the config-gui.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final List<String>
     

    Fields inherited from class dk.lockfuglsang.minecraft.command.CompositeCommand

    HELP_PATTERN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.bukkit.command.CommandSender sender, String alias, Map<String,Object> data, String... args)
     
    org.bukkit.command.TabCompleter
     

    Methods inherited from class dk.lockfuglsang.minecraft.command.CompositeCommand

    accept, add, addFeaturePermission, addTab, getAliases, getChildren, getDescription, getFeaturePermissions, getName, getParams, getParamsAsString, getParent, getPermission, getUsage, hasAccess, hasPermission, hasPermissionOverride, onTabComplete, setParent, showUsage

    Methods inherited from class dk.lockfuglsang.minecraft.command.completion.AbstractTabCompleter

    filter

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONFIGS

      public static final List<String> CONFIGS
  • Constructor Details

    • ConfigCommand

      public ConfigCommand(uSkyBlock plugin)
  • Method Details

    • getTabCompleter

      public org.bukkit.command.TabCompleter getTabCompleter()
      Specified by:
      getTabCompleter in interface dk.lockfuglsang.minecraft.command.Command
      Overrides:
      getTabCompleter in class dk.lockfuglsang.minecraft.command.CompositeCommand
    • execute

      public boolean execute(org.bukkit.command.CommandSender sender, String alias, Map<String,Object> data, String... args)
      Specified by:
      execute in interface dk.lockfuglsang.minecraft.command.Command
      Overrides:
      execute in class dk.lockfuglsang.minecraft.command.CompositeCommand