💎 The Shard Economy

The Shard system is the backbone of the UltimateChristmas plugin’s progression. Shards act as a special event currency, earned through everyday activities like mining, farming, and fighting festive mobs—and later spent in the Shard Shop.

🎯 What are Shards?

Chat feedback example: + 5 shards (You now have 120). Spend shards via the /shards shop GUI, admin commands (/shards give/take), or as rewards from NPCs/quests.

⚙️ Config summary (shards.yml)

SectionPurpose
blocksVanilla block rewards (e.g., coal_ore, oak_log).
mobsNatural mob rewards (e.g., zombie, creeper).
itemsadder-blocksCustom ItemsAdder blocks drop shards.
mythicmobsBoss/event creature rewards via MythicMobs.
enable-itemsadder / enable-mythicmobsToggles for those hooks.

Each source has two parameters: shards (amount) and chance (0.0–1.0 probability).

Example

coal_ore:
  shards: 2
  chance: 0.1
# → 10% chance to get 2 shards on mining coal ore.

MythicMobs example

FrostGiant:
  shards: 50
  chance: 0.5
# → 50% chance to drop 50 shards on kill.

📈 Player feel

Shards create a steady drip of progress—random “sparkles” that make routine actions feel valuable. Tweak weights to balance your economy and combine with Advent/Santa/Snowball for cross-feature synergy.

🧩 Advanced uses