SergeyDertan / SRegionProtector

Flexible region protection plugin for nukkit
GNU General Public License v3.0
16 stars 8 forks source link

Flags don't work as intended #24

Closed Dazzer135 closed 4 years ago

Dazzer135 commented 4 years ago

Hey, when I put a flag as break = State: false people can break stuff But when I do Pvp State:true People can't pvp So I was wondering is false = true and true = false?

SergeyDertan commented 4 years ago

True means that flag is enabled, so if PvP flag enabled it prevents PvP, and when break flag state is false, it means that break flag disabled and anyone can break blocks

Dazzer135 commented 4 years ago

Ok thanks