Can't turn off the armor debuff
BadNerdCreating opened this issue ยท 4 comments
Describe the bug
I changed the setting for weapon req tooltip enabled to false both in the in-game config and the config file in the minecraft appdata file and it doesn't change.
Expected behavior
I expected to no longer have the armor debuff
To Reproduce
Steps to reproduce the behavior:
- change config file to false
- continue to get debuff
Versions:
- Minecraft: (eg 1.19.2)
- Loader: (eg. Forge-43.2.0)
- PMMO: 1.19.2-3.0.5
Additional context
i also have tough as nail mod and i'm trying to wear the leaf armor but it always has the debuff and thats what i'm trying to turn off.
thank you for your help!
pmmo-client.toml
only affects visual things. You need to go into pmmo-server.toml
and set WEAR Req Enabled = false
pmmo-client.toml
only affects visual things. You need to go intopmmo-server.toml
and setWEAR Req Enabled = false
Thank you. That makes sense. How do I get to the server config?
Single Player: minecraft/saves/<save name>/serverconfig/pmmo-server.toml
Server: minecraft/<world name>/serverconfig/pmmo-server.toml
Single Player:
minecraft/saves/<save name>/serverconfig/pmmo-server.toml
Server:
minecraft/<world name>/serverconfig/pmmo-server.toml
Thank you!
And for anyone else that has this issue in the future. I had to stop the server. Edit the file. Start the server. Otherwise it just kept rewriting the file back to true.