alRex-U / ParCool

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

Modifiers can't be limited by limitations #174

Closed Suis28 closed 10 months ago

Suis28 commented 1 year ago

Parcool doesn't have a "common.toml" config file and the "client.toml" file can be edited and the server wouldn't care

Config Comparator (https://www.curseforge.com/minecraft/mc-mods/config-comparator) would be needed to not let players exploit this issue on multiplayer

Thank you.

alRex-U commented 1 year ago

Yes, ParCool doesn't have common config. All client config is for just each client players. This behavior is for higher customizability. For example some players want to disable some actions or make their stamina infinite, but others may not, so these options are client config, not common ones.

If the server wanted to limit the player's use of this mod, server host can use Limitations. Is this not enough? or other problems can occur?

Suis28 commented 1 year ago

Thank you so much I didn't know about limitations and how there was a config in the world folder sorry for the trouble.

Suis28 commented 1 year ago

I still have one more problem

The modifiers can't be limited by limitations

Like "sliding_continuable_tick" modifiers like that can still be edited and exploited by players and limitations don't help

alRex-U commented 1 year ago

Before I thought it would take time to add limitations for all those modifiers so I didn't. It may be not bad if I add them on next update.

Suis28 commented 1 year ago

Thanks

alRex-U commented 10 months ago

I did