EasyPronouns

Adds a server-side way to display people's pronouns!

53

EasyPronouns

Easy Pronouns!

What does it do though?

Easy pronouns is a server-sided mod that allows server owners to let their members display their pronouns. It was made in order to reduce misgendering and reduce confusion.

It also supports configs, such as setting a maximum amount of pronouns, and a maximum length for the pronouns themselves.

How do I use it?

As a member, you don't need to do much. After it's been installed on the server, all you need to do is use

``` /pronoun add <a pronoun you want> ``` ``` /pronoun remove <a pronoun you no longer want> ```

and that's it! No need to install it yourself :>

Where does it display them?

If they've set up their pronouns, they will show up when hovering over someone's name when they chat and in the tab-list if the option was not disabled in the config.

For the plugin!

You can use ``` /pronoun ``` to manage your pronouns, it requires no arguments and will simply pop up a dialog with a box to type your pronouns within.

You can use the ``` /pronoun manage ``` command to change the config if ran on it's own. The config requires the `easypronouns.manage` permission. Every format string supports MiniMessage

`/pronoun manage reload` reloads the mod's config from disk. You should just use `/pronoun manage` instead of doing this manually.

`/pronoun manage set` is used to set another players pronouns by specifying the player and then the pronouns (you may have to wrap the pronouns in double quotes "like/this")

PlaceholderAPI

For the plugin (v1.2.0+) the players pronouns are accessible via the `%easypronouns_pronouns%` placeholder meaning that you can use the pronouns in other plugins such as TAB. You must supply a player to resolve the placeholder as through whatever means you resolve your placeholders else you will recieve nothing.

ADS