Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theresajayne/24f327799b372a452fe9d01190b10170 to your computer and use it in GitHub Desktop.
Save theresajayne/24f327799b372a452fe9d01190b10170 to your computer and use it in GitHub Desktop.
10:14:14 [WARNING] Could not load plugin from file plugins\ApocChat-1.0.jar
Cannot create property=description for JavaBean=PluginDescription(name=ApocChatBridge, main=org.apocgaming.apocchat.bukkit.ApocChatBridge, version=null, author=null, depends=[], file=null)
in 'reader', line 1, column 1:
name: ApocChatBridge
^
Unable to find property 'description' on class: net.md_5.bungee.api.plugin.PluginDescription
in 'reader', line 3, column 14:
description: Proof
^
at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:299)
at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:189)
at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:332)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141)
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127)
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481)
at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:475)
at net.md_5.bungee.api.plugin.PluginManager.detectPlugins(PluginManager.java:313)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:178)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:67)
Caused by: org.yaml.snakeyaml.error.YAMLException: Unable to find property 'description' on class: net.md_5.bungee.api.plugin.PluginDescription
at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:132)
at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:121)
at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:309)
at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:240)
... 10 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment