2017-11-26 03:17:16 +01:00
|
|
|
###########################################################################################
|
|
|
|
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
|
|
|
|
# the one at http://yaml-online-parser.appspot.com #
|
|
|
|
###########################################################################################
|
|
|
|
|
|
|
|
### Credits ###
|
|
|
|
# Tastybento: maintainer
|
|
|
|
|
2017-11-27 08:13:17 +01:00
|
|
|
challenges:
|
|
|
|
complete: "Complete"
|
2018-02-23 08:52:39 +01:00
|
|
|
exp-reward: "Exp reward"
|
|
|
|
first-time-rewards: "First time reward(s)"
|
|
|
|
gui-title: "BSkyBlock Challenges"
|
2017-11-27 08:13:17 +01:00
|
|
|
incomplete: "Incomplete"
|
|
|
|
itemTakeWarning: "All required items are taken when you complete this challenge!"
|
|
|
|
level: "Level"
|
2018-02-23 08:52:39 +01:00
|
|
|
max-reached: "Max reached [donetimes] out of [maxtimes]"
|
|
|
|
money-reward: "Money reward"
|
2017-11-27 08:13:17 +01:00
|
|
|
name: "Challenge Name"
|
2018-02-23 08:52:39 +01:00
|
|
|
name-has-completed: "[name] has completed the [challenge] challenge!"
|
2017-11-27 08:13:17 +01:00
|
|
|
navigation: "Click to see [level] challenges!"
|
2018-02-23 08:52:39 +01:00
|
|
|
not-repeatable: "This Challenge is not repeatable!"
|
|
|
|
repeat-rewards: "Repeat reward(s)"
|
2017-11-27 08:13:17 +01:00
|
|
|
rewards: "Reward(s)"
|
2018-02-23 08:52:39 +01:00
|
|
|
to-complete: "Complete [challengesToDo] more [thisLevel] challenges to unlock this level!"
|
|
|
|
you-completed: "You completed the [challenge] challenge!"
|
|
|
|
you-repeated: "You repeated the [challenge] challenge!"
|
|
|
|
completechallenge:
|
|
|
|
challange-completed: "Challenge: [challengename] has been completed for [name]"
|
|
|
|
error:
|
|
|
|
island-level: "Your island must be level [level] to complete this challenge!"
|
|
|
|
items-not-there: "All required items must be close to you on your island!"
|
|
|
|
not-close-enough: "You must be standing within [number] blocks of all required items."
|
|
|
|
not-enough-items: "&cYou do not have enough [items] to complete this challenge!"
|
|
|
|
not-on-island: "You must be on your island to do that!"
|
|
|
|
reward-problem: "There was a problem giving your reward. Ask Admin to check log!"
|
|
|
|
help:
|
|
|
|
command: "/challenges: &fshow challenges"
|
|
|
|
config-reloaded: "Configuration reloaded from file."
|
|
|
|
reset-all-challenges: "resets all of the player's challenges"
|
|
|
|
reset-challenge: "marks a challenge as incomplete"
|
|
|
|
reset-challenge-for-all: "globally resets a challenge for every player with an optional repetition"
|
|
|
|
resetallchallenges:
|
|
|
|
success: "[name] has had all challenges reset."
|
|
|
|
resetchallenge:
|
|
|
|
challenge-reset: "Challenge: [challengename] has been reset for [name]"
|
|
|
|
error-challenge-does-not-exist: "Challenge doesn't exist or isn't yet completed"
|
2017-11-27 08:13:17 +01:00
|
|
|
|