hschwar / AccurateBlockPlacement-Reborn

Makes block placement smarter by timing it for you.
https://modrinth.com/mod/accurate-block-placement-reborn
MIT License
10 stars 4 forks source link

Suggestion: Allow for mod to be disabled by default #2

Open Hedwig7s opened 11 months ago

Hedwig7s commented 11 months ago

A lot of servers have anticheats that block this. Be sick to have it disabled by default and then be able to toggle it on in a singleplayer server (or heck allow toggling based on singleplayer/multiplayer although that's probably more complex)

hschwar commented 11 months ago

Maybe default on in singleplayer and default off in multiplayer, but multiplayer gives a warning and needs confirmation.

I'm not sure how that would be done so it might be a while until I get around to this.

Hedwig7s commented 11 months ago

There's probably events when connecting to multiplayer or singleplayer (or heck opening the singleplayer or multiplayer menu) which can be used to detect and toggle the setting

BeeFox-sys commented 4 months ago

i think just saving the setting between game loads is all that is really needed for this to be closed

KadTheHunter commented 17 hours ago

I know that the original request was for disabled by default, but I feel that's counterintuitive, and that having defaults for singleplayer/multiplayer is both complicated and ultimately the users responsibility, not the mods.

If simply saving the state of the mod between restarts (as proposed by @BeeFox-sys) is an acceptable solution, I can close this issue, as I've added this feature in an upcoming release.

Please let me know @Hedwig7s @hschwar.