{"id":131128,"date":"2026-06-07T20:30:48","date_gmt":"2026-06-07T17:30:48","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/"},"modified":"2026-06-07T20:30:48","modified_gmt":"2026-06-07T17:30:48","slug":"referrals","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/","title":{"rendered":"Referrals"},"content":{"rendered":"<p># Referrals<br \/>\nA very customisable referral system, with support for milestones, rewards, waiting to execute rewards until player joins back, custom messages, reminders on join, account join time limits, referral limits, circular referral blocking, and placeholders.<\/p>\n<p>## Config<br \/>\nAll config options are explained in the config.yml file<\/p>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`yaml<br \/>\n# _____            __                                _             _                   _<br \/>\n#|  __           \/ _|                              | |           | |                 (_)<br \/>\n#| |__) |   ___  | |_    ___   _ __   _ __    __ _  | |    _ __   | |  _   _    __ _   _   _ __<br \/>\n#|  _  \/   \/ _  |  _|  \/ _  | &#8216;__| | &#8216;__|  \/ _` | | |   | &#8216;_   | | | | | |  \/ _` | | | | &#8216;_<br \/>\n#| |    |  __\/ | |   |  __\/ | |    | |    | (_| | | |   | |_) | | | | |_| | | (_| | | | | | | |<br \/>\n#|_|  _  ___| |_|    ___| |_|    |_|     __,_| |_|   | .__\/  |_|  __,_|  __, | |_| |_| |_|<br \/>\n#                                                         | |                   __\/ |<br \/>\n#                                                         |_|                  |___\/<\/p>\n<p># Prefix<br \/>\n# The prefix to use in messages<br \/>\n# default: &#8220;&#038;6&#038;l[Referral]&#8221;<br \/>\nprefix: &#8220;&#038;6&#038;l[Referral]&#8221;<\/p>\n<p># Circlular referrals<br \/>\n# If player1 refers player2, can player 2 also refer player1?<br \/>\n# default: false<br \/>\ncircular-referrals: false<\/p>\n<p># Maximum referrals<br \/>\n# How many players can one player refer?<br \/>\n# Set to -1 for unlimited referrals<br \/>\n# default: -1<br \/>\nmax-referrals: -1<\/p>\n<p># Maximum age<br \/>\n# How many seconds can a user have played before they cannot run \/refer to claim their referral?<br \/>\n# Set to -1 for no limit<br \/>\n# default: 86400 (24 hours)<br \/>\nmax-age: 86400<\/p>\n<p># Referree joined requirement<br \/>\n# Does the player that referred the player have to have joined the server before the referree joins?<br \/>\n# This helps prevent players from putting invalid usernames.<br \/>\n# default: true<br \/>\nreferree-joined-requirement: true<\/p>\n<p># Notify on join<br \/>\n# Should players that haven&#8217;t been referred be notified about the referral system on join, if the max-age hasn&#8217;t been exceeded?<br \/>\n# default: true<br \/>\nnotify-on-join: true<\/p>\n<p># Notify delay<br \/>\n# How long to wait (in milliseconds) before sending the notify message on join<br \/>\n# This ensures the message appears after the join message<br \/>\n# default: 1000 (1 second)<br \/>\nnotify-delay: 1000<\/p>\n<p># Messages<br \/>\n# Customize all messages sent by the plugin<br \/>\n# Available placeholders:<br \/>\n# {prefix} &#8211; The prefix defined above<br \/>\n# {player} &#8211; The player&#8217;s username<br \/>\n# {referrer} &#8211; The referrer&#8217;s username<br \/>\n# {claimer} &#8211; The claimer&#8217;s username<br \/>\n# {max-age} &#8211; The max age in seconds<br \/>\n# {max-age-hours} &#8211; The max age in hours<br \/>\n# {max-referrals} &#8211; The max referrals limit<br \/>\n# {hours} &#8211; Hours remaining (for time-remaining message)<br \/>\n# {minutes} &#8211; Minutes remaining (for time-remaining message)<br \/>\n# {value} &#8211; Generic value placeholder<br \/>\nmessages:<br \/>\n  # Command messages<br \/>\n  player-only: &#8220;&#038;cThis command can only be used by players.&#8221;<br \/>\n  no-permission: &#8220;&#038;cYou do not have permission to use this command.&#8221;<\/p>\n<p>  # \/refer command messages<br \/>\n  refer-usage: &#8220;&#038;cUsage: \/refer <username>&#8221;<br \/>\n  refer-success: &#8220;{prefix} &#038;aYou have been referred by {referrer}!&#8221;<br \/>\n  already-referred: &#8220;{prefix} &#038;cYou have already set your referrer!&#8221;<br \/>\n  cannot-refer-self: &#8220;{prefix} &#038;cYou cannot refer yourself!&#8221;<br \/>\n  referrer-not-joined: &#8220;{prefix} &#038;cThe player &#8216;{referrer}&#8217; has not joined the server before!&#8221;<br \/>\n  account-too-old: &#8220;{prefix} &#038;cYou cannot set a referrer because your account is too old!&#8221;<br \/>\n  account-too-old-details: &#8220;&#038;cMaximum age: {max-age} seconds ({max-age-hours} hours)&#8221;<br \/>\n  circular-referral-blocked: &#8220;{prefix} &#038;cCircular referrals are not allowed! {referrer} was referred by you.&#8221;<br \/>\n  max-referrals-reached: &#8220;{prefix} &#038;cThe player &#8216;{referrer}&#8217; has reached the maximum number of referrals!&#8221;<\/p>\n<p>  # \/refer explanation (when no args provided)<br \/>\n  refer-explanation-header: &#8220;{prefix} &#038;eReferral System&#8221;<br \/>\n  refer-explanation-line1: &#8220;&#038;eIf someone referred you to this server, use this command to give them credit!&#8221;<br \/>\n  refer-explanation-usage: &#8220;&#038;eUsage: &#038;a\/refer <username>&#8221;<br \/>\n  refer-explanation-current: &#8220;&#038;aYou were referred by: &#038;f{referrer}&#8221;<br \/>\n  refer-explanation-time-remaining: &#8220;&#038;eYou have &#038;a{hours} hours and {minutes} minutes &#038;eto claim your referral.&#8221;<br \/>\n  refer-explanation-expired: &#8220;&#038;cYour account is too old to claim a referral.&#8221;<br \/>\n  refer-explanation-no-limit: &#8220;&#038;eYou can claim your referral at any time!&#8221;<\/p>\n<p>  # Join notification messages<br \/>\n  notify-line1: &#8220;{prefix} &#038;eYou haven&#8217;t set who referred you yet!&#8221;<br \/>\n  notify-line2: &#8220;&#038;eUse &#038;a\/refer <username> &#038;eto claim your referral reward!&#8221;<\/p>\n<p>  # \/referral help command<br \/>\n  help-header: &#8220;{prefix} &#038;eReferral Plugin Commands:&#8221;<br \/>\n  help-refer: &#8220;&#038;a\/refer <username> &#038;7- Claim who referred you to the server&#8221;<br \/>\n  help-referral-help: &#8220;&#038;a\/referral help &#038;7- Show this help message&#8221;<br \/>\n  help-referral-config: &#8220;&#038;a\/referral config &#038;7- View current configuration&#8221;<br \/>\n  help-referral-reload: &#8220;&#038;a\/referral reload &#038;7- Reload the plugin configuration&#8221;<\/p>\n<p>  # \/referral command messages<br \/>\n  referral-usage: &#8220;&#038;cUsage: \/referral <help|config|reload>&#8221;<br \/>\n  referral-unknown-subcommand: &#8220;&#038;cUnknown subcommand. Use &#038;e\/referral help &#038;cfor available commands.&#8221;<br \/>\n  reload-start: &#8220;{prefix} &#038;eReloading referral configuration&#8230;&#8221;<br \/>\n  reload-complete: &#8220;{prefix} &#038;aReferral configuration reloaded.&#8221;<\/p>\n<p>  # \/referral config messages<br \/>\n  config-header: &#8220;{prefix} &#038;eCurrent Referral Configuration:&#8221;<br \/>\n  config-circular: &#8220;&#038;eCircular referrals: &#038;f{value}&#8221;<br \/>\n  config-max-referrals: &#8220;&#038;eMax Referrals: &#038;f{value}&#8221;<br \/>\n  config-max-age: &#8220;&#038;eMax Age: &#038;f{value}&#8221;<br \/>\n  config-referree-joined: &#8220;&#038;eReferree Joined Requirement: &#038;f{value}&#8221;<br \/>\n  config-notify-on-join: &#8220;&#038;eNotify on Join: &#038;f{value}&#8221;<br \/>\n  config-store-offline: &#8220;&#038;eStore Rewards if Offline: &#038;f{value}&#8221;<\/p>\n<p># Rewards<br \/>\n# Rewards to give to the referrer and referree when a referral is claimed.<br \/>\nrewards:<br \/>\n  # Claimer is the player who ran \/refer <username>, aka the new player<br \/>\n  claimer:<br \/>\n    # Commands to run as console when a referral is claimed<br \/>\n    # {player} is replaced with the claimer&#8217;s username<br \/>\n    commands:<br \/>\n      &#8211; &#8220;give {player} diamond 5&#8221;<br \/>\n    # Messages to send to the claimer when a referral is claimed<br \/>\n    messages:<br \/>\n      &#8211; &#8220;&#038;aYou have received 5 diamonds for being referred!&#8221;<br \/>\n  # The player who referred the new player, this is the <username> that was passed to \/refer <username><br \/>\n  referrer:<br \/>\n    # Store if offline means if the referrer is offline when the referral is claimed, the commands and messages will run\/send when they next join<br \/>\n    # default: true<br \/>\n    store-if-offline: true<br \/>\n    # Commands to run as console when a referral is claimed<br \/>\n    # {player} is replaced with the referrer&#8217;s username<br \/>\n    commands:<br \/>\n      &#8211; &#8220;give {player} emerald 10&#8221;<br \/>\n    # Messages to send to the referrer when a referral is claimed<br \/>\n    # {claimer} is replaced with the claimer&#8217;s username<br \/>\n    messages:<br \/>\n      &#8211; &#8220;&#038;aYou have received 10 emeralds for referring {claimer}!&#8221;<\/p>\n<p>  # Milestone rewards<br \/>\n  # These are given to the referrer when they reach a certain number of referrals<br \/>\n  # Milestones are only triggered once per milestone<br \/>\n  # Available placeholders: {player}, {milestone}, {total}<br \/>\n  milestones:<br \/>\n    # Enable or disable milestone rewards<br \/>\n    # default: true<br \/>\n    enabled: true<\/p>\n<p>    # Individual milestone configurations<br \/>\n    # The key (5, 10, 17, 25, etc.) is the number of referrals needed<br \/>\n    5:<br \/>\n      commands:<br \/>\n        &#8211; &#8220;give {player} diamond_block 1&#8221;<br \/>\n      messages:<br \/>\n        &#8211; &#8220;&#038;6&#038;lMILESTONE REACHED!&#8221;<br \/>\n        &#8211; &#8220;&#038;eYou have referred &#038;a{total} &#038;eplayers!&#8221;<br \/>\n        &#8211; &#8220;&#038;aYou received 1 Diamond Block!&#8221;<br \/>\n    10:<br \/>\n      commands:<br \/>\n        &#8211; &#8220;give {player} emerald_block 2&#8221;<br \/>\n      messages:<br \/>\n        &#8211; &#8220;&#038;6&#038;lMILESTONE REACHED!&#8221;<br \/>\n        &#8211; &#8220;&#038;eYou have referred &#038;a{total} &#038;eplayers!&#8221;<br \/>\n        &#8211; &#8220;&#038;aYou received 2 Emerald Blocks!&#8221;<\/p>\n<p># bStats<br \/>\n# Enable or disable bStats metrics collection<br \/>\n# This helps me understand how the plugin is being used<br \/>\n# default: true<br \/>\nbstats: true<\/p>\n<p># PlaceholderAPI Integration<br \/>\n# Available placeholders (requires PlaceholderAPI):<br \/>\n# %referral_referred_by% &#8211; Username of who referred the player (or &#8220;None&#8221;)<br \/>\n# %referral_has_referrer% &#8211; &#8220;true&#8221; or &#8220;false&#8221;<br \/>\n# %referral_total_referrals% &#8211; Number of players this player has referred<br \/>\n# %referral_first_join% &#8211; Timestamp of first join (or &#8220;Unknown&#8221;)<br \/>\n# %referral_account_age% &#8211; Account age in seconds (or &#8220;Unknown&#8221;)<br \/>\n# %referral_account_age_hours% &#8211; Account age in hours (or &#8220;Unknown&#8221;)<br \/>\n# %referral_can_claim% &#8211; &#8220;true&#8221; or &#8220;false&#8221; if player can claim a referral<br \/>\n# %referral_time_remaining% &#8211; Seconds until referral claim expires (&#8220;Unlimited&#8221;, &#8220;Expired&#8221;, or seconds)<br \/>\n# %referral_time_remaining_hours% &#8211; Hours until referral claim expires (&#8220;Unlimited&#8221;, &#8220;Expired&#8221;, or hours)<br \/>\n# %referral_next_milestone% &#8211; Next milestone the player will reach (or &#8220;None&#8221;\/&#8221;Disabled&#8221;)<br \/>\n# %referral_referrals_until_next% &#8211; How many more referrals until next milestone (or &#8220;None&#8221;\/&#8221;Disabled&#8221;)<\/p>\n<p>&#8220;`<\/p>\n<\/details>\n<p>## Placeholders<br \/>\nIf you have PlaceholderAPI installed, you can use the following placeholders:<br \/>\n|Placeholder|Description|<br \/>\n|&#8212;&#8211;|&#8212;&#8211;|<br \/>\n|`%referral_referred_by%`|Who referred the player, &#8220;None&#8221; if not referred|<br \/>\n|`%referral_has_referrer%`|Does the player have a referrer, true\/false|<br \/>\n|`%referral_total_referrals%`|How many players has this player referred|<br \/>\n|`%referral_first_join%`|Timestamp in unix millis that the player first joined since the plugin has been installed|<br \/>\n|`%referral_account_age%`|Seconds since the player joined for the first time|<br \/>\n|`%referral_account_age_hours%`|Hours since the player joined for the first time|<br \/>\n|`%referral_can_claim%`|Can the player still claim a referral, checks if they have already been referred, and if they have joined too long ago|<br \/>\n|`%referral_time_remaining%`|Seconds until they can no longer claim a referral, or &#8220;Unlimited&#8221;, or &#8220;Expired&#8221;|<br \/>\n|`%referral_time_remaining_hours%`|How many hours are left until they can&#8217;t claim a referral, or &#8220;Unlimited&#8221;, or &#8220;Expired&#8221;|<br \/>\n|`%referral_next_milestone%`|How many referrals they need to have in total until the next milestone|<br \/>\n|`%referral_referrals_until_next%`|How many referrals they need until they get the next milestone|<\/p>\n<p>All placeholders are also explained at the bottom of the config.yml file<\/p>\n<p>## Milestones<br \/>\nReward players for inviting more players, for example, give a bonus reward for the 5th referral, or for the 50th<\/p>\n<p>![Milestones config section](https:\/\/cdn.modrinth.com\/data\/cached_images\/bccf85305be72c3d7483db5f6fc55836639b29cf.png)<\/p>\n<p>## Permissions<br \/>\nThere are only 2 useful permissions<br \/>\n1. `referral.use` &#8211; Allows players to run \/refer <username>, defaults to enabled<br \/>\n2. `referral.admin` &#8211; Allows for `\/referral reload` and `\/referral config`, defaults to OP<\/p>\n<p>## Commands<br \/>\n|Command|Description|Permission|Default|<br \/>\n|&#8212;&#8211;|&#8212;&#8211;|&#8212;&#8211;|&#8212;-|<br \/>\n|`\/refer <username>`|Sets who referred you|`referral.use`|Defaults to enabled for all users|<br \/>\n|`\/referral reload`|Reloads the config|`referral.reload`\/`referral.admin`|Defaults to OP|<br \/>\n|`\/referral config`|Shows some of the config values, mainly for debugging|`referral.config`\/`referral.admin`|Defaults to OP|<\/p>\n<p># Support<br \/>\nNeed help with the plugin? Send a message to me on discord, my username is `editid`.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let players get rewards for referring each other, fully customisable<\/p>\n","protected":false},"featured_media":131129,"template":"","meta":{"_minecraft_slug":"referrals","_minecraft_project_id":"8GMszC0L","_minecraft_author":"editid","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":17,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"referrals.zip","_minecraft_size_bytes":47063,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:44:31.588438Z","_minecraft_date_created":"2026-01-25T21:57:01.034824Z","_minecraft_date_modified":"2026-01-24T19:13:47.794398Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/referrals","_minecraft_icon_attachment_id":131129,"_minecraft_imported_at":"2026-06-07T17:30:49+00:00","_minecraft_import_hash":"474e6cb4f0c65d5706f22b4b0e93aa47","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,867,129,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-131128","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Referrals - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Referrals - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Let players get rewards for referring each other, fully customisable\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/referrals\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/referrals\\\/\",\"name\":\"Referrals - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/referrals\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/referrals\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/referrals-icon-965cb358c37be16e47e969650e450686ca030d47_96.webp\",\"datePublished\":\"2026-06-07T17:30:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/referrals\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/referrals\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/referrals\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/referrals-icon-965cb358c37be16e47e969650e450686ca030d47_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/referrals-icon-965cb358c37be16e47e969650e450686ca030d47_96.webp\",\"width\":94,\"height\":25},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/referrals\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Referrals\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Referrals - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/","og_locale":"en_US","og_type":"article","og_title":"Referrals - Minecraft","og_description":"Let players get rewards for referring each other, fully customisable","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/","name":"Referrals - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/referrals-icon-965cb358c37be16e47e969650e450686ca030d47_96.webp","datePublished":"2026-06-07T17:30:48+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/referrals\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/referrals-icon-965cb358c37be16e47e969650e450686ca030d47_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/referrals-icon-965cb358c37be16e47e969650e450686ca030d47_96.webp","width":94,"height":25},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/referrals\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Referrals"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/131128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/131129"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=131128"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=131128"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=131128"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=131128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}