Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ########################################################
- #
- # Database Config
- #
- ########################################################
- # DB = 'local' or 'mysql'
- db: mysql
- # Database Login
- host: localhost
- port: 3306
- database: basedata
- username: nameuser
- password: "password"
- table: user
- # this is a small step to prevent abuse of the referrals
- # 0 for no referral from the same network
- useSameIPLimit: true
- # Max from the same IP
- maxSameIP: 0
- ########################################################
- #
- # Player Rewards
- #
- ########################################################
- # the Player has to confirm referral (or reject)
- usePlayerConfirm: true
- # Use a Referral time limit
- # The time limit affects only the normal rewards (Not the milestone rewards)
- # The Player will have to use /ref < Player> within the timelimit when first joining the server
- useReferralTimeLimit: false
- # Time limit in minutes
- referralTimeLimit: 60
- # These are the default rewards
- # This is the player that invited another player
- playerRefers:
- - eco give <Player> 500
- # This is the player that recieved an invite from a player
- playerReferd:
- - eco give <Player> 250
- # Use milestone rewards
- # This will not be affected by the time limit
- # These are for the Player that invited a certain amount of players to the server
- useMileStoneRewards: true
- # Milestone reward
- # These are some examples, and You can add more or change it
- # min = the required amount to get the reward
- # command = a list of commands to execute
- rewards:
- 1:
- min: 2
- commands:
- - eco give <Player> 750
- 2:
- min: 3
- commands:
- - eco give <Player> 1000
- 3:
- min: 4
- commands:
- - eco give <Player> 1250
- 4:
- min: 5
- commands:
- - eco give <Player> 1500
- ####
- # The button colors can't be changed
- # Text on the accept button
- accept: "Ja"
- # Text on the decline button
- decline: "Nee"
- # Enable notification
- enableNotification: false
- #Only for Player that join the first time
- referNotification: "&6The referral system has a time limit, so make sure you use it."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement