10 lines
No EOL
442 B
YAML
10 lines
No EOL
442 B
YAML
Policies:
|
|
# NO SPACES
|
|
- name: "Block-illegal-items"
|
|
type: global # global / location / permission / list of types
|
|
nodesAllowList: false # Will deny anything that's not allowed by the nodes if set to true
|
|
policyAllowList: false # Inverts the policy validation logic, for example a location policy will affect all players NOT inside it's location
|
|
nodes:
|
|
- useItem:
|
|
value:
|
|
- SAND |