ryan-clancy / PlugMan

Plugin manager for Bukkit servers.
http://dev.bukkit.org/bukkit-plugins/plugman/
92 stars 114 forks source link

'/plugman lookup' doesnt work #50

Open KillerOfPie opened 7 years ago

KillerOfPie commented 7 years ago

Pastebin Error

Foorack commented 6 years ago

The error occurs here. https://github.com/r-clancy/PlugMan/blob/master/src/main/java/com/rylinaux/plugman/util/PluginUtil.java#L260

The plugin tries to throw the aliases variable to a List while it apparently is a List. The code should properly check the variable is a List and that each sub-variable is actually a string.

I can prepare a fix for this in a few days.