Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- no-permission: '&cNo permission.'
- clue-complete: '&a&l(!) &aYou have completed the &a&l%clueName%&r&a clue!'
- titlebar:
- title: '&a&lClue Completed'
- subtitle: '&7%objective%'
- dropped-rewards: '&cYour reward items have been dropped in front of you!'
- no-inv-space: '&4You don''t have enough space in your inventory!'
- must-use-main-hand: '&4Please use this item in your main hand.'
- scroll-not-completed: '&4You have not yet completed this clue scroll.'
- command-successful: '&a&l+ Command successfully executed'
- receive-items: '&a&l+ %received% items!'
- scroll-complete: "\n&6&l(!) &6%player% has completed a &e&n%type% Clue Scroll\n&r "
- next-clue: "\n&a&l(!) &a&lNEW CLUE: &r&a&n%clueName%\n&a&l(!) &a&lOBJECTIVE: &r&7%objective%\n\
- &r "
- not-enough-exp: |-
- &cYou don't have enough experience to purchase that!
- &7Needed XP: %needed_exp%
- &7Your XP: %player_has_exp%
- not-enough-money: |-
- &cYou don't have enough money to purchase that!
- &7Needed Money: %needed_money%
- &7Your Money: %player_has_money%
- must-be-player: '&cYou must be a player to use this command!'
- no-rewards-defined: '&cIt looks like no rewards are defined! Please tell an admin
- so that they can set this up.'
- dependency-not-found: '&cA dependency, %dependency%, needed to complete this is not
- found! Please tell an admin so that they can fix this.'
- command:
- give:
- incorrect-args: '&cIncorrect arguments. Use &b/cluescroll give (name) (cluescroll)
- [amount]'
- insufficient-perms: '&cInsufficient permissions. You can only give scrolls to
- yourself.'
- error-invalid-type: '&cError: %type% is not a valid scroll type. Available scrolls:
- %scrolls%.'
- success: '&aGiven 1 %type% scroll to player %player%.'
- error-invalid-amount: '&cError: %amount% is not a valid number!'
- amount-not-negative: '&cError: %amount% cannot be less than 1.'
- giveall:
- incorrect-args: '&cIncorrect arguments. Use &b/cluescroll giveall (cluescroll)
- [amount]'
- error-invalid-type: '&cError: %type% is not a valid scroll type. Available scrolls:
- %scrolls%.'
- success: '&aGiven 1 %type% scroll to everyone online.'
- error-invalid-amount: '&cError: %amount% is not a valid number!'
- amount-not-negative: '&cError: %amount% cannot be less than 1.'
- reload:
- success: '&a[ClueScrolls] config.yml and messages.yml reloaded! rewards.yml saved
- and reloaded!'
- additem:
- incorrect-args: '&cIncorrect arguments. Use &b/cluescroll additem (tier) (name)
- (weight)'
- error-air-item: '&cError: What you are holding is not a valid item!'
- error-reward-exists: '&cReward name %name% already exists!'
- error-invalid-weight: '&cError: %weight% is not a valid number!'
- success: '&aReward &b%name% &ahas been added with a weight of &b%weight%&a to
- &b%tier%&a!'
- addcommand:
- incorrect-args: '&cIncorrect arguments. Use &b/cluescroll addcommand (tier) (name)
- (weight) (command)'
- error-reward-exists: '&cReward name %name% already exists!'
- error-invalid-weight: '&cError: %weight% is not a valid number!'
- success: '&aReward &b%name% &ahas been added with a weight of &b%weight% &a and
- the command of &b%command%&a to &b%tier%&a!'
- removereward:
- incorrect-args: '&cIncorrect arguments. Use &b/cluescroll removereward (tier)
- (name)'
- error-reward-missing: '&cError: %name% is not a valid reward! Do &b/cluescroll
- listrewards'
- success: '&aReward &b%name% &awas successfully removed from &b%tier%&a!'
- rewardinfo:
- incorrect-args: '&cIncorrect arguments. Use &b/cluescroll rewardinfo (tier) (name)'
- error-reward-missing: '&cError: %name% is not a valid reward! Do &b/cluescroll
- listrewards'
- info-command: |-
- &aReward Name - &b%reward_name%
- &aTier - &b%tier%
- &aWeight - &b%weight%
- &aCommand - &b%command%
- info-item: |-
- &aReward Name - &b%reward_name%
- &aTier - &b%tier%
- &aWeight - &b%weight%
- &aItem - &b%amount%x &b%type_name% &a- &b%type_id%:%damage%
- listrewards:
- layout: |-
- &bRewards:
- &b Global: %global_rewards%
- %tier_rewards%
- global_rewards_list_format: '&a%reward_name%&b, '
- tier_rewards_layout: |
- &b %tier%: %tier_rewards_list%
- tier_rewards_list_format: '&a%reward_name%&b, '
- getreward:
- incorrect-args: '&cIncorrect arguments. Use &b/cluescroll getreward (tier) (name)'
- error-reward-missing: '&cError: %name% is not a valid reward! Do &b/cluescroll
- listrewards'
- success: '&aReward &b%name% &afrom tier &b%tier% &ahas been given to you.'
- resetcooldown:
- incorrect-args: '&cIncorrect arguments. Use &b/cluescroll resetcooldown (all/name)
- (all/identifier)'
- error-invalid-identifier: '&cError: %identifier% is not an identifier.'
- success: '&aSuccessfully reset %identifier% for %target%.'
- help:
- list: |
- &d&l&m]------&r &d&lClue Scrolls Help &m------[&r
- &b/cluescroll help &a- Display command help
- &b/cluescroll give (name) (cluescroll) [amount] &a- Give a cluescroll to a player
- &b/cluescroll giveall (cluescroll) [amount] &a- Give all online players a cluescroll
- &b/cluescroll reload &a- Reload the config
- &b/cluescroll additem (tier) (name) (weight) &a- Add an item to the rewards
- &b/cluescroll addcommand (tier) (name) (weight) (command) &a- Add a command to the rewards
- &b/cluescroll removereward (tier) (name) &a- Remove an item from the rewards
- &b/cluescroll listrewards &a- Lists all rewards and their weight
- &b/cluescroll rewardinfo (tier) (name) &a- Get info about a reward
- &b/cluescroll getreward (tier) (name) &a- Get a reward
- &b/cluescroll resetcooldown (all/name) (all/identifier)
- dropped-scroll: '&cYour clue scroll has been dropped in front of you!'
- not-bound-to-player: '&cYou cannot use this scroll. It is not bound to you!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement