🔧Configuration
Configuration details.
# MYSQL INFORMATION
mysql:
enabled: true
use_local_file: true
host: localhost
port: 3306
database: database
username: username
password: password
tablename: GolfPartyData# Top 10 update rate (in seconds, 0 = disable)
top_10_update_rate: 300# Ball materials
#
# Here are default ball blocks which will be used in the game.
#
# The layout of the config is as follows:
# MATERIAL_NAME:
# color: COLOR_WHICH_THE_BLOCK_REPRESENTS_IN_HEX
# name: COLOR_DISPLAY_NAME
# custom_model_data: NUMBER_CUSTOM_MODEL_DATA
#
# For older versions you can add data number to change the variant.
# MATERIAL_NAME-4:
# color: COLOR_WHICH_THE_BLOCK_REPRESENTS_IN_HEX
# name: COLOR_DISPLAY_NAME
# custom_model_data: NUMBER_CUSTOM_MODEL_DATA
#
# If you want a player head use this format:
# SPECIAL_NAME:
# texture: HEAD_TEXTURE
# name: COLOR_DISPLAY_NAME
#
balls:
RED_CONCRETE:
color: 8c2020
name: redLast updated