PresentsHunt

โญ โ€” (2 endorsements) ๐Ÿ“ฅ 204 downloads ๐Ÿ“Œ v1.3.0 ๐Ÿ“… 12/21/2025
๐ŸŸก Updated this year

By FlyAwayMaking ยท adventure

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/1/2026 ๐Ÿ“… Created: 12/21/2025

๐Ÿ” 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 - 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

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

๐Ÿ“Š 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

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