Need help with a crash report of an MC server and how to see what went wrong
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By TileEntity · Posted
Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here -
By TileEntity · Posted
Make a test with a pre-configured modpack from curseforge Most of these already have a server pack -
By Unknown_303 · Posted
I tried implementation name, but gradle is telling be I should be using implementation fg.deobf(), but how would I do that? -
This is a Java 8 build but it does the same thing on newer versions of Minecraft and Java so I’m completely lost.
-
If you're using gradle, it's as simple as declaring a directory to be a repository. repositories { flatDir { dirs 'libs' } } dependencies { implementation name: 'my-jar-file-1.0.0' } I've seen some newer threads online do it like this though: dependencies { implementation files('libs/my-jar-file-1.0.0.jar') } There are a lot of Gradle threads online that walk through how to do this. I recommend finding some more for yourself if these don't work.
-
-
Topics
-
Who's Online (See full list)
- There are no registered users currently online
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.