- Status Closed
- Percent Complete
- Task Type Bug Report
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Medium
- Reported Version Development
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#957 - Can build in private world without the canBuild permission
If a region is created and a person without canBuild is added to it, they can build in it without the permission.
Ok, this is the way it should be working.
If there is a region
If there is no region
Don't you have a world region on your world?
If not you need to get one.
You should put only yourself as the owner
The worldflags should be kept default
The flags on the world region should be kept default
The worldregion will be set to priority -1
You then have normal regions in your world with priorities of 0 or greater
Those regions can keep all flags at default
If you a player joins your world and has the /perm permission 'canBuild' he will be able to build in any region he is member or owner of
To explain it again:
WorldSettings: canBuild is checked
Permissions: Player has canBuild in /perm
WorldRegion: canBuild: <None/Default>, priority: -1
Region: Player is member, canBuild: <None/Default>, priority: 0
Just tested it. Works