-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Environment:
spigot 1.12 and lower?
-
1.12
The constructor PluginDescriptionFile(String, String, String) will keep the field 'rawName' null and cause a NPE while loading plugins.
If I want to instantiate a new description object, I need rather a yaml-string InputStream or reflect operations.