WorldGuard
Worldguard flags list
This flags allows your players to sit on furnitures or not (furnitures with
furniture_sit
behaviour)Allow user to move item to campfire
Allow user to remove item from campfire
Allow user to place vehicles in the region
Allow user to remove ANY vehicle in the region
allow user to remove only their own vehicles in the region
Allow user to sit on any vehicle in the region
allow user to sit only on their own vehicles in the region
allow user to use trade machines
allow user to trigger placed_block.interact events
allow user to trigger placed_armorstand.interact events
Set ia-vehicle-sit to Deny and ia-vehicle-personal-sit to Allow to let your players only sit on personal vehicles
If your users cannot sit on furnitures even if you set the correct flag:
- check if you are using the
__global__ region
as your main region (the one on which you applied the furniture flag). If yes, please create a new region. global region is known to give some issues with some plugins flags. - check if you set the
build
orpassthrough
flag. Remember that these flags must not be changed, you should keep the default value (unselected, gray text)
Last modified 2yr ago