#mods and plugins

21 messages · Page 1 of 1 (latest)

charred hull
#

Plugins run on a different server type than mods do.
Vanilla versions runs on Fabric, while plugins run on a server type like Spigot/Paper.
Fabric doesn't know what a plugin is, and because of that won't load them :)

#

You'll basically have to find fabric mods that do the same thing to be able to use them

unkempt radish
#

ok thanks !

#

just a quick extra,
i found the fabric mods for some of them and added them to my modrinth loader.
but now when trying to connect to the server i get a network protocol error ?

dapper delta
#

!llogs

late vortexBOT
#

Please send some logs over so we can help resolve your issue. To access logs on your Minecraft server, please navigate to your server panel's File Manager and take the following path:

1. Open the Server's File Manager
2. Navigate inside the 'logs' folder
3. Click on "latest.log" to download it and send the file over Discord to this channel.
dapper delta
#

and

#

!clogs

late vortexBOT
#

🔨 How to find Minecraft Java client logs:

✅ Open the Run menu by pressing Windows Key + R.
✅ Input %appdata%.minecraft and click OK.
✅ Select the Logs folder.
✅ Right-click the .gz or .zip files and choose Extract.

🧠 Checkout the full tutorial here:

https://www.bisecthosting.com/clients/index.php?rp=/knowledgebase/213/How-to-find-Minecraft-Java-client-logs.html

If you are not using the vanilla MC launcher, follow this guide --> https://www.bisecthosting.com/clients/index.php?rp=/knowledgebase/249/

unkempt radish
dapper delta
#

on the client side at the top of the log, fabric is recommending you do some things.

[14:42:26] [main/WARN]: Warnings were found!
 - Mod 'Expanded Ecosphere' (expanded_ecosphere) 3.4.1 conflicts with any version of mod 'William Wythers' Overhauled Overworld' (wwoo), which is present with the following versions: 2.3.4!
     - While this won't prevent you from starting the game, the developer(s) of mod 'Expanded Ecosphere' (expanded_ecosphere) have found that this combination may cause issues. You should remove one of the mods or check for updates that resolve the issue.
 - Mod 'JourneyMapIntegration' (jmi) 1.21.1-1.8.3 recommends version 2101.1.1 or later of ftbchunks, which is missing!
     - You should install version 2101.1.1 or later of ftbchunks for the optimal experience.
 - Mod 'OptiGUI' (optigui) 2.3.0-beta.6.1-modrinth+1.21 recommends any version of animatica, which is missing!
     - You should install any version of animatica for the optimal experience.
 - Mod 'Sodium Extra' (sodium-extra) 0.6.0+mc1.21.1 recommends version 1.4.2 or later of reeses-sodium-options, which is missing!
     - You should install version 1.4.2 or later of reeses-sodium-options for the optimal experience.
#

and half as much on the server side

[14:41:15] [main/WARN]: Warnings were found!
 - Mod 'Expanded Ecosphere' (expanded_ecosphere) 3.4.1 conflicts with any version of mod 'William Wythers' Overhauled Overworld' (wwoo), which is present with the following versions: 2.3.4!
     - While this won't prevent you from starting the game, the developer(s) of mod 'Expanded Ecosphere' (expanded_ecosphere) have found that this combination may cause issues. You should remove one of the mods or check for updates that resolve the issue.
 - Mod 'JourneyMapIntegration' (jmi) 1.21.1-1.8.3 recommends version 2101.1.1 or later of ftbchunks, which is missing!
     - You should install version 2101.1.1 or later of ftbchunks for the optimal experience.
unkempt radish
#

ok thankyou ! il look into it

dapper delta
#

the secret to logs are scroll to the bottom and see if there is one thing that says "here I am, i'm the reason this crashed!"

#

and if there is nothing making sense then and only then scroll to the top and look for "here I am" style statements

#

most of the time that's how it rolls

unkempt radish
#

i will try to remember these tips ! thanks !

dapper delta
#

also, mods must match on both sides. client mods are only on the client and server mods are only on the server. most mods are universal ie both sided.

#

mod loaders should match too, not just type but also version.