Skip to content

BlueLib 1.2.0

Compare
Choose a tag to compare
@MeAlam1 MeAlam1 released this 21 Nov 13:43
· 57 commits to 1.21 since this release

Added

  • Users can now modify the Prefix/Suffix of the Markdown.
  • Users can now check if a specific Markdown is enabled.
  • Adding \ in front of the markdown will cancel it out.
    • ex. \**bold** will send **bold** in stead of bold.

Changed

  • If your message between the Prefix and the Suffix is empty, it will not delete the Prefix/Suffix.
    • Before if you typed ** without anything else, it would delete the ** because the code assumed that it was applying Italic Styling.
  • Fixed the Console logging that it can't find the Variants while it could.

Bug Fixes

  • Fixed Custom Parameters not being recognised
  • Fixed the Markdown not being applied correctly on Fabric

Deleted