Package de.eldoria.eldoutilities.debug
Class DebugUtil
java.lang.Object
de.eldoria.eldoutilities.debug.DebugUtil
- Since:
- 1.3.2
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
dispatchDebug
(CommandSender sender, Plugin plugin, DebugSettings settings) This method will collect debug data from the plugin.getAdditionalPluginMeta
(Plugin plugin) Extracts additional Plugin meta data from aEldoPlugin
.
-
Method Details
-
dispatchDebug
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 dataplugin
- plugin to collect the data forsettings
- settings for debug dispatching
-
getAdditionalPluginMeta
Extracts additional Plugin meta data from aEldoPlugin
.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.
-