GiftDrop
28 Jan 2026
CurseForge · Hytale mod
Surprise reward challenges that keep your server engaged — random math puzzles and reaction codes drop at intervals, players race to answer in chat, and the fastest wins real item rewards.
Quick answer
GiftDrops GiftDrop targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
GiftDrop. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for GiftDrops GiftDrop. Pick another file and the loader, install side or required mods may change.
Use GiftDrop. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside GiftDrop. It opens that exact file at the source.
About this project
Your server chat is about to get a lot more exciting.
GiftDrops drops surprise challenges at random intervals — a math puzzle appears, or a scrambled code flashes — and the race is on. The first player to type the correct answer in chat wins real item rewards straight to their inventory.
No menus. No sign-ups. Just play and react.
Built to keep your player base engaged between builds, during downtime, or anytime the server needs a burst of energy.
That's it. No setup required from players. They just need to be paying attention.
Randomized arithmetic at varied difficulty. Addition, subtraction, multiplication, and division — all producing clean whole-number answers.
GiftDrop! First to answer: What is 34 + 17? GiftDrop! First to answer: What is 12 × 9? GiftDrop! First to answer: What is 44 ÷ 4?
A randomly generated code flashes. Pure speed — type it first, win.
Three formats keep players on their toes:
4829A3K7B2XKQMCase-insensitive, so nobody loses to a caps lock mishap.
Every event hits through multiple visual channels so nobody misses it:
When someone wins:
When nobody answers in time:
Everything lives in a single config.json:
{
"eventIntervalMinutes": 15,
"winnerCooldownMinutes": 5,
"eventDurationSeconds": 30,
"rewards": [
{ "item": "Ingredient_Bar_Iron", "amount": 3 },
{ "item": "Ingredient_Bar_Cobalt", "amount": 1 }
]
}
Item IDs follow the Hytale asset format (e.g., Ingredient_Bar_Iron, Tool_Pickaxe_Iron). Refer to community item databases for the full list of valid IDs.
---
Permissions
┌─────────────────┬─────────┬─────────────────────────────────────────────────────────┐
│ Permission │ Default │ Description │
├─────────────────┼─────────┼─────────────────────────────────────────────────────────┤
│ giftdrops.start │ Denied │ Allows using /giftdrop start to manually trigger events │
└─────────────────┴─────────┴─────────────────────────────────────────────────────────┘
All players can participate in events and use /giftdrop stats with no permission needed. Only manually starting events requires the giftdrops.start permission, which is denied by default. Grant it to admins or moderators through your permission setup.
Commands
┌─────────────────┬─────────────────────────────────────────────────────────┐
│ Command │ Description │
├─────────────────┼─────────────────────────────────────────────────────────┤
│ /giftdrop start │ Manually trigger a challenge (requires giftdrops.start) │
├─────────────────┼─────────────────────────────────────────────────────────┤
│ /giftdrop stats │ Check your total wins (available to all players) │
└─────────────────┴─────────────────────────────────────────────────────────┘
---
Requirements
- PlayerData Core — must be installed on the server. GiftDrops uses it for persistent win tracking and cooldown storage. Without it, the plugin will not start.
---
What's Next
GiftDrops v1 ships lean on purpose. No bloat, no unnecessary dependencies. Future versions may add new challenge types, leaderboards, or economy integration — but only if players want them.
Project description from CurseForge.
Recent files
28 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.