SimpleReferral makes referring players as easy and straightforward as can be. Simply enter your friend's name into the only command and you're done - there's no hassle with referral codes and all that curmudgeonry. When your friend joins the server, you'll both get rewarded.
Built for CraftBukkit/Spigot 1.12.X. It should be compatible with all 1.8+ versions.
# How long will a referral exist for until it expires
# This value is in HOURS, but you can specify decimal values
ExpireHours: 24
# What type of reward should be given for referring a player?
# You can enable any combination of "money", "item", and "xp"
# If you enable "money", you must have an economy plugin & Vault installed!
EnableMoneyRewardType: true
EnableItemRewardType: false
EnableXPRewardType: false
# How long must players wait between creating referrals?
# This helps prevent spam and potential crashing of your server from command bots
# This value is in MINUTES, but you can specify decimal values
ReferralCooldown: 3
# Should the server publicly announce when a referral expires?
AnnounceExpiredReferrals: false
# ------------- Money Reward Options ------------- #
# How much the one who refers the other is rewarded
MoneyReferrerRewardAmount: 123.45
# How much the one who is referred is rewarded
MoneyReferreeRewardAmount: 100.00
# ------------- -------------------- ------------- #
# ------------- Item Reward Options ------------- #
# You must specify a MATERIAL (not numerical ID) for item type!
# Referrer reward
ItemReferrerRewardType: GOLD_INGOT
ItemReferrerRewardAmount: 36
# Referee reward
ItemReferreeRewardType: GOLD_INGOT
ItemReferreeRewardAmount: 32
# ------------- ------------------- ------------- #
# ------------- XP Reward Options ------------- #
# Referrer reward
XPReferrerRewardAmount: 42
# Referee reward
XPReferreeRewardAmount: 40
# ------------- ----------------- ------------- #
# -------------------------- Permission Reward -------------------------- #
# You can grant players a permission for referring a certain number of players
# This is useful if you have an "Advertiser" or similar badge on your server
# For a referral to count, the referree must join the server!
# Whether the perm reward is enabled or not
EnablePermReward: false
# Permission to be rewarded
PermReward: mypermmanager.groups.advertrank
# How many referrals the player must reach in order to receive the reward
PermRewardCount: 15
# -------------------------- ----------------- -------------------------- #