Class DebugCommand

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

public class DebugCommand extends dk.lockfuglsang.minecraft.command.CompositeCommand
Debug control.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Logger
     

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

    HELP_PATTERN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    disableLogging(org.bukkit.command.CommandSender sender)
     
    static void
    enableLogging(org.bukkit.command.CommandSender sender, uSkyBlock plugin)
     
    static void
    setLogLevel(org.bukkit.command.CommandSender sender, String arg)
     

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

    accept, add, addFeaturePermission, addTab, execute, getAliases, getChildren, getDescription, getFeaturePermissions, getName, getParams, getParamsAsString, getParent, getPermission, getTabCompleter, 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

    • log

      public static final Logger log
  • Constructor Details

    • DebugCommand

      public DebugCommand(uSkyBlock plugin)
  • Method Details

    • setLogLevel

      public static void setLogLevel(org.bukkit.command.CommandSender sender, String arg)
    • disableLogging

      public static void disableLogging(org.bukkit.command.CommandSender sender)
    • enableLogging

      public static void enableLogging(org.bukkit.command.CommandSender sender, uSkyBlock plugin)