Player Pronouns

Player Pronouns

Mod

Server-side mod for pronouns!

Server Utility

10.7k downloads
46 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter loader...
Filter versions...

2.3.0+1.21.4

by Ash on Jan 7, 2025
Download

NOTE: This release includes changes to the config file structure, as well as a slight backwards-compatible change to the database schema. 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.

This release introduces a number of internal changes to allow support for multiple external pronoun providers (alongside PronounDB), though I currently do not have any plans to implement more. It also introduces a new configuration option, max_pronoun_length, for more details check the updated README.

The minimum supported Minecraft version has been bumped to 1.21.4 (even though it probably still works on other 1.21.x versions).

If you have any issues, please don't hesitate to contact me :)

What's Changed

Full Changelog: https://github.com/ashhhleyyy/player-pronouns/compare/v2.2.0+1.21...v2.3.0+1.21.4

2.2.0+1.21

by Ash on Jul 2, 2024
Download

2.1.0+1.20.4

by Ash on Feb 5, 2024
Download

2.0.0+1.20.1

by Ash on Jun 22, 2023
Download

No changelog was specified.

Version 1.5.0

by Ash on Jul 17, 2022
Download
  • 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

by Ash on Jan 22, 2022
Download
  • Add command to unset pronouns

Version 1.3.0

by Ash on Dec 12, 2021
Download
  • Update to 1.18.1
  • Fix formatted placeholder not actually returning the formatted version

Version 1.2.0

by Ash on Aug 13, 2021
Download
  • You can now reload the config with /pronouns reload-config
  • The default text returned by the placeholder is now configurable

Version 1.1.0

by Ash on Aug 7, 2021
Download

Now supports custom formatting for pronouns

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

by Ash on Jul 30, 2021
Download

Project members

Ash

Owner

Details

Licensed MIT
Published 4 years ago
Updated 23 days ago