Mystic Treasures v3.0

Ready to give your players a reason to explore the world?
Hello there!

This update brings the following:
  • Lands plugin support - now treasures won't spawn on someone's land
  • Fix treasure scheduler - in some cases the treasure scheduler would not use the correct time/date
  • Fix random spawn of treasures - in some cases, the treasure would spawn twice.
ATTENTION! BEFORE UPDATING, BACKUP YOUR PLUGIN FOLDER AND LET THE PLUGIN REGENERATE IT'S FILES FOR A FRESH START! THIS VERSION HAS LOTS OF CHANGES AND YOU NEED TO DO THIS TO MAKE SURE EVERYTHING RUNS SMOOTH.

Hey guys!

Been working on this update for a while now and it brings some pretty interesting things:
  • New 1.21.6 locator feature integration
    • Now, you can enable a locator on the treasure location, and customize it! This means a custom dot on the new locator bar will appear guiding players to the treasure! The color, and range from which it will be shown to players is customizable!
  • Created a developer API for users who want to use MysticTreasures in their plugins: API
    • The API features a HuntAPI class to manage hunts, events and exceptions.
  • Commented and re-formatted the configuration files to be more beginner friendly, with more explanations and examples
  • Changed how the locations on random hunts are chosen
  • Added more cleanup functions to make sure TreasureKeepers, and treasures do not persist after a hard crash of the server
  • More error and info messages are
  • Added mnow printed in the console for better observability
  • Fixed bug with the Treasure Scheduler
  • Fix bug with the Discord Webhook
  • Other, multiple bug fixes
  • Code cleanup and refactoring
  • Change to the method of choosing how to give players rewards:
    • Now, the format looks like this, allowing you to only choose one from the list:
YAML:
    # ======================================================
    #  🎁 AWARD METHOD - You must choose ONLY ONE from the list
    # ======================================================
    #
    # Available options (case-insensitive):
    #
    #  CHEST          - Players get rewards directly from a loot chest - supports reward obfuscation
    #  ALL_PLAYERS    - Every player who participated gets the rewards
    #  HIGHEST_DAMAGE - Only the player with the highest damage dealt gets rewards
    #  TOP_X          - The top X players with the most damage are rewarded
    #                   (Configure the number with 'only-reward-top-x')
    #                 - Example usage: `award-method: TOP_5`
    #  DROP_ON_GROUND - Rewards are dropped on the ground
    #
    # NOTE:
    # - Only ONE award method can be active at a time.
    # - If you misconfigure this option, the plugin will fall back
    #   to a safe default (CHEST).
    #
    award-method: CHEST
Hello there,

This update brings the following:
  • Discord webhook - now the plugin sends a customisable message to your discord server when the treasure spawns, or when it is claimed.
    • To use this, add 'discord-webhook-url' inside your config.yml (under click-cooldown for example), enter your URL and then edit the discord-webhook.json INSIDE MysticTreasures.jar
  • Only rewards top players
    • Now, using the 'only-reward-top-x' option inside treasure.yml (put it under reward-highest-damage for example) you can give rewards only to the top x players that damaged the treasure keepers
  • Even more, now you can give certain rewards only to the player on the X place
  • Now, you can spawn the treasure indoors - just set the treasure-spawns-inside option to true. Also usefull when you want to spawn the treasure somewhere which has blocks above
  • Lots of bugs fixed regarding spawning of mobs and treasurem and claiming the treasure
Hello there

  • Fixed spawn check on certain coordinates being too restrictive
  • Fixed treasure not spawning if spawned on water (even if the treasure should never spawn on water, if it does, now it won't break)
Hello there,

This update brings the following:

  • Added schedulers - now you can schedule treasures to spawn at certain hours at a certain location in a certain day. You can set multiple schedulers per treasure so you can set multiple days / hours that the treasure will spawn at.
    • You can set the day to one of the following: "daily, monday, tuesday, etc.."
    • You can set the time of the day in the 24 hour format (for ex: 18:30 for 6:30PM)
    • You can set the coords with the format 'x:y:z' (for ex. 100:60:33) or set it to 'random' to spawn a random treasure using the normal settings.
    • You need to add the config section yourself, otherwise it will be disabled. Place it like in the photo below
    • 1753732136209.png
  • Fixes bug where after the chest was redeemed, the thunder + explosion effect kept going
  • Fixed a bug with the Treasure Showcase menu
  • Fixed being able to stop the treasure while spawning, causing bugs
  • Now, if you set a location in the spawn-locations or inside the scheduler, and that location is unsafe and will cause the treasure to bug out, the treasure won't spawn at all and a message will show in the console
  • Added more messages on startup to improve debugging
  • Added treasure-stopped-confirmation: "&6&lTreasure&e&lHunt &fwas stopped @ {world}, X: {x}, Z: {z}" message in messages.yml
  • Now the treasure is set as active later in the spawn process to prevent unexpected behaviour
Hello there,

This update fixes the following:
  • Fixed permissions on some commands
  • Fixed PacketEvents support
  • Added error message when with get-rewards-from-chest: true you had 0 rewards loaded that caused the treasure not to spawn
ATTENTION! BEFORE UPDATING, BACKUP YOUR PLUGIN FOLDER AND LET THE PLUGIN REGENERATE IT'S FILES FOR A FRESH START! THIS VERSION HAS LOTS OF CHANGES AND YOU NEED TO DO THIS TO MAKE SURE EVERYTHING RUNS SMOOTH.

Hi there! This version has LOTS of new things added:


  • [NEW] Support for custom items now covers: item rewards, treasure keeprs drops, menu items (see below), tre treasure key and the treasure block.
  • [NEW] Nexo support for everything I said earlier
  • [NEW] Another way to get the rewards:
    • Now, players can open the chest to get the ItemRewards themselves
    • Opening the treasure, will open the chest menu for every player that opens it.
    • You can set an obfuscator for the rewards (all rewards will be replaced with a default block to combat stealing the best item first)
    • You can set how many players can look in the chest at once
    • You can set a click cooldown to combat autoclickers
  • [NEW] New command: /hunt showcase
    • This is a menu where players can see every treasure that exists with their rewards, treasure keepers and key
  • [NEW] Waves
    • Now you can set a number of clicks (on the treasure) it takes to spawn the second wave (example: at 10 clicks the treasure gives the reward, but at 5 clicks you set that the second wave should commence)
    • Shockwaves - throws the players away from the treasure
    • Treasure keepers respawn
    • Add potion effects to the players
  • [NEW] More placeholders
    • Now I've added even more placeholders. Some for the menus, some for the hologram - that include placeholders to get the top 3 killers of the treasure, you can find them HERE
  • Added option to customize the fall protection when a player enters the treasure's radius while flying
  • Added blacklisted commands near the treasure
  • Added the item obfuscator in the config to set how the dummy item looks.
  • Fixed lots of bugs (forgot about many of them so just know I've fixed lots)
  • Cleaned up code
  • Fixed some placeholders and replaced some that were %placeholder% to {placeholder}.
Hello there,

This version brings the following:
  • Fixed a bug with the update notice
  • Added 'fall-protection' in config.yml to configure the glide effect when entering the treasure radius while flying/on elytra
  • Added blacklisted commands inside the treasure region, which you can configure in config.yml
  • Added the {x-offset} and {z-offset} placeholders for the actionbar and other messages in order to not give your players the exact coords of the treasure, but some coords near it. (You can configure how close they are in the treasure.yml)
  • You can now change the cooldown time message
  • Fixed a bug with /hunt reload

Thank you for sticking by!
Buy a license now
$7.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
3,190 Views
12 Purchases
13 Downloads
Aug 2, 2024 Published
Sep 30, 2025 Updated
Not yet rated
353.1 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Game mode
  1. Survival & SMP
  1. Factions
  1. Towny
Type
  1. Gameplay
  1. World
  1. Minigame
Game mode
  1. Survival
  1. Factions
  1. Towny
Game mode (legacy)
  1. Survival
  1. Factions
  1. Towny
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
Supported languages
  1. English
Includes DRM
No
Source access (legacy)
Closed source & unobfuscated
Creator
Owner
Recommended for you
Tired of the slow, boring protections? Look no more.
Not yet rated
2 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,219 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,206 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,114 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,818 purchases
Share and earn
Refer this resource and earn a 10% commission.
3,190 Views
12 Purchases
13 Downloads
Aug 2, 2024 Published
Sep 30, 2025 Updated
Not yet rated
353.1 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Game mode
  1. Survival & SMP
  1. Factions
  1. Towny
Type
  1. Gameplay
  1. World
  1. Minigame
Game mode
  1. Survival
  1. Factions
  1. Towny
Game mode (legacy)
  1. Survival
  1. Factions
  1. Towny
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
Supported languages
  1. English
Includes DRM
No
Source access (legacy)
Closed source & unobfuscated
Creator
Owner
Recommended for you
Tired of the slow, boring protections? Look no more.
Not yet rated
2 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,219 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,206 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,114 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,818 purchases
Top