Compatibility
Minecraft: Java Edition
26.1
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 6 days ago
Easy Pronouns This simple plugin allows users to set their pronouns with a clean GUI interface. For server admins the plugin is highly configurable allowing for however many pronouns a player can choose, what icons (including custom model data), storage tpe between yml and mysql just to name a few.
Config
storage:
type: yaml # mysql or yaml
mysql:
enabled: false
fallback-to-yaml: true
host: localhost
port: 3306
database: easypronouns
username: root
password: password
table: easy_pronouns
useSSL: false
allowPublicKeyRetrieval: true
settings:
max-pronouns:
enabled: true
amount: 3
separator: "&7, "
display:
chat:
enabled: true
format: "&8[&#ff66cc%pronouns%&8] "
tablist:
enabled: true
format: " &8[&#ff66cc%pronouns%&8]"
gui:
title: "&#ff66ccEasy Pronouns"
size: 54
filler:
enabled: true
material: BLACK_STAINED_GLASS_PANE
name: " "
selected-lore:
- "&aSelected"
- "&7Click to remove."
unselected-lore:
- "&7Click to select."
max-reached-message: "&cYou can only select up to &f%max% &cpronouns."
saved-message: "&aYour pronouns have been updated: &f%pronouns%"
clear:
slot: 49
material: BARRIER
name: "&cClear Pronouns"
lore:
- "&7Click to remove all selected pronouns."
messages:
no-permission: "&cYou do not have permission."
reloaded: "&aEasyPronouns reloaded."
storage-error: "&cStorage error. Please contact an administrator."
Preset Pronouns
pronouns:
he_him:
slot: 10
material: BLUE_DYE
display: "&bHe/Him"
value: "He/Him"
she_her:
slot: 11
material: PINK_DYE
display: "&dShe/Her"
value: "She/Her"
they_them:
slot: 12
material: PURPLE_DYE
display: "&5They/Them"
value: "They/Them"
he_they:
slot: 13
material: CYAN_DYE
display: "&3He/They"
value: "He/They"
she_they:
slot: 14
material: MAGENTA_DYE
display: "&dShe/They"
value: "She/They"
ask_me:
slot: 15
material: NAME_TAG
display: "&eAsk Me"
value: "Ask Me"
any:
slot: 16
material: LIME_DYE
display: "&aAny"
value: "Any"


