alRex-U / ParCool

A Minecraft Forge Mod for action of Cool Parkour
GNU General Public License v3.0
41 stars 30 forks source link

Some configurations should not be placed in the client configuration #270

Open Dr-WeiAL opened 1 week ago

Dr-WeiAL commented 1 week ago

Summary As the title says, there is a lot of configuration in parcool-client.toml that looks like it should be in parcool-server.toml.

Running Environment

Detail There are too many, for example Stamina related configurations that should not be in the client, and the consumption rate modified in the client will ignore the configurations in server

Additional Data image image

alRex-U commented 5 days ago

Configs in server are global limitations. Also the stamina consumptions of server config are just least values, it make no effects on actual value when consumption which is set on client is larger than server one.

Client config includes just only client settings such as about gui, and controls. These setting should not be in server setting.

Or, what you wanted to say was other things?

Dr-WeiAL commented 5 days ago

When I set Fast Run to 25 on the server side and 0 on the client side, the client can run all the time without consuming Stamina This clearly doesn't take precedence over server-side settings, and I don't seem to be the only one reporting this type of problem.

I don't think settings like Stamina consumption should be in the client settings, but only in the server side

Also to add, my used stamina is configured with Paraglider

alRex-U commented 4 days ago

Ah, recently an issue of synchronization of Limitations was reported with 1.20.1

265

So this may be the cause of that problem.

I don't think settings like Stamina consumption should be in the client settings, but only in the server side

In fact I can agree this opinion but some players want change these values for each players in multiplayer game. On the other hand, other players want to modify client behavior from server Limitation is a kind of desperate solutions for this problem. I hope for your understanding.

Dr-WeiAL commented 4 days ago

Well, it's good to find out what the problem is.