Let the players find holiday heads and get rewards for it. Christmas, Halloween, Easter, and custom mode.
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.
Optional - PlaceholderAPI
Main settings in config.yml:
# 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"
Pre-configured textures available for each mode:
/presentshunt stats to view statistics/presentshunt give - Get a head (event item)
/presentshunt stats - Show plugin statistics
/presentshunt reload - Reload configuration
/presentshunt locate [radius] - Find event items within radius
/presentshunt cleanup [radius] - Remove event items within radius
/presentshunt resetplayer <player> - Reset player data
/presentshunt resetall - Reset all player data
/presentshunt setmode [mode] - Set a new event mode
/presentshunt replace [mode] [radius] - Replace all items of the selected event with the current one in the radius
/presentshunt give commandThe 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
presentshunt.use - Collecting Event Items (default: true)
presentshunt.admin - Administrative commands (default: op)
PresentsHunt.jar file in the plugins/ folderplugins/PresentsHunt/config.yml and apply changes with the /presentshunt reload command/presentshunt give command to get a event head