pronouns 3.0.0-SNAPSHOT Help

Config

ProNouns can be configured by editing the configuration file. The file is a Java properties file.

For Paper, the config file is at plugins/ProNouns/pronouns.cfg.

For Fabric, the config file is at config/pronouns.cfg.

Store

store

The type of store to use. If you don't know what to use, set this to file. Allowed values are platform-dependent, see Stores,

Formatting

main

A MiniMessage tag that prefixes non-accent text. Defaults to <reset>.

accent

A MiniMessage tag that prefixes accent text. Defaults to <gradient:#fa9efa:#9dacfa>.

Update checking

checkForUpdates

Whether to check for updates. Defaults to true.

updateChannel

Which channel to check for updates on. Acceptable values are:

Name

Description

release

Production-ready releases. This is the default value.

beta

Pre-release beta builds, which will get new features early but are not as thoroughly tested.

alpha

Early development builds with bleeding-edge features. Not recommended for production use!

MySQL

mysql.url

A JDBC URL for a MySQL database, in the form

jdbc:mysql://hostname:port/database

For example, a database called pronouns on localhost, port 3306, would be

jdbc:mysql://localhost:3306/pronouns
mysql.username

A username for the database.

mysql.password

A password for the database.

Stats

stats

Whether to send anonymous statistics information about the plugin. Defaults to true. See Privacy for more information.

Last modified: 14 May 2023