Let players show their true selves
Give your Minecraft community the power to express themselves authentically. Pronouns allows players to set and display their pronouns directly in chat and above their heads, with vibrant colors and gradient effects. Whether you're running a survival server or an inclusive roleplay world, this plugin helps create a welcoming and respectful space for everyone.
%pronouns_<identifier>%)| Command | Description |
|---|---|
/pronouns set <color> <pronouns> |
Set your pronouns with a specific color |
/pronouns set gradient <preset|colors> <pronouns> |
Set gradient pronouns using presets or custom colors |
/pronouns remove |
Remove your pronouns |
/pronouns remove <player> |
(Admin) Remove another player's pronouns |
/pronouns reload |
(Admin) Reload the plugin configuration |
Aliases: /pronoun, /pn
Examples:
/pronouns set white they/them/pronouns set gradient pride they/them/pronouns set gradient #ff0000 #0000ff she/her/pronouns set gradient red blue green he/himThe plugin comes with built-in gradient presets:
pride - Rainbow pride colorsgalaxy - Purple galaxy aestheticpastel - Soft pastel tonesYou can add custom presets in config.yml or use color names/hex codes directly!
| Permission | Description | Default |
|---|---|---|
pronouns.use |
Allows setting your own pronouns | Everyone |
pronouns.gradient |
Allows using gradient pronouns | Everyone |
pronouns.remove.others |
Allows removing other players' pronouns | OP only |
pronouns.gradient-limit-bypass |
Bypass the gradient color limit | OP only |
pronouns.bypass-filter |
Bypass whitelist/blacklist filters | OP only |
pronouns.reload |
Allows reloading the configuration | OP only |
pronouns.admin |
All admin permissions | OP only |
Requires PlaceholderAPI to be installed!
| Placeholder | Description |
|---|---|
%pronouns% |
Pronouns with brackets and color [they/them] |
%pronouns_raw% |
Pronouns with color, no brackets |
%pronouns_colorless% |
Pronouns with brackets, white color |
%pronouns_fullraw% |
Plain text pronouns only |
%pronouns_lowercase% |
Lowercase with brackets |
%pronouns_uppercase% |
Uppercase with brackets |
%pronouns_capitalized% |
Capitalized (They/Them) |
%pronouns_short% |
First pronoun only (they) |
%pronouns_parentheses% |
With parentheses instead of brackets |
%pronouns_or:<fallback>% |
Returns fallback if no pronouns set |
Example (with a chat plugin):
[%pronouns%] %player%: %message%
The plugin is highly configurable via config.yml:
General Settings:
max-pronoun-length - Maximum character limit for pronouns (default: 20)update-display-names - Whether to update player display namesauto-save - Enable automatic savingsave-delay - Delay before saving (in seconds)Gradient Settings:
color-limit - Maximum colors allowed in gradients (default: 5, -1 for unlimited)show-preview - Show gradient preview when setpresets - Define custom gradient presetsChat/Display Settings:
show-above-head - Show pronouns above player headsshow-in-tab-list - Show pronouns in the tab listbracket-style - Bracket style (square, round, curly, angle)Filter Settings (New in 3.5.0):
filter.whitelist.enabled - Only allow specific pronounsfilter.whitelist.list - List of allowed pronouns (case-insensitive)filter.whitelist.regex - Regex pattern for allowed pronounsfilter.blacklist.enabled - Block specific pronounsfilter.blacklist.list - List of blocked pronounsfilter.blacklist.regex - Regex pattern for blocked pronounsFilter Example:
filter:
whitelist:
enabled: true
list: ["he/him", "she/her", "they/them"]
regex: ""
blacklist:
enabled: true
list: []
regex: "badword|offensive"
Messages:
All messages are fully customizable with MiniMessage and legacy color code support!
plugins/ folderplugins/PronounsPlugin/config.yml%pronouns%plugins/PronounsPlugin/pronouns.jsonFound a bug? Have a suggestion?
If you love this plugin and want to support continued development:
Let's make Minecraft more inclusive, one chat message at a time.