You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
Plugins ⭐ ClueScrolls ⭐ ║ [1.8 TO 1.21] [250+ clue types] NEW Default Config + Rewards!!!
Version: 5.3.7
- Author ArteffCods
- Creation date
Adds brew clue (potiontype, material, ingredient)
Code (YAML):
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/XSer...ain/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.
- Harvest clue now supports torchflower, pitcher_plant, bamboo, sea_pickle, nether_sprouts, vine, weeping_vines, twisting_vines, cactus, and sugar_cane
- Improved debugging command
- EcoEnchants support
- Fixes data matching for multi clue shown scrolls
- Fixes custommodeldata for craft clue
Code (YAML):
- 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![]()
- 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
![]()
Code (YAML):
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