alRex-U / ParCool

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

Force specific stamina implementation by Limitation #201

Open itsmagu opened 1 year ago

itsmagu commented 1 year ago

Summary Alot of Config settings are client side

Running Environment

Detail Hi Love the mod so far, I have it installed on our school server! We noticed that the config file for the server lacks alot of settings compared to the client. We also use the feather mod, but this can be disabled by clients! We would like to be able to lock this via the server since we use it to restrict players with alot of armor... Otherwise, excellent mod. It feels give minecraft some new gameplay that we all enjoy!

Additional Data

Server config: image

Client Config image image

alRex-U commented 1 year ago

This is not a bug. It is not that server lacks the configs, but just server has only configs server should has.

In short, you want to force specific stamina implementation by Limitation feature? It is not bad I will consider.

itsmagu commented 1 year ago

Yes that would suffice

itsmagu commented 1 year ago

Hi again, Just wanted to add that alot of server config options is not followed. Here I disable Climb Poles image And Enable Limitations image But i can still climb poles https://cdn.discordapp.com/attachments/1087707373436674098/1157686197754265640/Serverconfig_is_not_followed.gif?ex=651982ca&is=6518314a&hm=6bf3390fa988aca3ceea425317524dfde3f2084dec4b4acd79508204bfbf5684&

itsmagu commented 1 year ago

In fact none of these are in effect : / image

alRex-U commented 1 year ago

You rebooted the game?

itsmagu commented 12 months ago

yes, have been running these settings for days, currently I have not told anyone how to bypass it in settings so its fine for now edit: its both on all clients and the server.

alRex-U commented 12 months ago

If so this may be a bug. I will check it later. Is this in 1.19.2 game right?

itsmagu commented 12 months ago

correct, newest version

alRex-U commented 7 months ago

Too difficult!

Initializing stamina should finish during early phase of connection, but client cannot receive limitations at this time.

itsmagu commented 6 months ago

maybe can look into how other mod implement these limitations.