ReferralSystem:config.yml

From PedroJM96 Wiki EN
Jump to: navigation, search
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |             _____       __                    _  _____           _                           | #
# |            |  __ \     / _|                  | |/ ____|         | |                          | #
# |            | |__) |___| |_ ___ _ __ _ __ __ _| | (___  _   _ ___| |_ ___ _ __ ___            | #
# |            |  _  // _ \  _/ _ \ '__| '__/ _` | |\___ \| | | / __| __/ _ \ '_ ` _ \           | #
# |            | | \ \  __/ ||  __/ |  | | | (_| | |____) | |_| \__ \ ||  __/ | | | | |          | #
# |            |_|  \_\___|_| \___|_|  |_|  \__,_|_|_____/ \__, |___/\__\___|_| |_| |_|          | #
# |                                                         __/ |                                | #
# |                                                        |___/                                 | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/ReferralSystem                               | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/referralsystem.183585/                        | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | http://en.wiki.pedrojm96.com/wiki/ReferralSystem                                             | #
# +----------------------------------------------------------------------------------------------+ #

#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: '&4&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

#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
UseExternalPoints:
  enable: true
  SuperCredits: false
  PlayerPoints: false
  Vault: true
  
#Data for the database MySQL or SQLite.
dataStorage:
  type: MYSQL
  host: localhost
  port: 3306
  database: mine
  username: root
  password: ''