####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# | _____ __ _ _____ _ | #
# | | __ \ / _| | |/ ____| | | | #
# | | |__) |___| |_ ___ _ __ _ __ __ _| | (___ _ _ ___| |_ ___ _ __ ___ | #
# | | _ // _ \ _/ _ \ '__| '__/ _` | |\___ \| | | / __| __/ _ \ '_ ` _ \ | #
# | | | \ \ __/ || __/ | | | | (_| | |____) | |_| \__ \ || __/ | | | | | | #
# | |_| \_\___|_| \___|_| |_| \__,_|_|_____/ \__, |___/\__\___|_| |_| |_| | #
# | __/ | | #
# | |___/ | #
# | | #
# | | #
# | | #
# | WIKI: https://pedrojm96.com/minecraft-plugin/referralsystem/ | #
# | BUG REPORTS: https://www.spigotmc.org/threads/referralsystem.183585/ | #
# | AUTHOR: PedroJM96 (pedrojm96.com) | #
# | OFFICIAL SERVER: mc.mundopixels.net | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page. | #
# | https://pedrojm96.com/minecraft-plugin/referralsystem/rs-config-yml/ | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
 
#Check for updates.
update-check: true
 
#The language of the plugin messages.
messages: EN
 
#The prefix that the plugin will show in the messages.
prefix: '&c&lReferralSystem &c>> '
 
#Amount of points that will be given to the player by a referral.
points-reward-player: 20
 
#Number of points that will be given to the referral to use a code.
points-reward-referrer: 5
 
#Minimum of referrals to claim the referral bonus of the player.
claim-bonus-referrer: 5
 
#Amount of points will be given to the player when using the referral bonus.
points-reward-bonus-referrer: 10
 
#Limit the player's ip
limit-player-ip: true
 
#Maximum amount of ip to limit
max-player-ip: 5
 
#Use fireworks when using a code.
fireworks-enable: true
 
#Use particles when using a code.
particles-enable: true
 
#Use sounds when using a code.
sounds-enable: true
 
#Allow the plugin to use rewards menu.
menu-claim: true
 
#If you need a time to claim a code.
requires-playtime: true
 
#Minimum of time required to claim a code (In seconds).
min-playtime: 500
 
#Use external point plugin
use-external-points:
enable: true
SuperCredits: false
PlayerPoints: false
Vault: true
 
#Data for the database MySQL or SQLite.
data-storage:
type: SQLite
host: localhost
port: 3306
database: mine
username: root
password: ''
useSSL: false