PresentsHunt
๐ก Updated this yearPreview

๐ Analysis
- ๐ #212 of 333 adventure mods in this game by downloads
๐ About This Mod
# ๐ PresentsHunt - Gift Hunt A plugin that adds an exciting gift hunt with different themed modes. Players search for hidden gift heads throughout the world and receive rewards for collecting them. ## ๐งฉ Version Compatibility | **Plugin version** | **Supported Paper** | **Java** | |--------------------|-----------------------|----------| | `1.3.0` | `1.20.1` โ `26.2` | 25 | | `1.2.1` | `1.20.1` โ `1.21.11` | 21 | ## โจ Features - ๐ **Themed Modes**: Christmas, Halloween, Easter, and custom mode - ๐ **Achievement System**: Players collect event items to earn rewards - ๐ **Leaderboard**: Player rankings with PlaceholderAPI integration - ๐ฏ **Administrative Tools**: Easy management and cleanup of event items (no need to remember exact locations) - ๐ **Effects**: Particles and sounds when interacting with event items - ๐ **Configurable Messages**: Support for MiniMessage format - ๐ง **API Integration**: PlaceholderAPI support for integration with other plugins ## โจ Dependencies **Optional** - (https://modrinth.com/plugin/placeholderapi) ## โ๏ธ Configuration Main settings in `config.yml`: ```yaml # Mode Selection (HALLOWEEN, CHRISTMAS, EASTER, CUSTOM) presentsMode: CHRISTMAS # How many event items need to be found to get a reward totalPresents: 30 # Commands for each found event item and when a player finds all # In these commands, you can use the variables %player%, %found%, and %total%. commands: foundCommands: rewardCommands: - "give %player% diamond 10" leaderboard: maxPlayersCount: 100 # How many players will be stored in the leaderboard to display the position in the top # Music when interacting with the head sounds: found: "block.pumpkin.carve" alreadyFound: "entity.zombie.ambient" complete: "entity.firework_rocket.blast" # Effects when interacting with the head particles: found: "SWEEP_ATTACK" alreadyFound: "SQUID_INK" ``` ### Head Textures Pre-configured textures available for each mode: - **CHRISTMAS**: New Year gift - **HALLOWEEN**: Halloween pumpkin - **EASTER**: Easter egg - **CUSTOM**: Custom head (configure your own texture) ## ๐ฎ Usage ### For Players 1. Find hidden event item heads in the world 2. Right-click the event item to collect it 3. Collect event items to earn rewards 4. Use `/presentshunt stats` to view statistics ### For Administrators ``` /presentshunt give - Get a head (event item) /presentshunt stats - Show plugin statistics /presentshunt reload - Reload configuration /presentshunt locate - Find event items within radius /presentshunt cleanup - Remove event items within radius /presentshunt resetplayer <player> - Reset player data /presentshunt resetall - Reset all player data /presentshunt setmode - Set a new event mode /presentshunt replace - Replace all items of the selected event with the current one in the radius ``` ### Placing Gifts 1. Get a head with `/presentshunt give` command 2. Place the head anywhere in the world 3. The head is automatically marked as a collectible event item ## ๐ PlaceholderAPI The plugin supports PlaceholderAPI with the following placeholders: ``` %presentshunt_found% - Number of found event items %presentshunt_total% - Total number of event items %presentshunt_mode% - Current hunt mode %presentshunt_completed% - Number of players who completed the hunt %presentshunt_players% - Number of players with data %presentshunt_position% - Ranking position %presentshunt_status% - Completion status (Completed/In Progress/Not Started) %presentshunt_top_1_status% - Status of player in 1st place %presentshunt_top_2_status% - Status of player in 2nd place ... and so on up to 10th place ``` ## ๐ง Permissions ``` presentshunt.use - Collecting Event Items (default: true) presentshunt.admin - Administrative commands (default: op) ``` ## ๐ฅ Installation ### Installation Steps 1. Download the latest version 2. Place the `PresentsHunt.jar` file in the `plugins/` folder 3. Restart the server 4. Configure the configuration file `plugins/PresentsHunt/config.yml` and apply changes with the `/presentshunt reload` command 5. Use the `/presentshunt give` command to get a event head
# ๐ PresentsHunt - Gift Hunt
A plugin that adds an exciting gift hunt with different themed modes. Players search for hidden gift heads throughout the world and receive rewards for collecting them.
## ๐งฉ Version Compatibility
| Plugin version | Supported Paper | Java | |--------------------|-----------------------|----------| | `1. 3. 0` | `1. 20. 1` โ `26. 2` | 25 | | `1. 2. 1` | `1. 20. 1` โ `1. 21. 11` | 21 |
## โจ Features
- ๐ Themed Modes: Christmas, Halloween, Easter, and custom mode
- ๐ Achievement System: Players collect event items to earn rewards
- ๐ Leaderboard: Player rankings with PlaceholderAPI integration
- ๐ฏ Administrative Tools: Easy management and cleanup of event items (no need to remember exact locations)
- ๐ Effects: Particles and sounds when interacting with event items
- ๐ Configurable Messages: Support for MiniMessage format
- ๐ง API Integration: PlaceholderAPI support for integration with other plugins
## โจ Dependencies Optional - (https://modrinth.com/plugin/placeholderapi)
## โ๏ธ Configuration
Main settings in `config.yml`:
```yaml # Mode Selection (HALLOWEEN, CHRISTMAS, EASTER, CUSTOM) presentsMode: CHRISTMAS
# How many event items need to be found to get a reward totalPresents: 30
# Commands for each found event item and when a player finds all # In these commands, you can use the variables %player%, %found%, and %total%. commands: foundCommands: [ ] rewardCommands: - "give %player% diamond 10"
leaderboard: maxPlayersCount: 100 # How many players will be stored in the leaderboard to display the position in the top
# Music when interacting with the head sounds: found: "block.pumpkin.carve" alreadyFound: "entity.zombie.ambient" complete: "entity.firework_rocket.blast"
# Effects when interacting with the head particles: found: "SWEEP_ATTACK" alreadyFound: "SQUID_INK" ```
### Head Textures Pre-configured textures available for each mode: - CHRISTMAS: New Year gift - HALLOWEEN: Halloween pumpkin - EASTER: Easter egg - CUSTOM: Custom head (configure your own texture)
## ๐ฎ Usage
### For Players 1. Find hidden event item heads in the world 2. Right-click the event item to collect it 3. Collect event items to earn rewards 4. Use `/presentshunt stats` to view statistics
### For Administrators
```
/presentshunt give - Get a head (event item)
/presentshunt stats - Show plugin statistics
/presentshunt reload - Reload configuration
/presentshunt locate - Find event items within radius
/presentshunt cleanup - Remove event items within radius
/presentshunt resetplayer
### Placing Gifts 1. Get a head with `/presentshunt give` command 2. Place the head anywhere in the world 3. The head is automatically marked as a collectible event item
## ๐ PlaceholderAPI
The plugin supports PlaceholderAPI with the following placeholders:
``` %presentshunt_found% - Number of found event items %presentshunt_total% - Total number of event items %presentshunt_mode% - Current hunt mode %presentshunt_completed% - Number of players who completed the hunt %presentshunt_players% - Number of players with data %presentshunt_position% - Ranking position %presentshunt_status% - Completion status (Completed/In Progress/Not Started) %presentshunt_top_1_status% - Status of player in 1st place %presentshunt_top_2_status% - Status of player in 2nd place ... and so on up to 10th place ```
## ๐ง Permissions
``` presentshunt.use - Collecting Event Items (default: true) presentshunt.admin - Administrative commands (default: op) ```
## ๐ฅ Installation
### Installation Steps 1. Download the latest version 2. Place the `PresentsHunt.jar` file in the `plugins/` folder 3. Restart the server 4. Configure the configuration file `plugins/PresentsHunt/config.yml` and apply changes with the `/presentshunt reload` command 5. Use the `/presentshunt give` command to get a event head
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- FlyAwayMaking
- Version
- 1.3.0
- Downloads
- 204
- Endorsements
- 2
- Category
- adventure
- Created
- 12/21/2025
- Updated
- 8/1/2026
- Game Versions
- 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.6
- Tags
- adventure, minigame
๐ง 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 PresentsHunt support?
The author lists 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.6, 1.21. Other versions may work but are untested by the author.
What is the latest version of PresentsHunt?
Version 1.3.0, published 2026-08-01 with 204 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await