Tool
Require tool for breaking the block
Types
Types filter tool material (E.g. STONE_PICKAXE). You can use regural expresions in these filters, for example STONE_.*
will match STONE_PICKAXE, STONE_AXE, STONE_SHOVEL and more. Default keyword matched all materials.
You must assign a value of ALLOWED or DENIED to every filter. When the filter is matched the tool will either be allowed or denied. That depends on the last filter matched.
Enchantments
Enchantments filter allow to filter enchantments on tools by enchantment types and levels. When an enchantment is not defined, you can either allow it or deny it by using the default keyword. Learn more in the example above.
Names
Name filters are the most simple type of filter. It matches tools by name. When you want to use colored name, then use #FFFFFF format for hex colors and standard &c for minecraft colors. Default keyword matches all names.
You must assign a value of ALLOWED or DENIED to every filter. When the filter is matched the tool will either be allowed or denied. That depends on the last filter matched.
Last updated
Was this helpful?