Restrictions

Restrictions allow you to restrict members of a Guild using particular blocks, tools, armour or weapons. These restrictions only apply if a player of the Guild is within an active World and an active Biome.

To restrict an item simply add the item ID to the restrictions list on that Guild. (Manual only for now through guilds.yml file). The example below stops the player from placing Stone Blocks, Grass Blocks and using the Diamond Pickaxe.

Restrictions:
  - 1
  - 2
  - 278

Further to this the following settings in settings.yml control the wider aspects of restrictions:

SettingDescription
allowGuildRestrictionsturn the restrictions feature on or off. Required in some cases where other restriction plugins are live.
allowPickUpRestrictionsWhether a player can pick up a restricted item. Even if they cannot use it.