Skip to content

v1.0.0 - Update to 1.20.4, Fix Regex and Command Parser

Choose a tag to compare

@Peashooter101 Peashooter101 released this 17 Jan 20:39
· 75 commits to master since this release
7a44ee2

Added

  • Ability to consider double-quoted strings as a single argument in commands.
    • To use a literal double-quote, escape it with \".
    • To use an literal escape symbol, escape it with \\.

Fixes

  • Config does not reload cause forgot to call reloadConfig() off of the plugin instance. Oops.

Dependencies

  • Updated Paper API to 1.20.4
  • Updated Placeholder API to 2.11.5

Full Changelog: 0.0.4-beta...1.0.0