diff --git a/misc.py b/misc.py index 4475560..e90f643 100644 --- a/misc.py +++ b/misc.py @@ -102,7 +102,7 @@ def onPluginversionsCommand(sender, args): plugins.sort(key=lambda pl: pl.getName()) msg(sender, "&3Listing all " + str(len(plugins)) + " plugins and their version:") for plugin in plugins: - msg(sender, "&6" + plugin.getName() + "&r: &e" + plugin.getDescription().getVersion()) + msg(sender, "&6" + plugin.getDescription().getName() + "&r: &e" + plugin.getDescription().getVersion()) return True #