Policies now provide their own checks to whether the player applies or not.

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.
This commit is contained in:
天クマ 2025-12-15 14:16:07 -03:00
commit 81bf64c463
21 changed files with 312 additions and 241 deletions

View file

@ -0,0 +1,9 @@
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