-
Notifications
You must be signed in to change notification settings - Fork 45
FAQ
alex9849 edited this page May 14, 2020
·
1 revision
- Make sure there is no
build
,block-break
andblock-place
flags on the__global__
region. Remove those flags with/rg flag __global__ <flag>
and instead setpassthrough
to deny with/rg flag __global__ passthrough deny
. This change will make everything protected by default, while still allowing other regions to override protections. - Make sure that all other regions that are at the same spot of the AdvancedRegionMarket region have no
build
,block-break
andblock-place
flags. Regions are protected by default, so these flags are not required and will cause issues. - Make sure that the AdvancedRegionMarket region has the highest priority (If flagGroups are enabled (config.yml), AdvancedRegionMarket sets the priority to 20 by default).
- Make sure the walls/floor/ceiling of your region are not made of concrete. There is a bug in WorldGuard that prevents placing blocks against concrete, even it players are supposed to be able to do that.
- Home
- AdvancedRegionMarket API - Guide for plugin developers.
- Video tutorials - Watch and learn with Major Graft.
- Create a region
- Region settings
- Presets - Define region settings before creating a region.
- Autoprices - Calculate the price of a region automatically.
- Regionkinds - Regionkinds and RegionkindGroups can be assigned to your regions to group them together and bring them into a context.
- Limits - Limit the number of regions a player can buy.
- Inactivity reset & Takeover - Automatically reset a region because of inactivity or let members of regions with inactive owners become the new owner.
- FlagGroups - Assign certain flags to a region depending on its state.
- Entitylimits - Limit the type and number of entities a player is allowed to have on a region.
- Commands and permissions - Look up syntax, descriptions and permissions.
- Placeholders & messages
- Discord - Get involved with other AdvancedRegionMarket Admins, Plugin Developers, Testers. Support, General Discussion welcome.
- Sponsor - Sponsor the development of AdvancedRegionMarket