Config

A more in-depth explanation of the configuration

This is the default configuration provided. If you have any problems, please check to make sure your configuration is up-to-date


# sql-type is either 'MySQL' or 'SQLite'
sql-type: SQLite

# Ignore these options if you are using SQLite
MySQL-options:
   hostname: localhost
   port: '3306'
   database: CouponCodes
   username: minecraft
   password: password

# Leave this true UNLESS you want to disable timed coupons
use-thread: true

# I recommend to leave this at false. Your console will be spammed with debug messages
debug: false

sql-type
This sets the type of database that will be used. An SQLite database stores all information in a flat file. If you connect to a MySQL database, servers can share coupons.
MySQL-options
These are config options for using Mysql. These only need to be changed if you are using this type of database.
hostname
This is the host or ip that the server will connect to.
port
This is the port for the server you are connecting to.
database
this is the name of the database
username
the username to log in with
password
the password to log in with

Comments

Posts Quoted:
Reply
Clear All Quotes