Database
Database configuration.
Sqlite
By default a sqlite database will be used. This option will store the data in a file located in the plugins configuraiton folder.
# __ ______ ______ ______
# /\ \ /\ ___\ /\ __ \ /\ ___\
# \ \ \____ \ \ __\ \ \ __ \ \ \ __\
# \ \_____\ \ \_____\ \ \_\ \_\ \ \_\
# \/_____/ \/_____/ \/_/\/_/ \/_/
#
# Author : Smudge
# --- Changing these values requires a proxy restart. ---
enabled: true
debugmode: false
# Database Connection.
type: SQLITE
# The maximum amount of history that will
# be saved in the database per player.
player_history_limit: 20
# The maximum number of messages that will
# be saved in the database per player.
message_limit: 100Mongo
This option is recommended when you have multiple proxys and wish to join them. The data will be stored in the cloud determined by the connection string.