Any chat manager of your choice that supports PlaceholderAPI
Placeholders %mypronoun_pronoun% **more soon**
Features -
Custom GUI that can be confiured in the config file!
- Currently supports up to
9 pronouns. MORE SOON!!
-
Plug & Play no extra downloaded needed!
- Supports multiple servers! (must setup mysql)
Config - Plugin Files This plugin is pretty much completely customizable! You can even add up to 9 custom pronouns (maybe more soon)
# Storage type, must be SQLITE or MYSQL Storage: SQLITE
MySQL:
Host: "localhost" Port: 3306
Database: "minecraft" Username: "root" Password: "" useSSL: false
# SQL Settings - Set to -1 to disable Update: 78000
# DEBUG - DO NOT TOUCH! debug: false
Code (YAML):
pronoun_changed: "&bYou changed your pronoun to %pronoun%" reopen_command: "&cYou didn't pick a pronoun, you can reopen the gui with /pn" not_selected: "&dYou have not selected a &npronoun&d yet! &cRun /pn to pick one." other_not_selected: "&eThis player has not selected a pronoun yet!" get_command: "&a%player% pronouns are %pronoun%" get_error: "&cThere was an error getting this players pronouns" no_player: "&cPlease provide a player."