Skip to content

The bare necessities

Compare
Choose a tag to compare
@Pante Pante released this 07 Nov 13:00
· 228 commits to master since this release

Compatible Spigot versions: 1.17.1

This update introduces a replacement for StringArgumentType.word() that supports non-ASCII characters.
In addition, we have updated our Git workflow to embrace a more "trunk-based development" model. As such,
we no longer maintain a stable branch. All releases will be tagged on master instead.

Commmons

  • Add Readers.unquoted(StringReader) - replaces StringReader.readUnquotedString() which does not support non-ASCII characters
  • Add WordType.word() - replaces StringArgumentType.word() which does not support non-ASCII characters
  • ChangeWordType.WORD to become private
  • Fix EnchantmentType not supporting non-ASCII characters
  • Fix MaterialType not supporting non-ASCII characters
  • Fix ParticleType not supporting non-ASCII characters

What's Changed

Full Changelog: 5.0.0...5.1.0