Skip navigation links
A C D E F G H I K L M N O P R S T U V W 

A

arrayToString(String[], int, String) - Static method in class net.lenni0451.spm.utils.StringUtils
Convert an array of Strings to a String with the given separator

C

clone() - Method in class com.tchristofferson.configupdater.KeyBuilder
 
com.tchristofferson.configupdater - package com.tchristofferson.configupdater
 
Commands_Sub - Class in net.lenni0451.spm.commands.subs
 
Commands_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Commands_Sub
 
CommentLine - Class in net.lenni0451.spm.messages.lines
 
CommentLine(String) - Constructor for class net.lenni0451.spm.messages.lines.CommentLine
 
ConfigUpdater - Class in com.tchristofferson.configupdater
 
ConfigUpdater() - Constructor for class com.tchristofferson.configupdater.ConfigUpdater
 

D

delete(File) - Static method in class net.lenni0451.spm.utils.FileUtils
Delete a File and all of its children
Delete_Sub - Class in net.lenni0451.spm.commands.subs
 
Delete_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Delete_Sub
 
Disable_Sub - Class in net.lenni0451.spm.commands.subs
 
Disable_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Disable_Sub
 
disablePlugin(String) - Method in class net.lenni0451.spm.utils.PluginUtils
Disable a Plugin by its name
disablePlugin(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
Disable a Plugin by its instance
download(String) - Static method in class net.lenni0451.spm.utils.DownloadUtils
Download a file from a direkt link
Download_Sub - Class in net.lenni0451.spm.commands.subs
 
Download_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Download_Sub
 
downloadPlugin(String, File) - Static method in class net.lenni0451.spm.utils.DownloadUtils
Download a plugin from a direct link
downloadSpigotMcPlugin(int, File) - Static method in class net.lenni0451.spm.utils.DownloadUtils
Download a plugin from the spiget api
DownloadUtils - Class in net.lenni0451.spm.utils
 
DownloadUtils() - Constructor for class net.lenni0451.spm.utils.DownloadUtils
 
Dump_Sub - Class in net.lenni0451.spm.commands.subs
 
Dump_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Dump_Sub
 

E

Enable_Sub - Class in net.lenni0451.spm.commands.subs
 
Enable_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Enable_Sub
 
enablePlugin(String) - Method in class net.lenni0451.spm.utils.PluginUtils
Enable a Plugin by its name
enablePlugin(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
Enable a Plugin by its instance
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Commands_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Delete_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Disable_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Download_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Dump_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Enable_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Find_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Help_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Info_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.List_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Load_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Permissions_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Reload_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.ReloadConfig_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Restart_Sub
 
execute(CommandSender, String[]) - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Unload_Sub
 
execute(CommandSender, String[]) - Method in class net.lenni0451.spm.commands.subs.Update_Sub
 

F

FileUtils - Class in net.lenni0451.spm.utils
 
FileUtils() - Constructor for class net.lenni0451.spm.utils.FileUtils
 
Find_Sub - Class in net.lenni0451.spm.commands.subs
 
Find_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Find_Sub
 

G

getALlThreads() - Static method in class net.lenni0451.spm.utils.ThreadUtils
Get a Set of all running Threads
getAllThreadsFromClassLoader(ClassLoader) - Static method in class net.lenni0451.spm.utils.ThreadUtils
Get a Set of all Threads started by a Class loaded from the given ClassLoader
getBatchActionSuffix() - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
 
getCommands(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
Get a List of all commands registered by Plugins
This only works if they are registered as PluginCommands
Anything using events or other methods to handle commands will not work
getComment() - Method in class net.lenni0451.spm.messages.lines.CommentLine
 
getField(Class<?>, Object, Class<? extends T>, int) - Static method in class net.lenni0451.spm.utils.ReflectionUtils
Get a value of a Field in a Class
The Field is specified by the type and index in the Class
getFileName() - Method in class net.lenni0451.spm.utils.PluginInfo
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Commands_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Delete_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Disable_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Download_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Dump_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Enable_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Find_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Help_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Info_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.List_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Load_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Permissions_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Reload_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.ReloadConfig_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Restart_Sub
 
getHelp(List<String>) - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Unload_Sub
 
getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Update_Sub
 
getId() - Method in class net.lenni0451.spm.utils.PluginInfo
 
getIndents(String, char) - Static method in class com.tchristofferson.configupdater.KeyBuilder
 
getInstalledPlugins() - Method in class net.lenni0451.spm.PluginManager
Get the instance of InstalledPluginsConfig
getInstalledPlugins() - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
 
getInstalledVersion() - Method in class net.lenni0451.spm.utils.PluginInfo
 
getInstance() - Static method in class net.lenni0451.spm.PluginManager
Get the instance of PluginManager
getKey() - Method in class net.lenni0451.spm.messages.lines.TranslationLine
 
getLastKey() - Method in class com.tchristofferson.configupdater.KeyBuilder
 
getLine() - Method in interface net.lenni0451.spm.messages.IMessagesLine
 
getLine() - Method in class net.lenni0451.spm.messages.lines.CommentLine
 
getLine() - Method in class net.lenni0451.spm.messages.lines.TextLine
 
getLine() - Method in class net.lenni0451.spm.messages.lines.TranslationLine
 
getMaterial(String...) - Static method in class net.lenni0451.spm.utils.VersionMaterial
Get a Material from a version specific name
getName() - Method in class net.lenni0451.spm.utils.PluginInfo
 
getNewestVersion() - Static method in class net.lenni0451.spm.utils.DownloadUtils
Get the newest plugin manager version from github
getPlugin(String) - Method in class net.lenni0451.spm.utils.PluginUtils
Get a Plugin instance by its name
getPluginDescription(File) - Method in class net.lenni0451.spm.utils.PluginUtils
Get the PluginDescriptionFile of a plugin jar
getPluginFile(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
Get the File of the Plugin jar
This tries calling the JavaPlugin.getFile() method first
If that fails, all PluginDescriptionFiles are searched for the name of the Plugin
getPluginInfo(String) - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
 
getPluginManager() - Method in class net.lenni0451.spm.utils.PluginUtils
Get the PluginManager instance of the server
getPlugins() - Method in class net.lenni0451.spm.utils.PluginUtils
Get an array of all loaded Plugins
getPluginsByLoadOrder() - Method in class net.lenni0451.spm.utils.PluginUtils
Get a List of all Plugins sorted by their dependencies
Loading all Plugins in the correct order is important for the correct functioning of the Plugins
getPluginsDirectory() - Method in class net.lenni0451.spm.utils.PluginUtils
Get the plugins directory
getPluginUtils() - Method in class net.lenni0451.spm.PluginManager
Get the instance of PluginUtils
getSpigotMcPluginInfo(int) - Static method in class net.lenni0451.spm.utils.DownloadUtils
Get the information about a plugin on spigotmc
Please check spiget documentation for more information
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Commands_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Delete_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Disable_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Download_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Dump_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Enable_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Find_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Help_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Info_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.List_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Load_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Permissions_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Reload_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.ReloadConfig_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Restart_Sub
 
getTabComplete(List<String>, String[]) - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Unload_Sub
 
getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Update_Sub
 
getText() - Method in class net.lenni0451.spm.messages.lines.TextLine
 
getUpdateDirectory() - Method in class net.lenni0451.spm.utils.PluginUtils
Get the update directory for plugins
getUsage() - Method in class net.lenni0451.spm.commands.subs.Commands_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Delete_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Disable_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Download_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Dump_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Enable_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Find_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Help_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Info_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.List_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Load_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Permissions_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Reload_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.ReloadConfig_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Restart_Sub
 
getUsage() - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Unload_Sub
 
getUsage() - Method in class net.lenni0451.spm.commands.subs.Update_Sub
 
getValue() - Method in class net.lenni0451.spm.messages.lines.TranslationLine
 
Gui_Sub - Class in net.lenni0451.spm.commands.subs
 
Gui_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Gui_Sub
 

H

Help_Sub - Class in net.lenni0451.spm.commands.subs
 
Help_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Help_Sub
 

I

I18n - Class in net.lenni0451.spm.messages
 
I18n() - Constructor for class net.lenni0451.spm.messages.I18n
 
IMessagesLine - Interface in net.lenni0451.spm.messages
 
Info_Sub - Class in net.lenni0451.spm.commands.subs
 
Info_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Info_Sub
 
init() - Static method in class net.lenni0451.spm.messages.I18n
Load all translations and update the messages.lang file
InstalledPluginsConfig - Class in net.lenni0451.spm.utils
 
InstalledPluginsConfig() - Constructor for class net.lenni0451.spm.utils.InstalledPluginsConfig
 
isConfigSection() - Method in class com.tchristofferson.configupdater.KeyBuilder
 
isConfigSectionWithKeys() - Method in class com.tchristofferson.configupdater.KeyBuilder
 
isEmpty() - Method in class com.tchristofferson.configupdater.KeyBuilder
 
isInteger(String) - Static method in class net.lenni0451.spm.utils.NumberUtils
Check if a String is an int
isPluginEnabled(String) - Method in class net.lenni0451.spm.utils.PluginUtils
Check if a Plugin is enabled by its name
isPluginLoaded(String) - Method in class net.lenni0451.spm.utils.PluginUtils
Check if a Plugin is loaded by its name
isSubKey(String) - Method in class com.tchristofferson.configupdater.KeyBuilder
 
isSubKeyOf(String) - Method in class com.tchristofferson.configupdater.KeyBuilder
 
isSubKeyOf(String, String, char) - Static method in class com.tchristofferson.configupdater.KeyBuilder
 
isThreadFromClassLoader(Thread, ClassLoader) - Static method in class net.lenni0451.spm.utils.ThreadUtils
Check if the given Thread is started by a Class loaded from the given ClassLoader
ISubCommand - Interface in net.lenni0451.spm.commands.subs.types
 
ISubCommandMultithreaded - Interface in net.lenni0451.spm.commands.subs.types
 

K

KeyBuilder - Class in com.tchristofferson.configupdater
 
KeyBuilder(FileConfiguration, char) - Constructor for class com.tchristofferson.configupdater.KeyBuilder
 

L

List_Sub - Class in net.lenni0451.spm.commands.subs
 
List_Sub() - Constructor for class net.lenni0451.spm.commands.subs.List_Sub
 
listFiles(File) - Static method in class net.lenni0451.spm.utils.FileUtils
List all Files in a directory
listToString(List<String>) - Static method in class net.lenni0451.spm.utils.StringUtils
Convert a List of Strings to a String separated by spaces
load() - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
 
Load_Sub - Class in net.lenni0451.spm.commands.subs
 
Load_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Load_Sub
 
loadPlugin(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
Load a Plugin by its instance
See PluginUtils.loadPlugin(String) for more information
loadPlugin(String) - Method in class net.lenni0451.spm.utils.PluginUtils
Load a Plugin by its name
This tries to get the Plugin File by name and if not found scans all PluginDescriptionFiles for the name
Logger - Class in net.lenni0451.spm.utils
 
Logger() - Constructor for class net.lenni0451.spm.utils.Logger
 

M

mt(String, Object...) - Static method in class net.lenni0451.spm.messages.I18n
Get a multiline translation by its key

N

net.lenni0451.spm - package net.lenni0451.spm
 
net.lenni0451.spm.commands - package net.lenni0451.spm.commands
 
net.lenni0451.spm.commands.subs - package net.lenni0451.spm.commands.subs
 
net.lenni0451.spm.commands.subs.types - package net.lenni0451.spm.commands.subs.types
 
net.lenni0451.spm.messages - package net.lenni0451.spm.messages
 
net.lenni0451.spm.messages.lines - package net.lenni0451.spm.messages.lines
 
net.lenni0451.spm.tabcomplete - package net.lenni0451.spm.tabcomplete
 
net.lenni0451.spm.utils - package net.lenni0451.spm.utils
 
NumberUtils - Class in net.lenni0451.spm.utils
 
NumberUtils() - Constructor for class net.lenni0451.spm.utils.NumberUtils
 

O

onCommand(CommandSender, Command, String, String[]) - Method in class net.lenni0451.spm.commands.PluginManager_Command
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.lenni0451.spm.commands.Reload_Command
 
onEnable() - Method in class net.lenni0451.spm.PluginManager
 
onInventoryClick(InventoryClickEvent) - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
 
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.lenni0451.spm.tabcomplete.PluginManager_TabComplete
 
openConnection(String) - Static method in class net.lenni0451.spm.utils.DownloadUtils
Open a connection to an url
openGui(Player, int) - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
 
openGui(Player, int, int, Plugin[], boolean, boolean) - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
 

P

parseLine(String) - Method in class com.tchristofferson.configupdater.KeyBuilder
 
Permissions_Sub - Class in net.lenni0451.spm.commands.subs
 
Permissions_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Permissions_Sub
 
PluginInfo - Class in net.lenni0451.spm.utils
 
PluginInfo(String, int, String, String) - Constructor for class net.lenni0451.spm.utils.PluginInfo
 
PluginManager - Class in net.lenni0451.spm
 
PluginManager() - Constructor for class net.lenni0451.spm.PluginManager
 
PluginManager_Command - Class in net.lenni0451.spm.commands
 
PluginManager_Command() - Constructor for class net.lenni0451.spm.commands.PluginManager_Command
 
PluginManager_TabComplete - Class in net.lenni0451.spm.tabcomplete
 
PluginManager_TabComplete() - Constructor for class net.lenni0451.spm.tabcomplete.PluginManager_TabComplete
 
PluginUtils - Class in net.lenni0451.spm.utils
 
PluginUtils() - Constructor for class net.lenni0451.spm.utils.PluginUtils
 
PREFIX - Static variable in class net.lenni0451.spm.utils.Logger
 

R

readBytes(HttpURLConnection) - Static method in class net.lenni0451.spm.utils.DownloadUtils
Read the bytes from a connection and return them
readString(HttpURLConnection) - Static method in class net.lenni0451.spm.utils.DownloadUtils
Read a string from a connection and return it
readWriteBytes(HttpURLConnection, OutputStream) - Static method in class net.lenni0451.spm.utils.DownloadUtils
Read the bytes from a connection and write them to an output stream
ReflectionUtils - Class in net.lenni0451.spm.utils
 
ReflectionUtils() - Constructor for class net.lenni0451.spm.utils.ReflectionUtils
 
Reload_Command - Class in net.lenni0451.spm.commands
 
Reload_Command() - Constructor for class net.lenni0451.spm.commands.Reload_Command
 
Reload_Sub - Class in net.lenni0451.spm.commands.subs
 
Reload_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Reload_Sub
 
reloadConfig(String) - Method in class net.lenni0451.spm.utils.PluginUtils
Reload the config of a Plugin by its name
reloadConfig(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
Reload the config of a Plugin by its instance
ReloadConfig_Sub - Class in net.lenni0451.spm.commands.subs
 
ReloadConfig_Sub() - Constructor for class net.lenni0451.spm.commands.subs.ReloadConfig_Sub
 
reloadPlugin(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
Reload a Plugin by its name
This first unloads the Plugin and then loads it again
removeLastKey() - Method in class com.tchristofferson.configupdater.KeyBuilder
 
removePlugin(String) - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
 
Restart_Sub - Class in net.lenni0451.spm.commands.subs
 
Restart_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Restart_Sub
 

S

save() - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
 
sendConsole(String) - Static method in class net.lenni0451.spm.utils.Logger
Send a message into the console
sendMessage(CommandSender, String) - Static method in class net.lenni0451.spm.utils.Logger
Send a message to a CommandSender
sendPermissionMessage(CommandSender) - Static method in class net.lenni0451.spm.utils.Logger
Send a message to a CommandSender that he has no permission
sendPrefixMessage(CommandSender, String) - Static method in class net.lenni0451.spm.utils.Logger
Send a message to a CommandSender with the PM prefix
setInstalledPlugins(List<PluginInfo>) - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
 
setPlugin(String, Integer, String, String) - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
 
StringUtils - Class in net.lenni0451.spm.utils
 
StringUtils() - Constructor for class net.lenni0451.spm.utils.StringUtils
 
subCommands - Static variable in class net.lenni0451.spm.commands.PluginManager_Command
 

T

t(String, Object...) - Static method in class net.lenni0451.spm.messages.I18n
Get a translation by its key
TextLine - Class in net.lenni0451.spm.messages.lines
 
TextLine(String) - Constructor for class net.lenni0451.spm.messages.lines.TextLine
 
ThreadUtils - Class in net.lenni0451.spm.utils
 
ThreadUtils() - Constructor for class net.lenni0451.spm.utils.ThreadUtils
 
toString() - Method in class com.tchristofferson.configupdater.KeyBuilder
 
TranslationLine - Class in net.lenni0451.spm.messages.lines
 
TranslationLine(String, String) - Constructor for class net.lenni0451.spm.messages.lines.TranslationLine
 

U

Unload_Sub - Class in net.lenni0451.spm.commands.subs
 
Unload_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Unload_Sub
 
unloadPlugin(String) - Method in class net.lenni0451.spm.utils.PluginUtils
Unload a Plugin by its name
See PluginUtils.unloadPlugin(Plugin) for more information
unloadPlugin(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
Unload a Plugin by its instance
This closes the URLClassLoader of the Plugin which causes the Plugin no longer being able to load new Classes
update(Plugin, String, File, String...) - Static method in class com.tchristofferson.configupdater.ConfigUpdater
 
update(Plugin, String, File, List<String>) - Static method in class com.tchristofferson.configupdater.ConfigUpdater
 
Update_Sub - Class in net.lenni0451.spm.commands.subs
 
Update_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Update_Sub
 
updatePlugin(File) - Method in class net.lenni0451.spm.utils.PluginUtils
Update a Plugin from the updates folder

V

VersionMaterial - Class in net.lenni0451.spm.utils
 
VersionMaterial() - Constructor for class net.lenni0451.spm.utils.VersionMaterial
 

W

wasUpdated() - Static method in class net.lenni0451.spm.messages.I18n
Get if the messages.lang file has been updated
A C D E F G H I K L M N O P R S T U V W 
Skip navigation links