Skip to content

Releases: BlvckBytes/ItemPredicateParser

v0.0.18

23 Jan 01:50
8ce9f87
Compare
Choose a tag to compare

(This new release will only be of interest to you if you make use of the plugin's API.)

Updates:

  • Added ItemPredicateParserPlugin#getTranslationLanguageRegistry
  • Implemented SingletonTranslationRegistry

v0.0.17

31 Dec 16:47
5a85f56
Compare
Choose a tag to compare

Updates:

  • Fixed malformed relocation-pattern (doesn't affect any features directly; could cause global namespace conflicts with other plugins of mine though)

v0.0.16

09 Nov 14:55
9ad2a32
Compare
Choose a tag to compare

Updates:

  • The SyllablesMatcher now also ignores hex color-sequences in its targets
  • Fixed TextSearchPredicate's syllable-matching

v0.0.15

27 Oct 13:12
220bcb8
Compare
Choose a tag to compare

Updates:

  • Added folia-supported to plugin.yml (there wasn't really anything to adapt code-wise)

v0.0.14

26 Oct 15:53
64ba247
Compare
Choose a tag to compare

Updates:

  • Added translation tr_tr.txt
  • Added TranslationLanguage#TURKISH_TR

v0.0.13

20 Oct 10:33
35b6a7f
Compare
Choose a tag to compare

Updates:

  • Added translation zh_cn.txt
  • The pre-processor now supports loading arbitrary local files

v0.0.12

20 Oct 05:50
66fd6df
Compare
Choose a tag to compare

Updates:

  • Migrated to pre-processor support
  • Added translation en_us.txt
  • Added translation de_de.txt

v0.0.11

12 Oct 12:31
5d8822e
Compare
Choose a tag to compare

Updates:

  • Now handling armor-trims properly; added version-specific NETHERITE_UPGRADE_SMITHING_TEMPLATE key-decision
  • Added missing version-dependent code-branch for 1.20
  • Reworked CommandUpdater's bukkit-package locator in BukkitEvaluable

v0.0.10

10 Oct 20:54
a75f3a4
Compare
Choose a tag to compare

Updates:

  • Added configurable name and aliases to command
  • Ever so slightly improved the performance of Syllables again

v0.0.9

10 Oct 15:31
e556915
Compare
Choose a tag to compare

Updates:

  • Improved the performance of matching syllables by around 40% (rewrote the corresponding algorithm based on experience gained by messing with the prototype)