{"id":39939,"date":"2026-06-02T00:15:53","date_gmt":"2026-06-01T21:15:53","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/"},"modified":"2026-06-02T00:15:53","modified_gmt":"2026-06-01T21:15:53","slug":"christmasgift","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/","title":{"rendered":"christmasgift"},"content":{"rendered":"<p># ChristmasGift \ud83c\udf81<br \/>\nA festive Minecraft plugin featuring Christmas-themed loot boxes with tiered rewards, spectacular particle effects, and an intuitive admin GUI for complete reward management.<\/p>\n<p>![Version](https:\/\/img.shields.io\/badge\/Version-1.0.0-blue)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.21-green)<br \/>\n![API](https:\/\/img.shields.io\/badge\/Paper%20API-1.21.1-orange)<\/p>\n<p>### \ud83c\udf1f Key Features<br \/>\n&#8211; **5-Tier Rarity System** &#8211; Common, Rare, Epic, Legendary, and Mythic rewards<br \/>\n&#8211; **Stunning Visual Effects** &#8211; Beautiful particle animations and sound effects when opening gifts<br \/>\n&#8211; **In-Game Admin GUI** &#8211; Manage tiers, rewards, and chances without editing files<br \/>\n&#8211; **Fully Configurable** &#8211; Customize everything from drop rates to reward commands<br \/>\n&#8211; **Economy Support** &#8211; Compatible with Vault and EssentialsX economy plugins<br \/>\n&#8211; **Smart Cooldown System** &#8211; Prevents spam with automatic cleanup<br \/>\n&#8211; **Broadcast System** &#8211; Announce special rewards to the entire server<br \/>\n&#8211; **Performance Optimized** &#8211; Efficient particle rendering and memory management<\/p>\n<p>### \ud83d\udccb Commands<br \/>\n&#8220;`<br \/>\n\/christmasgift              &#8211; Open admin management GUI<br \/>\n\/christmasgift give <amount> &#8211; Give Christmas gifts to yourself<br \/>\n\/christmasgift reload        &#8211; Reload all configurations<br \/>\n&#8220;`<br \/>\nQuick aliases: `\/cgift` or `\/xmasgift`<\/p>\n<p>### \u2699\ufe0f Configuration<\/p>\n<p>**config.yml**<br \/>\n&#8220;`yaml<br \/>\n# ChristmasGift Plugin Main Configuration<\/p>\n<p># General settings<br \/>\nsettings:<br \/>\n  # Cooldown in milliseconds<br \/>\n  gift-cooldown: 1000<br \/>\n  # Whether to broadcast rewards to entire server<br \/>\n  broadcast-rewards: true<br \/>\n  # Broadcast message format<br \/>\n  broadcast-format: &#8220;&#038;a%player% received %reward% from Christmas Gift!&#8221;<\/p>\n<p># Combo system settings<br \/>\ncombo:<br \/>\n  # Enable\/disable combo system<br \/>\n  enabled: true<br \/>\n  # Combo timeout (in seconds)<br \/>\n  timeout: 10<br \/>\n  # Combo tiers with multipliers<br \/>\n  tiers:<br \/>\n    tier1:<br \/>\n      gifts-required: 3<br \/>\n      multiplier: 1.5<br \/>\n      name: &#8220;# COMBO #&#8221;<br \/>\n      color: &#8220;&#038;b&#8221;<br \/>\n    tier2:<br \/>\n      gifts-required: 5<br \/>\n      multiplier: 2.0<br \/>\n      name: &#8220;* MEGA COMBO *&#8221;<br \/>\n      color: &#8220;&#038;6&#8221;<br \/>\n    tier3:<br \/>\n      gifts-required: 10<br \/>\n      multiplier: 3.0<br \/>\n      name: &#8220;@ ULTRA COMBO @&#8221;<br \/>\n      color: &#8220;&#038;d&#8221;<\/p>\n<p># Effects settings<br \/>\neffects:<br \/>\n  # Effects when opening gift<br \/>\n  enable-effects: true<br \/>\n  enable-sounds: true<br \/>\n  # Sound volume (0.0 &#8211; 1.0)<br \/>\n  sound-volume: 1.0<br \/>\n  # Sound pitch (0.0 &#8211; 2.0)<br \/>\n  sound-pitch: 1.0<\/p>\n<p># Item settings<br \/>\ngift:<br \/>\n  # Display name for gift item<br \/>\n  display-name: &#8220;&#038;c&#038;lChristmas Gift&#8221;<br \/>\n  # Item description<br \/>\n  lore:<br \/>\n    &#8211; &#8220;&#038;7Right click to open!&#8221;<br \/>\n    &#8211; &#8220;&#038;7+ Contains special rewards!&#8221;<br \/>\n    &#8211; &#8220;&#038;7+ From Common to Mythic&#8221;<br \/>\n    &#8211; &#8220;&#8221;<br \/>\n    &#8211; &#8220;&#038;e&#038;lCOMBO BONUS:&#8221;<br \/>\n    &#8211; &#8220;&#038;73+ gifts = 1.5x rewards&#8221;<br \/>\n    &#8211; &#8220;&#038;75+ gifts = 2.0x rewards&#8221;<br \/>\n    &#8211; &#8220;&#038;710+ gifts = 3.0x rewards&#8221;<br \/>\n  # Material for gift item<br \/>\n  material: CHEST<br \/>\n&#8220;`<\/p>\n<p>**rewards.yml**<br \/>\n&#8220;`yaml<br \/>\n# Advanced Christmas Gift Plugin Configuration<\/p>\n<p>tiers:<br \/>\n  common:<br \/>\n    chance: 45.0<br \/>\n    color: &#8220;&#038;f&#8221;<br \/>\n    prefix: &#8220;&#038;f[&#038;aCommon Reward&#038;f]&#8221;<br \/>\n    rewards:<br \/>\n      &#8211; &#8220;give %player% minecraft:diamond 2&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:emerald 3&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:cooked_beef 32&#8221;<br \/>\n      &#8211; &#8220;eco give %player% 1000&#8221;<br \/>\n      &#8211; &#8220;xp add %player% 500&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:iron_sword[minecraft:enchantments={levels:{&#8220;minecraft:sharpness&#8221;:3}}] 1&#8243;<\/p>\n<p>  rare:<br \/>\n    chance: 30.0<br \/>\n    color: &#8220;&#038;b&#8221;<br \/>\n    prefix: &#8220;&#038;f[&#038;bRare Reward&#038;f]&#8221;<br \/>\n    rewards:<br \/>\n      &#8211; &#8220;give %player% minecraft:diamond 5&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:emerald 8&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:netherite_ingot 1&#8221;<br \/>\n      &#8211; &#8220;eco give %player% 5000&#8221;<br \/>\n      &#8211; &#8220;xp add %player% 1000&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:enchanted_golden_apple 2&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:diamond_sword[minecraft:enchantments={levels:{&#8220;minecraft:sharpness&#8221;:4,&#8221;minecraft:looting&#8221;:2}}] 1&#8243;<\/p>\n<p>  epic:<br \/>\n    chance: 15.0<br \/>\n    color: &#8220;&#038;5&#8221;<br \/>\n    prefix: &#8220;&#038;f[&#038;5Epic Reward&#038;f]&#8221;<br \/>\n    rewards:<br \/>\n      &#8211; &#8220;give %player% minecraft:diamond 10&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:netherite_ingot 2&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:enchanted_golden_apple 5&#8221;<br \/>\n      &#8211; &#8220;eco give %player% 10000&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:diamond_block 3&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:netherite_pickaxe[minecraft:enchantments={levels:{&#8220;minecraft:efficiency&#8221;:5,&#8221;minecraft:fortune&#8221;:3,&#8221;minecraft:unbreaking&#8221;:3}}] 1&#8243;<br \/>\n      &#8211; &#8220;give %player% minecraft:diamond_sword[minecraft:enchantments={levels:{&#8220;minecraft:sharpness&#8221;:5,&#8221;minecraft:looting&#8221;:3,&#8221;minecraft:unbreaking&#8221;:3}}] 1&#8243;<\/p>\n<p>  legendary:<br \/>\n    chance: 8.0<br \/>\n    color: &#8220;&#038;6&#8221;<br \/>\n    prefix: &#8220;&#038;f[&#038;6Legendary Reward&#038;f]&#8221;<br \/>\n    rewards:<br \/>\n      &#8211; &#8220;give %player% minecraft:netherite_ingot 5&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:diamond_block 5&#8221;<br \/>\n      &#8211; &#8220;eco give %player% 50000&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:elytra[minecraft:enchantments={levels:{&#8220;minecraft:unbreaking&#8221;:3}}] 1&#8243;<br \/>\n      &#8211; &#8220;give %player% minecraft:netherite_sword[minecraft:enchantments={levels:{&#8220;minecraft:sharpness&#8221;:5,&#8221;minecraft:looting&#8221;:3,&#8221;minecraft:unbreaking&#8221;:3,&#8221;minecraft:fire_aspect&#8221;:2}}] 1&#8243;<br \/>\n      &#8211; &#8220;give %player% minecraft:netherite_axe[minecraft:enchantments={levels:{&#8220;minecraft:sharpness&#8221;:5,&#8221;minecraft:efficiency&#8221;:5,&#8221;minecraft:unbreaking&#8221;:3}}] 1&#8243;<\/p>\n<p>  mythic:<br \/>\n    chance: 2.0<br \/>\n    color: &#8220;&#038;d&#8221;<br \/>\n    prefix: &#8220;&#038;f[&#038;dMythic Reward&#038;f]&#8221;<br \/>\n    rewards:<br \/>\n      &#8211; &#8220;give %player% minecraft:beacon 1&#8221;<br \/>\n      &#8211; &#8220;eco give %player% 100000&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:dragon_egg 1&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:netherite_block 3&#8221;<br \/>\n      &#8211; &#8220;give %player% minecraft:elytra[minecraft:enchantments={levels:{&#8220;minecraft:unbreaking&#8221;:3,&#8221;minecraft:mending&#8221;:1}}] 1&#8243;<br \/>\n      &#8211; &#8220;give %player% minecraft:netherite_sword[minecraft:enchantments={levels:{&#8220;minecraft:sharpness&#8221;:5,&#8221;minecraft:looting&#8221;:3,&#8221;minecraft:unbreaking&#8221;:3,&#8221;minecraft:fire_aspect&#8221;:2,&#8221;minecraft:mending&#8221;:1,&#8221;minecraft:sweeping_edge&#8221;:3}}] 1&#8243;<br \/>\n&#8220;`<\/p>\n<p>### \ud83c\udfae How to Use<br \/>\n1. **Get a Gift** &#8211; Use `\/christmasgift give 1` or receive from server events<br \/>\n2. **Open the Gift** &#8211; Right-click the Christmas Gift item<br \/>\n3. **Enjoy the Show** &#8211; Watch beautiful particle effects and animations<br \/>\n4. **Receive Rewards** &#8211; Get random rewards based on tier chances<\/p>\n<p>### \ud83d\udd12 Permissions<br \/>\n&#8220;`yaml<br \/>\nchristmasgift.admin:  # Access all commands and GUI (default: op)<br \/>\n&#8220;`<\/p>\n<p>### \ud83d\udcbb Requirements<br \/>\n&#8211; **Server Type:** Paper 1.21.1+ (Spigot compatible)<br \/>\n&#8211; **Minecraft Version:** 1.21+<br \/>\n&#8211; **Java:** 17 or higher<br \/>\n&#8211; **Optional Dependencies:**<br \/>\n  &#8211; Vault (for economy support)<br \/>\n  &#8211; EssentialsX (for economy commands)<\/p>\n<p>### \ud83d\udd27 Installation<br \/>\n1. Download the latest version from Modrinth<br \/>\n2. Place `ChristmasGift.jar` in your server&#8217;s `plugins` folder<br \/>\n3. Restart your server<br \/>\n4. Configure tiers and rewards in `plugins\/ChristmasGift\/rewards.yml`<br \/>\n5. Customize settings in `plugins\/ChristmasGift\/config.yml`<br \/>\n6. Use `\/christmasgift` to open the admin GUI<\/p>\n<p>### \ud83c\udfa8 Customization<br \/>\nThe plugin is **fully customizable** through the in-game GUI:<br \/>\n&#8211; \u270f\ufe0f Edit tier drop chances<br \/>\n&#8211; \ud83c\udfaf Add\/remove rewards for each tier<br \/>\n&#8211; \ud83c\udff7\ufe0f Customize tier prefixes and colors<br \/>\n&#8211; \ud83c\udf81 Create new custom tiers<br \/>\n&#8211; \u26a1 Real-time updates without restart<\/p>\n<p>### \ud83c\udfaf Perfect For<br \/>\n&#8211; \u2728 Christmas\/Holiday events<br \/>\n&#8211; \ud83c\udf89 Server rewards and giveaways<br \/>\n&#8211; \ud83c\udfc6 Competition prizes<br \/>\n&#8211; \ud83d\udc8e VIP perks<br \/>\n&#8211; \ud83c\udf8a Special celebrations<\/p>\n<p>### \ud83d\udc9d Support Development<br \/>\nIf you find this plugin useful, please consider:<br \/>\n&#8211; \u2b50 Rating the plugin on Modrinth<br \/>\n&#8211; \ud83d\udce2 Sharing with other server owners<br \/>\n&#8211; \ud83d\udcac Leaving feedback and suggestions<br \/>\n&#8211; \ud83d\udc1b Reporting bugs to help improve<\/p>\n<p>### \ud83d\udcde Support &#038; Community<br \/>\nNeed help or want to share your experience?<br \/>\n&#8211; **Discord:** https:\/\/discord.gg\/NJVHMSMR6m<br \/>\n&#8211; **Issues:** Report bugs on our issue tracker<br \/>\n&#8211; **Suggestions:** We welcome feature requests!<\/p>\n<p>&#8212;<\/p>\n<p>Made with \u2764\ufe0f for the Minecraft community<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A festive Minecraft plugin that adds Christmas-themed loot boxes with a tiered reward system (Common to Mythic), featuring spectacular particle effects, sound animations, and a fully configurable admin GUI for managing rewards and drop rate<\/p>\n","protected":false},"featured_media":39940,"template":"","meta":{"_minecraft_slug":"christmasgift","_minecraft_project_id":"V8sHKReq","_minecraft_author":"ResistanceCore","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":774,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"christmasgift.zip","_minecraft_size_bytes":168623,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T09:18:05.178144Z","_minecraft_date_created":"2025-10-22T21:49:50.552896Z","_minecraft_date_modified":"2025-12-03T12:15:20.150079Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/christmasgift","_minecraft_icon_attachment_id":39940,"_minecraft_imported_at":"2026-06-01T21:15:54+00:00","_minecraft_import_hash":"05dda06d44a9da125b92812ebef1cffd","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,89,127,92],"mod_loader":[132],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-39939","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-game-mechanics","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","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>christmasgift - 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\/christmasgift\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"christmasgift - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A festive Minecraft plugin that adds Christmas-themed loot boxes with a tiered reward system (Common to Mythic), featuring spectacular particle effects, sound animations, and a fully configurable admin GUI for managing rewards and drop rate\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/christmasgift\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/christmasgift\\\/\",\"name\":\"christmasgift - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/christmasgift\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/christmasgift\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/christmasgift-icon-2408e106ce15c1bc07041d889cad95b8205083d3.png\",\"datePublished\":\"2026-06-01T21:15:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/christmasgift\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/christmasgift\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/christmasgift\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/christmasgift-icon-2408e106ce15c1bc07041d889cad95b8205083d3.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/christmasgift-icon-2408e106ce15c1bc07041d889cad95b8205083d3.png\",\"width\":200,\"height\":200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/christmasgift\\\/#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\":\"christmasgift\"}]},{\"@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":"christmasgift - 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\/christmasgift\/","og_locale":"en_US","og_type":"article","og_title":"christmasgift - Minecraft","og_description":"A festive Minecraft plugin that adds Christmas-themed loot boxes with a tiered reward system (Common to Mythic), featuring spectacular particle effects, sound animations, and a fully configurable admin GUI for managing rewards and drop rate","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/","name":"christmasgift - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/christmasgift-icon-2408e106ce15c1bc07041d889cad95b8205083d3.png","datePublished":"2026-06-01T21:15:53+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/christmasgift-icon-2408e106ce15c1bc07041d889cad95b8205083d3.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/christmasgift-icon-2408e106ce15c1bc07041d889cad95b8205083d3.png","width":200,"height":200},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/christmasgift\/#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":"christmasgift"}]},{"@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\/39939","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\/39940"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=39939"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=39939"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=39939"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=39939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}