
⭐ ClueScrolls ⭐ 5.1.9
Complete scrolls and receive rewards! Similar to treasure wars! Quests Missions plugin
5.1.8
13 days ago
Harvest Clue + Debug Improvements
- Harvest clue now supports torchflower, pitcher_plant, bamboo, sea_pickle, nether_sprouts, vine, weeping_vines, twisting_vines, cactus, and sugar_cane
- Improved debugging command
5.1.7
May 4, 2025
Bug fixes
- EcoEnchants support
- Fixes data matching for multi clue shown scrolls
- Fixes custommodeldata for craft clue
5.1.6
May 1, 2025
Fixes tab complete, new clues, and other bug fixes
- Fixes command tab complete
- Specify absolute expire dates
- As an alternative to specifying how many seconds a scroll is valid for, use an epoch generator to specify a specific date/time the scroll expires. Perfect for event/seasonal scrolls.
Use a generator such as https://www.epochconverter.com/, then mark expire: [] in your config
- As an alternative to specifying how many seconds a scroll is valid for, use an epoch generator to specify a specific date/time the scroll expires. Perfect for event/seasonal scrolls.
- Clue lore can be specified as a list! You no longer need to use %newline% for long multi-line clue lores
- Added allay_dance clue (1.19+)
- Added allay_duplicate clue (1.19.1+)
- Improved enchantment clue names
allay_duplicate_example:
lore: '<#8824E0>&l* &fDuplicate an allay'
clueType: allayduplicate
amount: 1
objective: Duplicate an allay
clueName: Allay Duplicator
allay_dance_example:
lore: '<#8824E0>&l* &fMake an allay dance'
clueType: allaydance
amount: 1
objective: Make an allay dance
clueName: Allay Dancer
riddle_fence_gate:
lore:
- '<#8824E0>&l* &f&nPlace What I Am:'
- '&f&o I stand between worlds, but have no voice.'
- '&f&o I let you pass, but give no choice.'
- '&f&o Made of wood, but not a tree.'
- '&f&o Open me up and you are free.'
clueType: place
amount: 1
objective: Solve the riddle
clueName: A Puzzling Place
data:
material_tag: FENCE_GATES
5.1.3
Apr 9, 2025
Performance Improvements
- 20% quicker clue processing
- Added entity blacklist to kill clue settings
5.1.1
Mar 25, 2025
- 1.21.5 support
- Fixes enchant clue bug
5.0.9
Mar 21, 2025
Fixes nearplayers clue
- nearplayers (playercount, distance)
Player count and distance are required to use this clue.
Player count includes the player, so you must add 1 to the count.
The count is exact, so if you want it to be any amount of players greater than or equal to 3 friends, provide it as a range with a large upper bound such as 100.
nearplayersexample:
lore: '&a&l* &fStand near 3 friends'
clueType: nearplayers
amount: 1
objective: Stand near 3 friends
clueName: Friends
data:
playercount: 4-100
distance: 10
5.0.8
Feb 7, 2025
- Adds tooltip style support (1.21.3+)
- tooltipStyle: 'namespace:id'
- Adds %range_[min]_[max]% support to command rewards. Ex: %range_100_500%
# Option for custom resource pack
# customDurability: 1
# customModelData: 1
# tooltipStyle: namespace:id
tooltipStyle: minecraft:rainbow
5.0.7
Jan 26, 2025
- Fixes CrazyCrates clues
- Adds cyber_levels_exp and cyber_levels_level as currency types
5.0.6
Dec 12, 2024
Fixes break clue initialization
5.0.5
Dec 8, 2024
World Guard Region Clue Data
All clues now support worldguard_region clue data. Block break, place, and harvest use the exact block, all others reference the player's current location.
You must enable "check-worldguard-region-clue-data" option in the config to check worldguard regions.
5.0.2
Sep 21, 2024
- Improves support for arclight materials
- Added AuraSkills clues
- auraskills_lootdrop (cause, entitytype, entitycustomname, material, custommodeldata, itemname, inventory, world)
- auraskills_manaactivate (manaability, duration, manaused, world)
- auraskills_manarefresh (manaability, world)
- auraskills_manaregenerate (world)
- auraskills_xpgaindamage (skillname, amount, xpsourcetype, xpsourcename, entitytype, entitycustomname, world)
- auraskills_xpgainentity (skillname, amount, xpsourcetype, xpsourcename, entitytype, entitycustomname, world)
- auraskills_levelup (skillname, newlevel, world)
- auraskills_xpgain (skillname, amount, xpsourcetype, xpsourcename, world)
- auraskills_traitregen (reason, amount, world)
5.0.1
Sep 14, 2024
Permission update
- Added permission options to tiers, crystals, and mystery scrolls
- Added PinataParty clues
- pinataparty_hit (customname, world)
- pinataparty_kill (customname, world)
- pinataparty_pooldeposit (money, world)
- pinataparty_vote (servicename, world)