All Downloads are FREE. Search and download functionalities are using the official Maven repository.

er-profiles.1.1.0.source-code.config.yml Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
# helper-profiles configuration

# The number of profiles to preload when the plugin starts.
# The profiles are loaded in order of last the last update
preload-amount: 2000

# The name of the database table
table-name: "helper_profiles"

# If the global helper-sql credentials should be used
use-global-credentials: true

# The credentials for the helper-profiles database.
# These values are only read if 'use-global-credentials' is false.
address: "localhost"
port: 3306
database: "minecraft"
username: "root"
password: "passw0rd"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy