Added GlobalPolicy. Revamped config YAML structure for more consistency. Added ChatColor back to commands, should be correctly implemented in the future. Build environment is now passed to plugin manifest. Added workflow to automatically build releases.
9 lines
No EOL
290 B
YAML
9 lines
No EOL
290 B
YAML
Policies:
|
|
# NO SPACES
|
|
- name: "Block-illegal-items"
|
|
type: global # global / location / permission / list of types
|
|
allowList: false # Will deny anything that's not allowed by the nodes if set to true
|
|
nodes:
|
|
- useItem:
|
|
value:
|
|
- SAND |