
Pronouns On Join
A simple mod to fetch people's pronouns from PronounDB.org, and set custom pronouns.
- Загрузки
- 652
- Подписчики
- 7
- Обновлён
- 21 января 2026 г.
- Лицензия
- MIT
Опубликован 18 октября 2024 г.
Add pronouns to players!
/pronouns help
I always play on a small online server, and find it awkward to ask someone's pronouns. Instead of looking in the Discord chat history for previous answers, I can now save what they said and know for sure!

This mod also connects with PronounDB to fetch online players' pronouns. People can link their Minecraft account (and other kinds of accounts) here and set their pronouns. You can set someone's pronouns manually (if they don't have any in the PronounDB), and overwrite previously defined pronouns.

Note: this mod is client-side only, so unfortunately nobody will be able to see what pronouns you set for other people. You can share the configuration file with other people though, if you would like to share.
Mod has been tested on 1.21.1 and 1.20, so I hope all versions in-between work too lol.
Ченджлог
1.1.3+1.21.11_26.2_20260121Бета1.21.11 · 21 января 2026 г.
Convert to mojang mappings which should add support for updates 26.0/26.1 as well.
1.1.2+1.21.9_1.21.10_20251213Бета1.21.9, 1.21.10 · 13 декабря 2025 г.
Fixed crash: minecraft renamed ".getName()" and ".getId()" to ".name()" and ".id()". :(
1.1.1+1.21_1.21.8_20250828Альфа1.21.6, 1.21.7, 1.21.8 · 28 августа 2025 г.
Change .withColor to .setStyle for support for versions <1.21. Though 1.21 now requires Java 21 and 1.20 is Java 17 so it's probably unnecessary... Ensure PronounsOnJoinClient.config is always assigned, to prevent errors when using config info like chat color.
1.1.0+1.20_1.21.8_20250715Альфа1.21.6, 1.21.7, 1.21.8 · 11 августа 2025 г.
Add a mod icon Add configuration using ModMenu
New configuration
Main toggles
- Toggle join messages (if big servers spam join messages)
Colors
- Toggle each chat color. Warning: the exact colors and settings are subject to change.
1.0.0+1.20_1.21.8_202410180605Релиз1.21.6, 1.21.7, 1.21.8 · 18 октября 2024 г.
First public upload
Commands
- Place all commands inside a "/pronouns" command.
- Add "/pronouns help" command that informs you about the following commands:
- Add "/pronouns list" command to see pronouns of everyone in the world.
- Add "/pronouns list unknown" command to see players you don't know the pronouns of yet.
- Add "/pronouns check " command to see a player's pronouns (in case you don't want to use "/pronouns list")
- Add "/pronouns set " command to set a custom pronoun (or note, anything really) to a player.
API calls
- Fetches a user's pronouns from PronounDB when they join the world (more specifically, when they enter the Tab list).
- If more players join within 0.02 seconds, attempt to send a bulk API request for the first 50 players (and ignore the rest ig cuz otherwise you could be waiting for seconds and get your chat spammed).
- Save fetched players' pronouns, or save "" if they have none, to prevent unnecessary future calls.
- Make "set" and "check" commands get a user's UUID if the player is in the world; or send an API call to turn their usernames into a UUID; or error if player doesn't exist.
- ^ Technically this API supports inputting the UUID as name so maybe this still works if you directly input a UUID. They just have to exist. (brain moment)
Other features
- Add colors to mod messages like on-join or responses. (still need to implement configurability for this)
- It has some log messages and I should probably remove a few of them.
Комментарии
Загружаем…