Uses of Class
dev.satyrn.papermc.api.configuration.v1.StringNode
Packages that use StringNode
Package
Description
Provides implementations for configuration wrappers.
Provides implementations for configuration wrappers.
-
Uses of StringNode in dev.satyrn.papermc.api.configuration.v1
Fields in dev.satyrn.papermc.api.configuration.v1 declared as StringNodeModifier and TypeFieldDescriptionfinal StringNodeMySQLConfiguration.databaseDeprecated.The name of the database to use.final StringNodeMySQLConfiguration.hostnameDeprecated.The MySQL server hostname.final StringNodeMySQLConfiguration.passwordDeprecated.The MySQL user password.final StringNodeMySQLConfiguration.tablePrefixDeprecated.Optional prefix for any created table's names.final StringNodeMySQLConfiguration.userIDDeprecated.The MySQL user ID. -
Uses of StringNode in dev.satyrn.papermc.api.configuration.v2
Fields in dev.satyrn.papermc.api.configuration.v2 declared as StringNodeModifier and TypeFieldDescriptionfinal StringNodeMySQLConfiguration.databaseThe name of the database to use.final StringNodeMySQLConfiguration.hostnameThe MySQL server hostname.final StringNodeMySQLConfiguration.passwordThe MySQL user password.final StringNodeMySQLConfiguration.tablePrefixOptional prefix for any created table's names.final StringNodeMySQLConfiguration.userIDThe MySQL user ID.