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
|
|
|
|
|
2018-04-21 19:45:40 +02:00
|
|
|
challenges:
|
|
|
|
completed-times: "Completed [donetimes] out of [maxtimes]"
|
|
|
|
max-reached: "Max reached [donetimes] out of [maxtimes]"
|
|
|
|
challenge:
|
|
|
|
format: "[description]"
|
2018-04-15 07:30:04 +02:00
|
|
|
parameters: "[Level]"
|
|
|
|
description: "Open the challenges menu"
|
2018-04-21 19:45:40 +02:00
|
|
|
complete: "&BComplete"
|
|
|
|
exp-reward: "&6Exp reward: [reward]"
|
|
|
|
first-time-rewards: "&6First time reward(s)"
|
2018-05-28 06:13:32 +02:00
|
|
|
gui-title: "&aChallenges"
|
2017-11-27 08:13:17 +01:00
|
|
|
incomplete: "Incomplete"
|
2018-04-21 19:45:40 +02:00
|
|
|
item-take-warning: "&cAll required items are|&ctaken when you complete|&cthis challenge!"
|
|
|
|
items-closeby: "&cAll required items|&cmust be close to you|&con your island!"
|
|
|
|
level: "&FLevel: [level]"
|
2018-02-23 08:52:39 +01:00
|
|
|
max-reached: "Max reached [donetimes] out of [maxtimes]"
|
2018-04-21 19:45:40 +02:00
|
|
|
money-reward: "&6Money reward: $[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!"
|
2018-04-21 19:45:40 +02:00
|
|
|
repeat-rewards: "&6Repeat reward(s)"
|
|
|
|
rewards: "&FReward(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:
|
2018-02-26 07:44:57 +01:00
|
|
|
could-not-save: "&cCould not save the challenge!"
|
2018-02-25 03:42:52 +01:00
|
|
|
island-level: "&cYour island must be level [level] to complete this challenge!"
|
|
|
|
items-not-there: "&cAll required items must be close to you on your island!"
|
2018-02-25 06:29:09 +01:00
|
|
|
no-items-clicked: "&cYou did not click on anything. Cancelling."
|
2018-02-25 03:42:52 +01:00
|
|
|
not-close-enough: "&cYou must be standing within [number] blocks of all required items."
|
2018-02-23 08:52:39 +01:00
|
|
|
not-enough-items: "&cYou do not have enough [items] to complete this challenge!"
|
2018-02-25 03:42:52 +01:00
|
|
|
not-on-island: "&cYou must be on your island to do that!"
|
|
|
|
reward-problem: "&cThere was a problem giving your reward. Ask Admin to check log!"
|
|
|
|
you-still-need: "&cYou still need [amount] x [item]"
|
2018-02-23 08:52:39 +01:00
|
|
|
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"
|
2018-02-26 07:44:57 +01:00
|
|
|
admin:
|
|
|
|
parameters: ""
|
|
|
|
description: "admin command to create challenges"
|
2018-05-28 19:12:37 +02:00
|
|
|
import:
|
|
|
|
parameters: "[overwrite]"
|
|
|
|
description: "import challenges from challenges.yml"
|
|
|
|
no-file: "&cCould not find challenges.yml file to import!"
|
|
|
|
no-load: "&cError: Could not load challenges.yml. [message]"
|
|
|
|
no-levels: "Warning: No levels defined in challenges.yml"
|
|
|
|
levels: "Importing levels: [levels]"
|
|
|
|
number: "Imported [number] challenges"
|
|
|
|
skipping: "'[challenge]' already exists - skipping"
|
|
|
|
overwriting: "Overwriting '[challenge]'"
|
|
|
|
imported: "Imported '[challenge]'"
|
2018-02-26 07:44:57 +01:00
|
|
|
create:
|
2018-03-24 18:55:48 +01:00
|
|
|
description: "&6Collect:"
|
|
|
|
description-item-color: "&B"
|
2018-02-26 07:44:57 +01:00
|
|
|
inventory:
|
|
|
|
parameters: "[challenge name]"
|
|
|
|
description: "create an inventory challenge"
|
|
|
|
surrounding:
|
|
|
|
parameters: "[challenge name]"
|
|
|
|
description: "create a surrounding challenge"
|
|
|
|
hit-things: "Hit things to add them to the list of things required. Right click when done."
|
|
|
|
error:
|
|
|
|
no-name: "You must include a challenge name"
|
|
|
|
challenge-created: "[challenge] created!"
|
|
|
|
you-added: "You added one [thing] to the challenge"
|
2018-04-09 00:37:29 +02:00
|
|
|
seticon:
|
|
|
|
error:
|
|
|
|
no-such-challenge: "&cNo such challenge name"
|
|
|
|
description: "sets the challenge icon to inhand item"
|
|
|
|
parameters: "[challenge name]"
|