Refactored policy system, fixed config file parsing inconsistencies.

- LocationPolicy is now an extension of Policy
- Policy.parse() is now PolicyParser mapped in PolicyParsers.
- NodeValueParser was merged with DataShifter
- More code small changes to enable the project to work with this new configuration.
This commit is contained in:
天クマ 2025-12-08 17:19:06 -03:00
commit e64b563190
23 changed files with 358 additions and 258 deletions

View file

@ -1,5 +1,5 @@
name: "Eye-of-Nemesis"
version: '1.0.1-SNAPSHOT'
version: '1.0.2-SNAPSHOT'
main: io.github.adrianvic.nemesiseye.Nemesis
api-version: '1.21'
author: 'Adrian Victor'