update-check

  • Boolean value true or false.
  • Default: true
  • If this is true it will look for new updates for the plugin.

prefix

  • Any string value.
  • Default: «&c&lReferralSystem &c>>»
  • The prefix that the plugin will show in the messages.

messages

  • String value, ENES.
  • Default: EN
  • The language of the plugin messages.

points-reward-player

  • Any integer value.
  • Default: 20
  • Amount of points that will be given to the player by a referral.

points-reward-referrer

  • Any integer value.
  • Default: 5
  • Number of points that will be given to the referral to use a code.

claim-bonus-referrer

  • Any integer value.
  • Default: 5
  • Minimum of referrals to claim the referral bonus of the player.

points-reward-bonus-referrer

  • Any integer value.
  • Default: 10
  • Amount of points will be given to the player when using the referral bonus.

limit-player-ip

  • Boolean value true or false.
  • Default: true
  • To limit the number of referrals from the same IP.

max-player-ip

  • Any integer value.
  • Default: 10
  • Maximum amount of ip to limit.

fireworks-enable

  • Boolean value true or false.
  • Default: true
  • Use fireworks when using a code.

particles-enable

  • Boolean value true or false.
  • Default: true
  • Use particles when using a code.

sounds-enable

  • Boolean value true or false.
  • Default: true
  • Use sounds when using a code.

menu-claim

  • Boolean value true or false.
  • Default: true
  • Allow the plugin to use rewards menu.

requires-playtime

  • Boolean value true or false.
  • Default: true
  • If you need a time to claim a code.

min-playtime

  • Any integer value.
  • Default: 500
  • Minimum of time required to claim a code (In seconds).

use-external-points

  • This section is to use an external plugin to manage player referral points.
  • enable
    • Boolean value true or false.
    • Default: false
    • Set to true to activate this option.
  • SuperCredits
    • Boolean value true or false.
    • Default: false
    • Set to true to manage referral points with the SuperCredits plugin.
  • PlayerPoints
    • Boolean value true or false.
    • Default: false
    • Set to true to manage referral points with the PlayerPoints plugin.
  • Vault
    • Boolean value true or false.
    • Default: false
    • Set to true to manage referral points with the Vault plugin.

data-storage

  • This section is for the database.
  • type
    • String value. (SQLite, MySQL)
    • Default: «SQLite»
    • The type of data storage.
  • host
    • Any string value.
    • Default: localhost
    • The address of the database host.
  • port
    • Any integer value.
    • Default: 3306
    • The port of the database.
  • database
    • Any string value.
    • Default: minecraft
    • The name of the database.
  • username
    • Any string value.
    • Default: root
    • The username of the database.
  • password
    • Any string value.
    • Default: «»
    • The password of the database user.
  • useSSL
    • Boolean value true or false.
    • Default: false
    • To establish a secure SSL connection to the database, this requires that the database support the use of ssl.