Skip to content

Releases: BlvckBytes/ItemPredicateParser

v0.0.8

06 Oct 07:49
be8018b
Compare
Choose a tag to compare

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

05 Oct 02:35
c7ec2bc
Compare
Choose a tag to compare

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

04 Oct 22:06
d7eb475
Compare
Choose a tag to compare

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

v0.0.5

04 Oct 05:36
3bbb7a0
Compare
Choose a tag to compare

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

03 Oct 16:28
be37f25
Compare
Choose a tag to compare

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

03 Oct 02:29
b75b9ed
Compare
Choose a tag to compare

Updates:

  • Now throwing ParseConflict#EXPECTED_LEFT_HAND_SIDE if a binary operator is missing it's LHS

v0.0.2

02 Oct 17:03
0a09cf8
Compare
Choose a tag to compare

Updates:

  • Added support for enchantments stemming from EcoEnchants

v0.0.1

01 Oct 02:56
8e64054
Compare
Choose a tag to compare
added fast-path for ascii character comparison