Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • trouble running mods on a server
Sign in to follow this  
Followers 3
SilverD4C

trouble running mods on a server

By SilverD4C, May 30, 2018 in Support & Bug Reports

  • Reply to this topic
  • Start new topic
  • Prev
  • 1
  • 2
  • Next
  • Page 2 of 2  

Recommended Posts

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted May 31, 2018
10 minutes ago, DaemonUmbra said:

That's not fml-server-latest, that's just latest.

Can you send a screenshot of your server's root folder (the one where the server jars are)?

I cant seem to send screenshots the uploads have failed and simple low qual phone pictures dont work either

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted May 31, 2018

You're starting it with the forge jar and not the minecraft jar, right?

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted May 31, 2018

 

3 minutes ago, DaemonUmbra said:

You're starting it with the forge jar and not the minecraft jar, right?

is there a way to start with the forge jar the one that i installed created the minecraft server jar after running so i only have jars labled

forge-1.12.2-14.23.4.2705-universal

minecraft-server 1.12.2

 

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted May 31, 2018

You start the forge universal the same way you would start the server

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted May 31, 2018
2 minutes ago, DaemonUmbra said:

You start the forge universal the same way you would start the server

It doesn't open 

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted May 31, 2018

Start it from the command line and show what it spits out

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted May 31, 2018
2 minutes ago, DaemonUmbra said:

Start it from the command line and show what it spits out

the thing is the jar itself won't open so i cant start it from the commands

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018 (edited)

When I say command prompt I mean if you're on Windows use cmd(or Powershell), if you're on a *nix OS or Mac, use a Terminal, navigate to the server's folder and type

java -jar forge-1.12.2-14.23.4.2705-universal.jar -Xmx3G -Xms3G nogui

 

Edited June 1, 2018 by DaemonUmbra
  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
5 minutes ago, DaemonUmbra said:

When I say command prompt I mean if you're on Windows use cmd(or Powershell), if you're on a *nix OS or Mac, use a Terminal, navigate to the server's folder and type "java -jar forge-1.12.2-14.23.4.2705-universal.jar -Xmx3G -Xms3G nogui"

how would i do that sorry im new at this and google doesnt help i know how to get to cmd but i have no idea how to open it from there

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018 (edited)

Ok, I'm not in the mood for a cmd tutorial so let's take a shortcut:

open the server folder in file explorer

click anywhere that won't select a file

hold shift and right click without selecting a file

click open <Command Prompt/Powershell Window> here

 

once you've done that follow the instructions from my previous reply

11 minutes ago, DaemonUmbra said:

type


java -jar forge-1.12.2-14.23.4.2705-universal.jar -Xmx3G -Xms3G nogui

 

Edited June 1, 2018 by DaemonUmbra
  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
4 minutes ago, DaemonUmbra said:

Ok, I'm not in the mood for a cmd tutorial so let's take a shortcut:

open the server folder in file explorer

click anywhere that won't select a file

hold shift and right click without selecting a file

click open <Command Prompt/Powershell Window> here

 

once you've done that follow the instructions from my previous reply

 

Im sorry if this is annoying thanks for sticking around and helping

 

here is what it says 

 

A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62)
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31)
Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
        ... 6 more
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 8 more

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018 (edited)

Saw this same error with someone else the minecraft server jar was getting corrupted when Forge's installer downloaded it, try this:

On 5/28/2018 at 3:25 PM, DaemonUmbra said:

Try getting the server from Mojang's official site and replace yours with that one Note: Link will start the download from Mojang's servers and you will need to rename it to match what forge is expecting.

Forge is expecting minecraft_server.1.12.2.jar

Edited June 1, 2018 by DaemonUmbra
  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
7 minutes ago, DaemonUmbra said:

Saw this same error with someone else the minecraft server jar was getting corrupted when Forge's installer downloaded it, try this:

Forge is expecting minecraft_server.1.12.2.jar

alright i did that and i checked if the mods would work but to no avail

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018

Are you getting the same error when you try to launch it?

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
2 minutes ago, DaemonUmbra said:

Are you getting the same error when you try to launch it?

well i think

 

>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>         at java.lang.reflect.Method.invoke(Unknown Source)
>>         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62)
>>         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31)
>> Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
>>         at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
>>         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
>>         ... 6 more
>> Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
>>         at java.net.URLClassLoader.findClass(Unknown Source)
>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>         ... 8 more
A : The term 'A' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ A problem occurred running the Server launcher.java.lang.reflect.Invo ...
+ ~
    + CategoryInfo          : ObjectNotFound: (A:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Native : The term 'Native' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:2 char:57
+ ...        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+                                                            ~~~~~~
    + CategoryInfo          : ObjectNotFound: (Native:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:3 char:56
+ ...        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
+                                                           ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:4 char:60
+ ...    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
+                                                           ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:5 char:44
+         at java.lang.reflect.Method.invoke(Unknown Source)
+                                            ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

ServerLaunchWrapper.java:62 : The term 'ServerLaunchWrapper.java:62' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:6 char:70
+ ... e.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62)
+                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (ServerLaunchWrapper.java:62:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

ServerLaunchWrapper.java:31 : The term 'ServerLaunchWrapper.java:31' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:7 char:71
+ ... .fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31)
+                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (ServerLaunchWrapper.java:31:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Caused : The term 'Caused' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:8 char:1
+ Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/L ...
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (Caused:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Launch.java:94 : The term 'Launch.java:94' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:9 char:54
+         at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
+                                                      ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Launch.java:94:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Launch.java:28 : The term 'Launch.java:28' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:10 char:52
+         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
+                                                    ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Launch.java:28:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

... : The term '...' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:11 char:9
+         ... 6 more
+         ~~~
    + CategoryInfo          : ObjectNotFound: (...:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Caused : The term 'Caused' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:12 char:1
+ Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j ...
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (Caused:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:13 char:46
+         at java.net.URLClassLoader.findClass(Unknown Source)
+                                              ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:14 char:44
+         at java.lang.ClassLoader.loadClass(Unknown Source)
+                                            ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:15 char:55
+         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
+                                                       ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Unknown : The term 'Unknown' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:16 char:44
+         at java.lang.ClassLoader.loadClass(Unknown Source)
+                                            ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Unknown:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

... : The term '...' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:17 char:9
+         ... 8 more
+         ~~~
    + CategoryInfo          : ObjectNotFound: (...:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
 

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018

log4j is a code library embedded in Minecraft, can you still not post a screenshot of the folder your server is in?

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
3 minutes ago, DaemonUmbra said:

log4j is a code library embedded in Minecraft, can you still not post a screenshot of the folder your server is in?

from what ive tried no it wont even save to the usual place ever since ive updated to windows 10

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018

If you use snipping tool you can take the shot, copy, and paste it in here

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018

image.png

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018

Can you take another shot that includes the filesize? it's in one of the columns being squashed into the scrollbar

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018

image.png

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018

Can you take that shot again but first click on View and check the box next to "File Name Extensions"

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
3 minutes ago, DaemonUmbra said:

Can you take that shot again but first click on View and check the box next to "File Name Extensions"

 

image.png

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6444 posts
Posted June 1, 2018

There's your issue, because you had file extensions hidden you added a .jar to the minecraft server's name then your computer tacked another one on... now that you have them showing you can remove one of them and your computer won't tack on another

  • Quote

Share this post


Link to post
Share on other sites

SilverD4C    0

SilverD4C

SilverD4C    0

  • Tree Puncher
  • SilverD4C
  • Members
  • 0
  • 28 posts
Posted June 1, 2018
5 minutes ago, DaemonUmbra said:

There's your issue, because you had file extensions hidden you added a .jar to the minecraft server's name then your computer tacked another one on... now that you have them showing you can remove one of them and your computer won't tack on another

ive been trying for 4 days and all i had to do was to rename my file 

 

thanks man it finally works 

  • Quote

Share this post


Link to post
Share on other sites
  • Prev
  • 1
  • 2
  • Next
  • Page 2 of 2  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 3
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      Optifine 1.14.4 U HD F4 crash froge

      By DaemonUmbra · Posted 1 minute ago

      Please don't hijack other peoples threads. If you have an issue please make your own thread.
    • DaemonUmbra
      Forge 1.14.4 crashes.

      By DaemonUmbra · Posted 2 minutes ago

      Upload debug.log to one of the paste sites listed in my signature
    • Rick57
      Clean forge installer

      By Rick57 · Posted 5 minutes ago

      Does anyone have a clean version of the Forge for Minecraft? I tried downloading the one from the website for the 1.15 version and it's infected with a malware(win32:adwarex-gen (awd) infected file $rgysfif.exe).
    • JMAS
      pointing to MCP folder instead of MDK ???

      By JMAS · Posted 12 minutes ago

      Thank you for the input, DaemonUmbra, and DavidM.    To DaemonUmbra:  As I had shared with Diesieben07 in a different ticket, I have devoured (McJty's) Jorrit Tyberghein's "Modding Tutorial 1.14: Episode 1 (IDEA setup, basic mod and first block) after you re-routed me away from 1.7.10.  Prior to that I did the first 7 Mr. Crayfish tuts on mod building with a grain of salt as that series is for 1.7.10 but still has good fundamentals, I hope.   To DavidM:  Sounds good to me, but I am little hesitant only because of uncertainty with the complexity of fixing "all the mapping changes and other changes with your IDE. "   If you had a video/tutorial to recommend it would be appreciated.   Thanks to you both for your feedback and input. JMAS 
    • geekles
      [Forge 1.14.4] Loading saved world

      By geekles · Posted 13 minutes ago

      I'm calling the Minecraft#launchIntegratedServer() function since the CreateWorldScreen class does the same when creating a world. I'm merely trying to replicate the actions used to create/load a new or existing world.    CreateWorldScreen#createWorld()   
  • Topics

    • DarkZapato
      3
      Optifine 1.14.4 U HD F4 crash froge

      By DarkZapato
      Started Thursday at 04:09 PM

    • Darth_Cobalt
      1
      Forge 1.14.4 crashes.

      By Darth_Cobalt
      Started 9 hours ago

    • Rick57
      0
      Clean forge installer

      By Rick57
      Started 5 minutes ago

    • JMAS
      9
      pointing to MCP folder instead of MDK ???

      By JMAS
      Started Thursday at 09:21 PM

    • geekles
      2
      [Forge 1.14.4] Loading saved world

      By geekles
      Started Yesterday at 02:37 AM

  • Who's Online (See full list)

    • Rick57
    • DaemonUmbra
    • PrinceRaiden
    • Oliviafrostpaw
    • AnonymousVoidF
    • bluey418
    • Edivad99
    • geekles
    • J0WAY
    • Skyriis
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • trouble running mods on a server
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community