luk3yx / minetest-cloaking

Allows players to go invisible in Minetest!
MIT License
4 stars 3 forks source link

Grant and revoke fly, fast, noclip privs #6

Closed BrownHedgehog78 closed 3 years ago

BrownHedgehog78 commented 3 years ago

Grants on cloaking "fly", "fast", "noclip" and revokes on uncloaking

luk3yx commented 3 years ago

Thank you for this pull request, however I'm not sure if I want players to get fly/fast/noclip automatically when they cloak by default. Perhaps this could be implemented in a separate mod that grants/revokes privileges on cloak/uncloak? I could add cloaking.register_before_cloak and cloaking.register_after_uncloak if they would make this easier.

BrownHedgehog78 commented 3 years ago

Ok