christmasgift

โญ โ€” (1 endorsements) ๐Ÿ“ฅ 835 downloads ๐Ÿ“Œ v1.3.2 ๐Ÿ“… 10/22/2025
๐ŸŸก Updated this year

By ResistanceCore ยท economy

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 12/3/2025 ๐Ÿ“… Created: 10/22/2025

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.1% endorsement rate
  • ๐Ÿ† #15 of 84 economy mods in this game by downloads

๐Ÿ“‹ About This Mod

# ChristmasGift ๐ŸŽ A festive Minecraft plugin featuring Christmas-themed loot boxes with tiered rewards, spectacular particle effects, and an intuitive admin GUI for complete reward management. !(https://img.shields.io/badge/Version-1.0.0-blue) !(https://img.shields.io/badge/Minecraft-1.21-green) !(https://img.shields.io/badge/Paper%20API-1.21.1-orange) ### ๐ŸŒŸ Key Features - **5-Tier Rarity System** - Common, Rare, Epic, Legendary, and Mythic rewards - **Stunning Visual Effects** - Beautiful particle animations and sound effects when opening gifts - **In-Game Admin GUI** - Manage tiers, rewards, and chances without editing files - **Fully Configurable** - Customize everything from drop rates to reward commands - **Economy Support** - Compatible with Vault and EssentialsX economy plugins - **Smart Cooldown System** - Prevents spam with automatic cleanup - **Broadcast System** - Announce special rewards to the entire server - **Performance Optimized** - Efficient particle rendering and memory management ### ๐Ÿ“‹ Commands ``` /christmasgift - Open admin management GUI /christmasgift give <amount> - Give Christmas gifts to yourself /christmasgift reload - Reload all configurations ``` Quick aliases: `/cgift` or `/xmasgift` ### โš™๏ธ Configuration **config.yml** ```yaml # ChristmasGift Plugin Main Configuration # General settings settings: # Cooldown in milliseconds gift-cooldown: 1000 # Whether to broadcast rewards to entire server broadcast-rewards: true # Broadcast message format broadcast-format: "&a%player% received %reward% from Christmas Gift!" # Combo system settings combo: # Enable/disable combo system enabled: true # Combo timeout (in seconds) timeout: 10 # Combo tiers with multipliers tiers: tier1: gifts-required: 3 multiplier: 1.5 name: "# COMBO #" color: "&b" tier2: gifts-required: 5 multiplier: 2.0 name: "* MEGA COMBO *" color: "&6" tier3: gifts-required: 10 multiplier: 3.0 name: "@ ULTRA COMBO @" color: "&d" # Effects settings effects: # Effects when opening gift enable-effects: true enable-sounds: true # Sound volume (0.0 - 1.0) sound-volume: 1.0 # Sound pitch (0.0 - 2.0) sound-pitch: 1.0 # Item settings gift: # Display name for gift item display-name: "&c&lChristmas Gift" # Item description lore: - "&7Right click to open!" - "&7+ Contains special rewards!" - "&7+ From Common to Mythic" - "" - "&e&lCOMBO BONUS:" - "&73+ gifts = 1.5x rewards" - "&75+ gifts = 2.0x rewards" - "&710+ gifts = 3.0x rewards" # Material for gift item material: CHEST ``` **rewards.yml** ```yaml # Advanced Christmas Gift Plugin Configuration tiers: common: chance: 45.0 color: "&f" prefix: "&f" rewards: - "give %player% minecraft:diamond 2" - "give %player% minecraft:emerald 3" - "give %player% minecraft:cooked_beef 32" - "eco give %player% 1000" - "xp add %player% 500" - "give %player% minecraft:iron_sword 1" rare: chance: 30.0 color: "&b" prefix: "&f" rewards: - "give %player% minecraft:diamond 5" - "give %player% minecraft:emerald 8" - "give %player% minecraft:netherite_ingot 1" - "eco give %player% 5000" - "xp add %player% 1000" - "give %player% minecraft:enchanted_golden_apple 2" - "give %player% minecraft:diamond_sword 1" epic: chance: 15.0 color: "&5" prefix: "&f" rewards: - "give %player% minecraft:diamond 10" - "give %player% minecraft:netherite_ingot 2" - "give %player% minecraft:enchanted_golden_apple 5" - "eco give %player% 10000" - "give %player% minecraft:diamond_block 3" - "give %player% minecraft:netherite_pickaxe 1" - "give %player% minecraft:diamond_sword 1" legendary: chance: 8.0 color: "&6" prefix: "&f" rewards: - "give %player% minecraft:netherite_ingot 5" - "give %player% minecraft:diamond_block 5" - "eco give %player% 50000" - "give %player% minecraft:elytra 1" - "give %player% minecraft:netherite_sword 1" - "give %player% minecraft:netherite_axe[minecraft:enchantments={levels:{\"minecraft:sharpness\":5,\"minecraft:efficiency\

# ChristmasGift ๐ŸŽ A festive Minecraft plugin featuring Christmas-themed loot boxes with tiered rewards, spectacular particle effects, and an intuitive admin GUI for complete reward management.

!(https://img.shields.io/badge/Version-1. 0. 0-blue) !(https://img.shields.io/badge/Minecraft-1. 21-green) !(https://img.shields.io/badge/Paper%20API-1. 21. 1-orange)

### ๐ŸŒŸ Key Features - 5-Tier Rarity System - Common, Rare, Epic, Legendary, and Mythic rewards - Stunning Visual Effects - Beautiful particle animations and sound effects when opening gifts - In-Game Admin GUI - Manage tiers, rewards, and chances without editing files - Fully Configurable - Customize everything from drop rates to reward commands - Economy Support - Compatible with Vault and EssentialsX economy plugins - Smart Cooldown System - Prevents spam with automatic cleanup - Broadcast System - Announce special rewards to the entire server - Performance Optimized - Efficient particle rendering and memory management

### ๐Ÿ“‹ Commands ``` /christmasgift - Open admin management GUI /christmasgift give - Give Christmas gifts to yourself /christmasgift reload - Reload all configurations ``` Quick aliases: `/cgift` or `/xmasgift`

### โš™๏ธ Configuration

config.yml ```yaml # ChristmasGift Plugin Main Configuration

# General settings settings: # Cooldown in milliseconds gift-cooldown: 1000 # Whether to broadcast rewards to entire server broadcast-rewards: true # Broadcast message format broadcast-format: "&a%player% received %reward% from Christmas Gift!"

# Combo system settings combo: # Enable/disable combo system enabled: true # Combo timeout (in seconds) timeout: 10 # Combo tiers with multipliers tiers: tier1: gifts-required: 3 multiplier: 1. 5 name: "# COMBO #" color: "&b" tier2: gifts-required: 5 multiplier: 2. 0 name: " MEGA COMBO " color: "&6" tier3: gifts-required: 10 multiplier: 3. 0 name: "@ ULTRA COMBO @" color: "&d"

# Effects settings effects: # Effects when opening gift enable-effects: true enable-sounds: true # Sound volume (0. 0 - 1. 0) sound-volume: 1. 0 # Sound pitch (0. 0 - 2. 0) sound-pitch: 1. 0

# Item settings gift: # Display name for gift item display-name: "&c&lChristmas Gift" # Item description lore: - "&7Right click to open!" - "&7+ Contains special rewards!" - "&7+ From Common to Mythic" - "" - "&e&lCOMBO BONUS:" - "&73+ gifts = 1. 5x rewards" - "&75+ gifts = 2. 0x rewards" - "&710+ gifts = 3. 0x rewards" # Material for gift item material: CHEST ```

rewards.yml ```yaml # Advanced Christmas Gift Plugin Configuration

tiers: common: chance: 45. 0 color: "&f" prefix: "&f[&aCommon Reward&f]" rewards: - "give %player% minecraft:diamond 2" - "give %player% minecraft:emerald 3" - "give %player% minecraft:cooked_beef 32" - "eco give %player% 1000" - "xp add %player% 500" - "give %player% minecraft:iron_sword 1"

rare: chance: 30. 0 color: "&b" prefix: "&f[&bRare Reward&f]" rewards: - "give %player% minecraft:diamond 5" - "give %player% minecraft:emerald 8" - "give %player% minecraft:netherite_ingot 1" - "eco give %player% 5000" - "xp add %player% 1000" - "give %player% minecraft:enchanted_golden_apple 2" - "give %player% minecraft:diamond_sword 1"

epic: chance: 15. 0 color: "&5" prefix: "&f[&5Epic Reward&f]" rewards: - "give %player% minecraft:diamond 10" - "give %player% minecraft:netherite_ingot 2" - "give %player% minecraft:enchanted_golden_apple 5" - "eco give %player% 10000" - "give %player% minecraft:diamond_block 3" - "give %player% minecraft:netherite_pickaxe 1" - "give %player% minecraft:diamond_sword 1"

legendary: chance: 8. 0 color: "&6" prefix: "&f[&6Legendary Reward&f]" rewards: - "give %player% minecraft:netherite_ingot 5" - "give %player% minecraft:diamond_block 5" - "eco give %player% 50000" - "give %player% minecraft:elytra 1" - "give %player% minecraft:netherite_sword 1" - "give %player% minecraft:netherite_axe[minecraft:enchantments={levels:{\"minecraft:sharpness\":5,\"minecraft:efficiency\

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
ResistanceCore
Version
1.3.2
Downloads
835
Endorsements
1
Category
economy
Created
10/22/2025
Updated
12/3/2025
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
economy, game-mechanics, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does christmasgift support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of christmasgift?

Version 1.3.2, published 2025-12-03 with 835 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More economy ๐Ÿ‘ค More by ResistanceCore ๐Ÿ”Ž Similar Mods ๐ŸŒ Best economy (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods