Windows 10 (x64) 10.0 Java: 1.8.0_91 amd64 0.7.3.2_30 -H:3072 -D:3072 (Steam)
Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz, N751JK, 8074 MB (3151 MB Heap)
NVIDIA GeForce GTX 850M 20160801000000.000000-000 21.21.13.6909
Intel(R) HD Graphics 4600 20160422000000.000000-000 20.19.15.4444
______________________________________________________________________
LoadingState: Error while loading singleplayer game
pluginapi.PluginException: SimpleCar: Unable to find main class: "de.simple.car.SimpleCar"
at pluginapi.PluginLoader.loadPlugin(SourceFile:217)
at pluginapi.PluginLoader.loadPluginFromProject(SourceFile:151)
at pluginapi.PluginLoader.loadPlugins(SourceFile:57)
at pluginapi.PluginManager.initialize(SourceFile:60)
at u.t.c(SourceFile:294)
at u.t.a(SourceFile:172)
at u.j.run(SourceFile:195)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
But this is the content of the projectinfo.txt, that's placed in D:\Programme\Steam\steamapps\common\RisingWorld\plugins\SimpleCar:
name: SimpleCar
path: E:/Info/Java/RW/SimpleCar/src/
assets: E:/Info/Java/RW/SimpleCar/assets/
and that's the structure ob E:/Info/Java/RW/SimpleCar
And that's the content of the plugin.yml:
name: SimpleCar
main: de.simple.car.SimpleCar
version: 1.1.0
author: Galveston01
description: "A plugin that will place simple cars in your world. For more information type '/car help'!"
license: N/A
I really don't know what I'm doing wrong