Overview
Scavenger Hunt is fun game that allows server owners to reward their players. By default, only operators are allowed to use /hunt , this can be changed by adding the required permission(s).
Before creating a scavenger hunt, owners have the freedom to customize the possible items that could appear in the chests. Each chest is filled with one random item from the configured list. The quantity of the item is also configurable. Along with this, every hidden chest has a particle effect on top to make it easier for player's to locate.
Once a scavenger hunt is created, it can be stopped manually with the command /hunt stop. This command will remove all currently placed chests and items. The hunt will also end when all the chests have been found.
Features
- compatible with versions 1.9, 1.10, and 1.11
- message & prefix customization
- create enjoyable scavenger hunts
- configurable particle effect on hidden chests
- permission based plugin
- configure possible rewards
- configure reward quantity
- manually stop active scavenger hunt
- continues scavenger hunt even after a server reload or crash
- /hunt create <radius> <# of chests> - creates a scavenger hunt within a radius of <radius> blocks that contains <# of chests> hidden chests
- /hunt stop - manually stops the current scavenger hunt
- /hunt help - brings up the help menu
- scavengerhunt.create - allows the use of /hunt create
- scavengerhunt.stop - allows the use of /hunt stop
- Drag ScavengerHunt.jar into your plugins folder
- Configure permissions
- Configure rewards, and quantity
- Start server
Configuration (config.yml)
Code (Text):
#################
# ScavengerHunt #
#################
# The prefix for all broadcasts/messages in chat
# Make sure to surround your prefix in quotations! ("my prefix")
prefix: "&6[&eScavengerHunt&6]"
# The message that broadcasts to the server when a hunt is over
broadcast_message: "&5All chests have been found. The hunt is over!"
# The title/message that appears when a player find a chest
title_message: "&6You found a reward!"
# The quantity of the randomly chosen item
# If quantity = 10, ten of the chosen item will be hidden in a single chest.
quantity: 1
# The type of particle effect to appear on hidden chests
# For a full list of effects, visit: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html#enum_constant_summary
particle_effect: enchantment_table
# List of possible items to be filled into chest
# Use item names, do not use ID#. Only use numbers for data
# If a block name has spaces, use correct data code (red wool ---> wool:14)
# For a list of all block names and data, visit: https://goo.gl/w5w33m
items:
- grass
- wool:14
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.9, 1.10, 1.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Scavenger Hunt is a free Minecraft Java mod. Compatible with Minecraft 1.9, 1.10, 1.11. Downloaded 780 times (via Spigot). Download it and open it directly in the game.