JustPlaysHD
Minecrafter
Also , ich habe einen Bungeecord Error beim starten.
Der so lautet :
16:24:40 [INFORMATION] Unable to initialize fancy terminal. To fix this on Windows, install the correct Microsoft Visual C++ 2008 Runtime
16:24:40 [INFORMATION] NOTE: This error is non crucial, and BungeeCord will still function correctly! Do not bug the author about it unless you are still unable to get it working
16:24:40 [INFORMATION] Using standard Java JCE cipher. To enable the OpenSSL based native cipher, please make sure you are using 64 bit Ubuntu or Debian with libssl installed.
16:24:40 [INFORMATION] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.7-SNAPSHOT:"6475385":901
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_alert, file=modules\cmd_alert.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_find, file=modules\cmd_find.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_list, file=modules\cmd_list.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_send, file=modules\cmd_send.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_server, file=modules\cmd_server.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules\reconnect_yaml.jar, provider=JenkinsModuleSource())
16:24:40 [WARNUNG] Could not load plugin from file plugins\BungeeSuiteSpawn.jar
Cannot create property=website for JavaBean=PluginDescription(name=BungeeSuiteSpawn, main=com.minecraftdimensions.bungeesuitespawn.BungeeSuiteSpawn, version=0.5b-5, author=Bloodsplat, depends=[], softDepends=[], file=null, description=Part of the BungeeSuite this plugin allows users to set a proxy wide spawn)
in 'reader', line 1, column 1:
name: BungeeSuiteSpawn
^
Unable to find property 'website' on class: net.md_5.bungee.api.plugin.PluginDescription
in 'reader', line 6, column 10:
website: http://www.spigotmc.org/resource ...
^
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
32)
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
28)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:211)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:65)
Caused by: org.yaml.snakeyaml.error.YAMLException: Unable to find property 'website' 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
09)
at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:240)
... 10 more
16:24:40 [INFORMATION] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin cmd_find version git:cmd_find:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin BadCommands version 0.1 by De24
16:24:40 [INFORMATION] Loaded plugin cmd_server version git:cmd_server:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin BungeeTools-HubCommand version 0.1 by De24
16:24:40 [INFORMATION] Loaded plugin cmd_alert version git:cmd_alert:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin cmd_send version git:cmd_send:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin cmd_list version git:cmd_list:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [SCHWERWIEGEND] Exception in thread "main"
16:24:40 [SCHWERWIEGEND] org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:200)
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:60)
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.Yaml.load(Yaml.java:412)
16:24:40 [SCHWERWIEGEND] at net.md_5.bungee.conf.YamlConfig.load(YamlConfig.java:61)
16:24:40 [SCHWERWIEGEND] at net.md_5.bungee.conf.Configuration.load(Configuration.java:59)
16:24:40 [SCHWERWIEGEND] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:214)
16:24:40 [SCHWERWIEGEND] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:65)
16:24:40 [SCHWERWIEGEND] Caused by: java.nio.charset.MalformedInputException: Input length = 1
16:24:40 [SCHWERWIEGEND] at java.nio.charset.CoderResult.throwException(Unknown Source)
16:24:40 [SCHWERWIEGEND] at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
16:24:40 [SCHWERWIEGEND] at sun.nio.cs.StreamDecoder.read(Unknown Source)
16:24:40 [SCHWERWIEGEND] at java.io.InputStreamReader.read(Unknown Source)
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.reader.UnicodeReader.read(UnicodeReader.java:123)
16:24:40 [SCHWERWIEGEND] at java.io.Reader.read(Unknown Source)
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:184)
16:24:40 [SCHWERWIEGEND] ... 6 more
Ich bekomme es einfach nicht hin den Error hinzubekommen...
Es liegt 'Warscheinlich' an der config ich weis aber nicht wo.
Der so lautet :
16:24:40 [INFORMATION] Unable to initialize fancy terminal. To fix this on Windows, install the correct Microsoft Visual C++ 2008 Runtime
16:24:40 [INFORMATION] NOTE: This error is non crucial, and BungeeCord will still function correctly! Do not bug the author about it unless you are still unable to get it working
16:24:40 [INFORMATION] Using standard Java JCE cipher. To enable the OpenSSL based native cipher, please make sure you are using 64 bit Ubuntu or Debian with libssl installed.
16:24:40 [INFORMATION] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.7-SNAPSHOT:"6475385":901
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_alert, file=modules\cmd_alert.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_find, file=modules\cmd_find.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_list, file=modules\cmd_list.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_send, file=modules\cmd_send.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=cmd_server, file=modules\cmd_server.jar, provider=JenkinsModuleSource())
16:24:40 [INFORMATION] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules\reconnect_yaml.jar, provider=JenkinsModuleSource())
16:24:40 [WARNUNG] Could not load plugin from file plugins\BungeeSuiteSpawn.jar
Cannot create property=website for JavaBean=PluginDescription(name=BungeeSuiteSpawn, main=com.minecraftdimensions.bungeesuitespawn.BungeeSuiteSpawn, version=0.5b-5, author=Bloodsplat, depends=[], softDepends=[], file=null, description=Part of the BungeeSuite this plugin allows users to set a proxy wide spawn)
in 'reader', line 1, column 1:
name: BungeeSuiteSpawn
^
Unable to find property 'website' on class: net.md_5.bungee.api.plugin.PluginDescription
in 'reader', line 6, column 10:
website: http://www.spigotmc.org/resource ...
^
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
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
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:211)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:65)
Caused by: org.yaml.snakeyaml.error.YAMLException: Unable to find property 'website' 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
at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:240)
... 10 more
16:24:40 [INFORMATION] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin cmd_find version git:cmd_find:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin BadCommands version 0.1 by De24
16:24:40 [INFORMATION] Loaded plugin cmd_server version git:cmd_server:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin BungeeTools-HubCommand version 0.1 by De24
16:24:40 [INFORMATION] Loaded plugin cmd_alert version git:cmd_alert:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin cmd_send version git:cmd_send:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [INFORMATION] Loaded plugin cmd_list version git:cmd_list:1.7-SNAPSHOT:"6475385":901 by SpigotMC
16:24:40 [SCHWERWIEGEND] Exception in thread "main"
16:24:40 [SCHWERWIEGEND] org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:200)
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:60)
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.Yaml.load(Yaml.java:412)
16:24:40 [SCHWERWIEGEND] at net.md_5.bungee.conf.YamlConfig.load(YamlConfig.java:61)
16:24:40 [SCHWERWIEGEND] at net.md_5.bungee.conf.Configuration.load(Configuration.java:59)
16:24:40 [SCHWERWIEGEND] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:214)
16:24:40 [SCHWERWIEGEND] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:65)
16:24:40 [SCHWERWIEGEND] Caused by: java.nio.charset.MalformedInputException: Input length = 1
16:24:40 [SCHWERWIEGEND] at java.nio.charset.CoderResult.throwException(Unknown Source)
16:24:40 [SCHWERWIEGEND] at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
16:24:40 [SCHWERWIEGEND] at sun.nio.cs.StreamDecoder.read(Unknown Source)
16:24:40 [SCHWERWIEGEND] at java.io.InputStreamReader.read(Unknown Source)
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.reader.UnicodeReader.read(UnicodeReader.java:123)
16:24:40 [SCHWERWIEGEND] at java.io.Reader.read(Unknown Source)
16:24:40 [SCHWERWIEGEND] at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:184)
16:24:40 [SCHWERWIEGEND] ... 6 more
Ich bekomme es einfach nicht hin den Error hinzubekommen...
Es liegt 'Warscheinlich' an der config ich weis aber nicht wo.
Zuletzt bearbeitet von einem Moderator: