Page: 1 2 3

4.9.4 Jan 30, 2024

Playtime clue ignores essentials or CMI afk players


4.9.3 Jan 11, 2024
  • Improves UltimateStacker compatibility 
  • Added /cluescrolls debug to monitor a player's scroll progress and generate debug scrolls with a specific clue

4.9.3 SNAPSHOT Jan 4, 2024

Fix fish clue custommodeldata 


4.9.2 Jan 4, 2024

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 


4.9.1 Jan 3, 2024
  • Fixes ultimatestacker not counting towards kill clue
  • Fixes mythicmobs version error

4.9.0 Oct 24, 2023
  • Fixes ShopGUI hook
  • Fixed mythicmobs error in console
  • Added isScroll, isCrystal, getScrollTier, and getCrystalTier to public API 

4.8.9 Oct 15, 2023

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

4.8.8 Oct 8, 2023
1.20.2 support
Registrar has taken over operations. Join our discord for support: https://discord.gg/XdgkfcabbW 
 
- Added 1.20.2 support

4.8.7 Jun 7, 2023
1.20 support

1.20 support


4.8.6 Jan 5, 2023
1.19.3 support

1.19.3 support


4.8.5 Jun 21, 2022
Craft clue bug fix
4.8.5

- Fixed crafting clue bug

4.8.4 Jun 12, 2022
Added range placeholder for command rewards
Added range placeholder for command rewards
 
Format: %range_#_#%
Example usage: %range_50_100% will give a whole number between 50 and 100 inclusive.

4.8.3 Jun 9, 2022
1.19 Support
  • Added 1.19 support
  • Fixed offline placeholders

4.8.2 Jun 6, 2022
Ignore biome setting

Added use-biome-clue-data to ignore biome data in clues that support it


4.8.1 May 29, 2022
Expired scrolls feature
  • 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'

4.8.0 May 16, 2022
Added RivalHarvesterHoes clue

Added rivalharvesterhoes_break(material, blockdata, blockx, blocky, blockz, world) clue


4.7.9 May 10, 2022

Added enable-offline-player-placeholders config option


4.7.8 Apr 23, 2022
Bug fixes
- Fixed chest inventory slot bug
- Fixed craft clue bug
- Added voteparty_vote(world) clue

4.7.7 Mar 19, 2022
MythicMobs 5 Support

MythicMobs 5 Support


4.7.6 Mar 6, 2022
1.18.2 support

- 1.18.2 support

- %reward_name% placeholder is available for command-successful message


4.7.5 Mar 4, 2022
Performance improvements

Performance improvements


4.7.4 Mar 1, 2022
Updates Jobs Clues

Updates Jobs Clues


4.7.3 Feb 26, 2022
Performance improvements

Performance improvements


4.7.2 Feb 22, 2022
TreeAssist update

4.7.1 Feb 21, 2022

Page: 1 2 3