minetest-mods / areas

A rewrite of the node_ownership Minetest mod with many new features.
GNU Lesser General Public License v2.1
51 stars 52 forks source link

Players Can Walk Through Protected Blocks #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

I am using the mod in my server but It is a bit buggy isn't it? Players can easily wall through the blocks via breaking blocks and just moving towards.

ShadowNinja commented 7 years ago

Yeah, there's nothing I can do about this since movement is entirely client-side. It's quite trivial to modify the client to be able to noclip and fly without privileges, and the only way to really solve this is with some form of server-side anti-cheat.

Here's a related Minetest engine issue: minetest/minetest#3822

beyondlimits commented 6 years ago

It's supposed to be an engine thing.

minetest/minetest#3822 minetest/minetest#3894 minetest/minetest#6219