spark

spark

26M Downloads

1.19 Just does not work and crashes the server

Funtimes909 opened this issue ยท 6 comments

commented

Title, Log and mod list attached
latest.log

image

commented

Hm, it seems that spark thinks that placeholder-api is installed, but it actually isn't?

https://github.com/lucko/spark/blob/master/spark-fabric/src/main/java/me/lucko/spark/fabric/plugin/FabricServerSparkPlugin.java#L76

maybe try explictly installing it?

commented

How would i go about installing it?

commented

Nevermind I tried installing https://github.com/Patbox/TextPlaceholderAPI/releases/tag/2.0.0-beta.4%2B1.19 into the server folder and it still crashes

commented

I got the same issue. I fixed it by removing lines 42 and 76-78 from FabricServerSparkPlugin.java

commented

Please fix. I had to uninstall the 1.19 Fabric version of this mod because it was crashing on startup.

commented

I got the same issue. I fixed it by removing lines 42 and 76-78 from FabricServerSparkPlugin.java

This did nothing for me