⭐ ClueScrolls ⭐ icon

⭐ ClueScrolls ⭐ 5.2.0

Complete scrolls and receive rewards! Similar to treasure wars! Quests Missions plugin

Page 1 2 3 ... 5
5.2.0 10 days ago
New Brew Clue

Adds brew clue (potiontype, material, ingredient)

brew_splash_swiftness_ii:
  lore: '&b&l* &fBrew a Splash Potion of Swiftness II'
  clueType: brew
  amount: 1
  objective: Brew %amount% Splash Potion of Swiftness II
  clueName: Splash Swiftness Master
  data:
    potiontype: strong_speed
    material: SPLASH_POTION

brew_add_glowstone:
  lore: '&b&l* &fAdd Glowstone Dust to any potion'
  clueType: brew
  amount: 1
  objective: Add %amount% Glowstone Dust to a potion
  clueName: Glowstone Booster
  data:
    ingredient: GLOWSTONE_DUST

brew_lingering_regeneration_ii:
  lore: '&b&l* &fBrew a Lingering Potion of Regeneration II'
  clueType: brew
  amount: 1
  objective: Brew %amount% Lingering Potion of Regeneration II
  clueName: Lingering Regeneration Master
  data:
    potiontype: strong_regeneration
    material: LINGERING_POTION

Supported in MC 1.8.3+

List of potion types: https://github.com/CryptoMorin/XSeries/blob/master/core/src/main/java/com/cryptomorin/xseries/XPotion.java
You may also specify AWKWARD, THICK or MUNDANE as the potion type.

A potiontype may be long or strong. For example, a swiftness II potion is STRONG_SPEED. An extended swiftness potion is LONG_SPEED.

You can also specify the material to distinguish between a regular potion, a spalsh potion, or a lingering potion. The material would be POTION, SPLASH_POTION or LINGERING_POTION.

5.1.9 21 days ago
Fixes issue with blank messages showing

Fixes issue with blank messages showing

5.1.8 24 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
    • tabcompleteimage.png
  • 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 
    • Screenshot%202025-05-01%20151826.png
  • 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

Screenshot%202025-05-01%20153418.png

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.5 Apr 20, 2025
Fix rename gui

Fix rename gui

5.1.4 Apr 17, 2025
ClueScrolls debug logger

Added ClueScrolls debug logger

5.1.3 Apr 9, 2025
Performance Improvements
  • 20% quicker clue processing
  • Added entity blacklist to kill clue settings
5.1.2 Apr 2, 2025
Nearplayers bug fix

Nearplayers bug fix

5.1.1 folia Mar 30, 2025
 Snapshot
Folia Support

Folia support

5.1.1 Mar 25, 2025
  • 1.21.5 support
  • Fixes enchant clue bug
5.1.0 Mar 23, 2025
Near players clue bug fix

Near players clue bug fix

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%

Screenshot-2025-02-06-230209.png

# 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.4 Dec 4, 2024
1.21.4 support

1.21.4 support

5.0.3 Nov 17, 2024
1.21.3 support

1.21.3 support

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)
Page 1 2 3 ... 5