DrexHD / Vanish

Fabric vanish mod to completely hide from other players using /vanish
MIT License
19 stars 9 forks source link

Add setting to disable World interaction #22

Closed MrNavaStar closed 9 months ago

MrNavaStar commented 9 months ago

Adds a setting (Off by default) that makes the vanished player act like they were in spawn chunks + a few extra restrictions such as:

Once again, I use this for my restricted spectator mode. Super handy!

I'm sure there's gotta be some interactions I've missed, let me know if you think of more to add. Also if I need to change anything, Cheers!

DrexHD commented 9 months ago

I am not quite sure this is in scope for this mod, because properly protecting something against players requires a decent amount of work. It might be better to use some protection mod and modify that to only restrict vanished players. ¯\_(ツ)_/¯

MrNavaStar commented 9 months ago

Yeah it's your call if it's out of scope. Personally I think nice to have an implementation included, especially since it just uses the method that spawn chunks use so it's not much work to maintain.

MrNavaStar commented 9 months ago

After working with this a bit more I think I agree this is out of scope.