Introducing TabPronouns, the easy way to add pronouns to your Minecraft server's tablist. Let players proudly display their preferred pronouns and reduce the risk of misgendering.
Commands and permissions:
/pronouns set <pronouns> (tabpronouns.set) Sets your pronouns to the specified value
/pronouns remove (tabpronouns.remove) Removes your own pronouns
/pronouns remove<player> (tabpronouns.remove.other) Removes the pronouns of the specified player
/tabpronouns reload (tabpronouns.reload) Reloads the configuration files
We offer support for
PlaceholderAPI! You have the option to use placeholders in the tab format or use our own placeholder in other places:
%tabpronouns_pronouns% Displays the player's pronouns
# The format of the appearance of a player in the tab list # Placeholders: # {pronouns} - The player's pronouns set within this plugin # {player} - The player's username # Supports PlaceholderAPI placeholders tabFormat: "&f{pronouns}&r &f{player}"
# The brackets of the pronouns in the tab list # Example: [they/them] instead of they/them brackets:
enabled: true
left: "&8(&r" right: "&8)&r"
# Removes a space after pronouns in the tab list if it's present. # Enable this if your tabFormat looks like "{pronouns} {player}" instead of "{pronouns}{player}" removeSpaceAfterPronouns: true
# The maximum length of a pronoun maxPronounLength: 16
# Whether to allow color codes (e.g. &a), format codes (e.g. &l), and the magic code (e.g. &k) in pronouns # https://minecraft.fandom.com/wiki/Formatting_codes allowPronounColorCodes: true
allowPronounFormatCodes: false
allowPronounMagicCode: false
# Whether to count codes (e.g. &a) towards the maximum pronoun length countColorCodesTowardsMaximumPronounLength: false
# Banned pronoun regexes # Sorry the default ones are so bad, I'm not very good at regexes bannedPronouns: -
".*helicopter.*" -
".*\\bnor/mal\\b.*"
# The default pronouns that show up when a player tries to execute the /pronouns set command without a third argument defaultValues: -
"they/them" -
"she/her" -
"he/him" -
"it/its" -
"xe/xem" -
"ze/hir" -
"<custom>"
# ------------------------------------------------------ # # | Messages | # # ------------------------------------------------------ # onWrongUsage: "&cWrong usage! Use {usage}!" onNoPermission: "&cYou don't have permission to use this command! You need permission &f{permission}&c!" onPlayerNotFound: "&cThis player has never played before." onConfigReloaded: "&aConfig reloaded!" onMustBePlayer: "&cYou must be a player to use this command!" onPronounsSet: "&aYour pronouns have been set to &f{pronouns}&a!" onPronounsRemoved: "&aYour pronouns have been removed!" onPronounsRemoveOther: "&aYou have removed &f{player}&a's pronouns!" onPronounsTooLong: "&cYour pronouns are too long! The maximum length is &f{maxPronounLength}&c!" onPronounsNotAllowed: "&cYour pronouns contain banned words!" onPronounsCannotContainParentheses: "&cYour pronouns cannot contain parentheses!"
# Main Message: (when /tabpronouns is run) mainMessage: -
"&a&l{name} v{version} &aby {author}" -
"&7Use &a/tabpronouns reload &7to reload the config." -
"&7Use &a/pronouns set <pronouns> &7to set your pronouns."
Disclaimer: This plugin might not work with additional plugins that modify Minecraft's tablist installed. Use at your own risk!
If you like this plugin, please consider buying me a coffee!
☕https://www.buymeacoffee.com/0nys If you have any questions or encounter bugs or issues, please notify me in the discussions tab. Thank you!