Skip to content

Releases: ashhhleyyy/player-pronouns

Version 2.2.0 (Minecraft 1.21)

02 Jul 22:06
f1b25fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0+1.20.4...v2.2.0+1.21

v2.1.0+1.20.4

05 Feb 22:47
v2.1.0+1.20.4
bea9e68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0+1.20.1...v2.1.0+1.20.4

Version 1.5.0 (Minecraft 1.19)

17 Jul 19:47
7652864
Compare
Choose a tag to compare
  • Updated to 1.19 (@JustPyrrha)
  • PronounDB support (@JustPyrrha)
    • New configuration option: enable_pronoundb_sync

Note: this release has a small backwards-compatible change to the internal database format. This should not cause any issues, but I would recommend taking a backup of the database anyway, and it can be found in <world folder>/playerdata/pronouns.dat

Version 1.4.0 (Minecraft 1.18)

22 Jan 11:36
bd0f788
Compare
Choose a tag to compare
  • Add command to unset pronouns

Version 1.3.0 (Minecraft 1.18)

12 Dec 17:03
c860c11
Compare
Choose a tag to compare
  • 🎉 🎉 🎉 Update to 1.18.1 🎉 🎉 🎉 (version locked to >=1.18.1 to encourage updating because of log4j2 vulnerability)
  • Fix formatted placeholder not actually returning the formatted version

Version 1.2.0

13 Aug 14:50
02dab55
Compare
Choose a tag to compare
  • You can now reload the config with /pronouns reload-config (#2)
  • The default text returned by the placeholder is now configurable (#2)

Version 1.1.0

07 Aug 15:24
915fd82
Compare
Choose a tag to compare

Changes:

Now supports custom formatting for pronouns (#1)

You can customise the colour and/or the style (bold, italic, etc) of any pronouns, including the default ones. Pronouns can still be added as a single string if you don't want formatting.

{
  "pairs": [
    { "pronoun": "they", "style": ["blue", "italic"] },
    { "pronoun": "them", "style": ["#82507c", "bold"] },
    "she", "he"
  ]
}

(works with single as well as pairs)
This also includes a new placeholder playerpronouns:raw_pronouns that returns the unstyled pronouns

New internal database format

When updating to the 1.1.0 release, the database file will be automatically backed up and then upgraded to the new format. The backup will be save to world/playerdata/pronouns.dat.bak.
Please let me know by opening an issue if you encounter any problems with the conversion process.
This database change will allow for easier upgrades of the format in future while maintaining backwards compatibility.

Version 1.0.0 for Minecraft 1.17.1

30 Jul 20:44
9f9977a
Compare
Choose a tag to compare