★ ClueScrolls ★ ║ [20% OFF SALE] [1.7 TO 1.12]

NULLED ★ ClueScrolls ★ ║ [20% OFF SALE] [1.7 TO 1.12] 2.0.2

No permission to download

★ Clue Scrolls
Clue scrolls is an amazing plugin to use on your factions, survival, prison servers, and more! You can create clues in the config which are used on the scrolls. When a player completes all the clues of a scroll they will automatically receive their rewards which are defined with weights via commands. You can even create command rewards which are given to the player as an item and can be executed by the player upon interaction.

Official Test server
Coming soon!
Be sure to check out http://dev.electro2560.com/plugins/ClueScrolls/ for some additional info and screenshots.

Features
  • 1.7, 1.8, 1.9, 1.10, 1.11, and 1.12 support
  • Highly configurable
  • A more detailed list is coming soon
Coming Soon
  • Option to automatically complete the scroll or require the user to right click it. Added in 1.0.2!
  • Rather than showing the full command in a command reward, show a custom name instead to prevent players from knowing what plugins you use for certain tasks.
  • Support for tier-specific rewards Added in v1.9.5!
  • Walking Clue (Walk x amount of blocks) Added in 1.8.0!
  • Travel Clue (Travel x amount of blocks - Any method. ex: walk, swim)
  • Fishing Clue (Fish x amount of fish) Added in 1.2.0!
  • Location Clue (Travel to a certain world guard region)
  • Swim Clue (Swim x amount of blocks) Added in 1.8.0!
  • Eat Clue (Eat x amount of items) Added in 1.0.3!
  • Encahnt Clue (Enchant X amount of items) Added in 1.5.0!
  • Distance flown with elytra Clue Added in 1.8.5!
  • Add clues to the tiers via a command.
  • Custom chat and titlebar messages Added in 2.0.0!
  • Changeable lore and colors Added in 2.0.0!
  • Ability to shown only one clue at a time on scrolls. Added in 2.0.0!
  • Giveall command Added in 1.4.2!
  • Ability to use * on clues so that all entities will count towards it. Example: kill:*:10 means that the clue will be completed once 10 mobs are killed of any type. Added in 1.0.4!
  • Do not duplicate clues on scrolls (If enough clues are defined) Added in 1.0.8!
  • Display * as mobs for kill clue, items for craft, etc.
    Example: Eat 10 Food and Kill 10 Mobs Added in 1.0.5!
  • If no rewards are defined, this happens. http://hastebin.com/rolazirixa.vbs Added in 1.4.1!
  • Make /cluescroll without any args open the GUI rather than display help. Added in 1.0.9!
  • /cluescroll openinv cool down Added in 1.5.5!
  • Add a messages.yml Added in 1.4.0!
  • Custom inventory sounds
  • Specify a certain name of an item/mob. Ex: kill:zombie:1,name:&bName
  • Custom clue formats Added in 2.0.0
  • Customizable inventory Added in 1.8.0
  • Support to purchase from inventory with money rather than exp. Added in 1.8.0!
  • Ranges for amount (Like tier items amount and tier clues) Added in 2.0.0!
  • Metadata for entity types, materials, etc
  • Breed animals clue Added in 2.0.0
  • Brew potion clue
  • xp level clue
  • cut blocks with shears (cobweb, leaves, etc?)
  • win money
  • Broadcast message when a mystery scroll is opened or a regular tier is completed
  • Post any additional ideas in the discussion
Commands
  • /cluescroll - The main cluescroll command
  • /cluescroll help - Displays help
  • /cluescroll give - Give a scroll to a player
  • /cluescroll giveall - Give a scroll to everyone online
  • /cluescroll reload - Reload the config
  • /cluescroll additem - Add an item as a reward
  • /cluescroll addcommand - Add a command as a reward
  • /cluescroll removereward - Remove a reward
  • /cluescroll listrewards - List rewards
  • /cluescroll rewardinfo - Display info about a reward
  • /cluescroll getreward - Used to get a reward for debug purposes
Permissions
  • cluescroll.* -- Gives access to all plugin features
  • cluescroll.command.* -- Gives access to all commands
  • cluescroll.command.help -- Gives access to the /cluescroll help command
  • cluescroll.command.reload -- Gives access to the /cluescroll reload command
  • cluescroll.command.give -- Gives access to the /cluescroll give command
  • cluescroll.command.give.others -- Gives access to the /cluescroll give [PlayerName] command
  • cluescroll.command.additem -- Gives access to the /cluescroll additem command
  • cluescroll.command.addcommand -- Gives access to the /cluescroll addcommand command
  • cluescroll.command.removereward -- Gives access to the /cluescroll removereward command
  • cluescroll.command.listrewards -- Gives access to the /cluescroll listrewards command
  • cluescroll.command.openinv -- Gives access to the /cluescroll openinv command
  • cluescroll.command.rewardinfo -- Gives access to the /cluescroll rewardinfo command
  • cluescroll.checkforupdates -- Alerts the player when updates to the plugin are available
  • cluescroll.command.giveall -- Gives access to the /cluescroll giveall command
  • cluescroll.command.getreward -- Gives access to the /cluescroll getreward command
Config

How to make clues for the config

Under the clues section of a tier, you can add and edit your tiers.

The clueType must be the name of the clue type. Below this section is a list of all clue types that you can currently use.

The data is either a material or an entity depending on the clue. In the below list you can see in parenthesis which data it requires. For example, the craft clue type uses materials. Please use the names from the following links for data.
Material - https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
Entity - https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
None - Just use the wildcard character

If you want to use a wild card for a clue so that everything counts towards it you may use the * character. On the scroll's lore, it will be replaced accordingly with items, mobs, etc.

The amount is simply the amount of times that clue must be completed. You can also use a range such as 10-25.

The lore is what is displayed on the scroll item.

The metadata will be used to specify meta data in the future. At the moment, it can be used on clues which use materials for their data. For example, you could specify a specific wool type or fish type by including the metadata.

Examples:
Code (Text):
clue0:
lore: '&f* Kill %amount% skeleton: %completed%'
clueType: kill
data: skeleton
metadata: '*'
amount: 10
Code (Text):
clue5:
lore: '&f* Fish %amount% raw salmon: %completed%'
clueType: fish
data: raw_fish
metadata: '1'
amount: '3-6'

Clues:

break (material)
place (material)
craft (material)
eat (material)
enchant (material)
fish (material)
kill (entity)
shear (entity)
tame (entity)
walk (none)
swim (none)
glide (none)
ride (entity)
breed (entity)

How to create rewards

There's two types of rewards: item and command. These are created with the commands /cluescrolls additem [Tier] [Name] [Weight] and /cluescrolls addcommand [Tier] [Name] [Weight] [Command]. Adding an item adds the item in your main hand to the rewards for the given tier. When adding a command, you can use %player% to represent the player's name. The higher the weight (can be any number), the higher the chance of it being given as a reward.

Terms and Conditions

  • You are not allowed to resell this plugin
  • You are not allowed to redistribute this plugin in anyway
  • Charge backs are forbidden and will result in a ban
  • You may not use this on more than one server/network
  • No refunds
  • As the author, I am not required to provide updates (Although I always will)
Some cool statistics

Metrics: http://mcstats.org/plugin/ClueScrolls/ (Added since first release)
bStats: https://bstats.org/plugin/bukkit/ClueScrolls (Less accurate. Added in v1.6.6) bStats is not currently working

If there is an error, your best course of action is to send me a PM or post a comment with the stack trace in the discussion of this plugin before leaving a review and I will get it fixed asap.

If you have any ideas/features you would like to be added to the plugin, just send me a PM or leave them on the discussion page of this plugin.

If you like this resource, don't forget to leave a review! ;)


Enjoy! :smile:
Author
Direct-Leaks.com
Downloads
47
Views
697
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Direct-Leaks.com

Top