Releases: BlvckBytes/ItemPredicateParser
Releases · BlvckBytes/ItemPredicateParser
v0.0.8
Updates:
- Added support for ExcellentEnchants
- Substituted throwing on missing translation-values by simply logging a warning, as to not disable the plugin on not-yet supported external Registry-extending plugins
v0.0.7
Updates:
- Expanded predicates displayed in
/ipp test <language> <predicate>
are now precisely highlighted
Breaking Changes:
- Environment of config-section
playerMessages.predicateTestResult
changed in a non-compatible way; please either delete this section, or the whole file.
v0.0.6
Updates:
- Implemented
/ipp
command- Added command
/itempredicateparser
alias/ipp
- Added permission
itempredicateparser.command.ipp.reload
- Added permission
itempredicateparser.command.ipp.test
- Added
reload
sub-command to reload the configuration-file - Added
test
sub-command to execute any given predicate on the currently held item and receive a informative testing-result
- Added command
v0.0.5
Updates:
- Added initial support for
zh_cn
; see Corresponding PR - Config-value maxCompletionsExceeded should now always be displayed last when sorting client-side
v0.0.4
Updates:
- The
AssetIndex
was making needless requests on each startup to fetch data which is now lazily loaded; this should actually add offline-support if the language-files already exist - HTTP-requests made by the
AssetIndex
now support delayed retries
v0.0.3
Updates:
- Now throwing
ParseConflict#EXPECTED_LEFT_HAND_SIDE
if a binary operator is missing it's LHS
v0.0.2
Updates:
- Added support for enchantments stemming from EcoEnchants
v0.0.1
added fast-path for ascii character comparison