Class DebugUtil

java.lang.Object
de.eldoria.eldoutilities.debug.DebugUtil

public final class DebugUtil extends Object
Since:
1.3.2
  • Method Details

    • dispatchDebug

      public static void dispatchDebug(CommandSender sender, Plugin plugin, DebugSettings settings)
      This method will collect debug data from the plugin.

      It will also send it to the butler instance and will send the links to the sender.

      Parameters:
      sender - sender which requested the data
      plugin - plugin to collect the data for
      settings - settings for debug dispatching
    • getAdditionalPluginMeta

      @NotNull public static @NotNull EntryData[] getAdditionalPluginMeta(Plugin plugin)
      Extracts additional Plugin meta data from a EldoPlugin.

      If the plugin is not a eldo plugin it will return an empty array.

      Parameters:
      plugin - plugin to get meta
      Returns:
      array with meta data. may be empty, but not null.