
⭐ ClueScrolls ⭐ 5.1.5
Complete scrolls and receive rewards! Similar to treasure wars! Quests Missions plugin
- Adds clueSettings.break.ignorePlayerPlacedBlocks setting. Must be enabled in config by default. Auto selects from the following block trackers:
- The break clue has a new data option: natural. Specify this as true/false to require the block to be a non-player placed block. Requires ignorePlayerPlacedBlocks setting to disable global filtering.
- Adds RoseStacker support
- Adds rosestacker_kill (entitytype, entitycustomname, world) clue
- Adds PyroFishingPro support
- Adds pyrofishingpro_catch (tier, fishnumber, hotspot, world) clue
- Optimizes movement related clues
Playtime clue ignores essentials or CMI afk players
- Improves UltimateStacker compatibility
- Added /cluescrolls debug to monitor a player's scroll progress and generate debug scrolls with a specific clue
ItemsAdder update and new clues
* itemsadder_blockbreak (namespacedid, material, blockdata, blockx, blocky, blockz, world)
* itemsadder_blockplace (namespacedid, material, blockdata, blockx, blocky, blockz, world)
* itemsadder_blockinteract (namespacedid, action, equipmentslot, material, blockdata, blockx, blocky, blockz, world)
* itemsadder_customentitykill (namespacedid, entitytype, entitycustomname, world)
* itemsadder_furniturebreak (namespacedid, world)
* itemsadder_furnitureplace (namespacedid, world)
* Updated the fish clue type to support custommodeldata
New documentation to help configure items adder https://wiki.electro2560.com/en/cluescrolls#itemsadder-configuration
https://wiki.electro2560.com/en/cluescrolls/clue-creation#itemsadder
- Fixes ultimatestacker not counting towards kill clue
- Fixes mythicmobs version error
- Fixes ShopGUI hook
- Fixed mythicmobs error in console
- Added isScroll, isCrystal, getScrollTier, and getCrystalTier to public API
Update 4.8.9
- Added material_tag and material_tag_papermc as data types for all clues that use material data
- Fixed custom model data for command item rewards
Available Tags
Spigot can only use material_tag. PaperMC can use material_tag or material_tag_papermc. Any clue that uses material data can use a material tag. Tags contain a list of materials and make configuration quicker. Servers that update to new game versions also benefit by not having to update configs. Existing scrolls in-game will immediately have new applicable materials count towards their clues.
material_tag: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Tag.html
material_tag_papermc: https://jd.papermc.io/paper/1.20/com/destroystokyo/paper/MaterialTags.html
Example clue:
logsclue:
lore: '&d★ &fBreak %amount% logs: %completed%'
clueType: break
amount: 12-16
objective: Break %amount% logs
clueName: Logger
data:
material_tag: logs
Added use-biome-clue-data to ignore biome data in clues that support it
- Automatically remove or modify expired scrolls
- Placeholder bug fix
#Expired scrolls settings
expiredScrolls:
#Set to -1 to disable expired scroll removal (in seconds) suggested 60 seconds
refreshRate: -1
#Remove the item from inventory
remove: true
#Set message to [] to disable
message:
- '&c&lTIME''S UP: A scroll has automatically been removed from your inventory'
- '<title>&c&nScroll Expired<subtitle>&c&oautomatically removed'
#Cross out the title and lore of the expired scroll
cross-out:
title: false
lore: false
#After crossing out add text on the sides of the title
append-title:
left: ""
right: ""
#After crossing out add lines to lore
append-lore:
top: []
bottom:
- '&c&lEXPIRED'
Added rivalharvesterhoes_break(material, blockdata, blockx, blocky, blockz, world) clue
Added enable-offline-player-placeholders config option
- Fixed chest inventory slot bug - Fixed craft clue bug - Added voteparty_vote(world) clue