bytzo / sessility

AFK utilities for the server: Keeps track of sessile creatures, more often known as "AFK players".
https://modrinth.com/mod/sessility
MIT License
4 stars 4 forks source link

[Bug?] Lack of Config file? #6

Closed BioTechproject27 closed 9 months ago

BioTechproject27 commented 9 months ago

There does not seem to be a config file generated when the mod is installed and the game launched. Used sessility-0.3 in 1.20.1

And if we need to simply make one ourselves, how does it have to be named? Does it need to be a .txt, .json, .conf, something else? I'm very confused.

bytzo commented 9 months ago

Hi there! The config file should be titled sessility.properties and should be located in Fabric Loader's config folder (by default it is in the working directory of the server). Do you see sessility listed in your server's latest.log log file? Perhaps the mod is not loading for some reason.

BioTechproject27 commented 9 months ago

Hmm, it is in fact not loading the mod according to my log (I just skipped over it the first time, as I didn't see any errors), are there any dependencies?

bytzo commented 9 months ago

Would you be able to send the latest.log file here? I'll try to take a look at it and see what the problem may be.

BioTechproject27 commented 9 months ago

It is currently only on a minecraft profile, not a dedicated server, could that somehow influence the startup?

bytzo commented 9 months ago

Yeah, unfortunately Sessility is a server-only mod, so it would not work for your use case. You'll likely need to look for an alternative mod that offers client-side functionality. It looks like the mod AfkPlus might be able to run on the client, although I have not tested it myself.

BioTechproject27 commented 9 months ago

Ah, I'm just testing and configuring mods (beforehand) for a future (external, dedicated) server that I'd play on with friends. I'll report back if I encounter any issues with sessility when setting up the server. Thank you for now!