Revert "Make default translation looking a bit nicer"

This reverts commit 8ea0d802b8.
This commit is contained in:
NotMyFault 2019-10-11 00:32:22 +02:00
parent 8ea0d802b8
commit 43c051e120
1 changed files with 167 additions and 167 deletions

View File

@ -14,38 +14,38 @@ challenges:
parameters: ''
description: 'Main admin command. Opens GUI.'
import:
description: 'Import challenges from challenges.yml | Parameter overwrite means that challenges or levels with the same ID will be overwritten.'
description: 'Import challenges from challenges.yml|Parameter overwrite means that challenges or levels with the same ID will be overwritten.'
parameters: '[overwrite]'
reload:
description: 'Reload challenges from the database | Parameter hard means that addon will reset the connection to the database.'
description: 'Reload challenges from the database|Parameter hard means that addon will reset connection to database.'
parameters: '[hard]'
show:
description: 'This command prints all existing challenges in this world in the chat.'
description: 'This method prints in chat all challenges that exist in world.'
parameters: ''
defaults:
description: 'This command shows subcommands that allows to import/export default challenges.'
description: 'This method shows subcommands that allows to import/export default challenges.'
parameters: '[command]'
defaults-import:
description: 'This command allows to import default challenges.'
description: 'This method allows to import default challenges.'
parameters: ''
defaults-generate:
description: 'This command allows you to export existing challenges into default.json file.'
description: 'This method allows to export existing challenges into default.json file.'
parameters: '[overwrite] - allows to overwrite existing file.'
complete:
description: 'This command allows you to complete a challenge for players without GUI.'
description: 'This command allows to complete challenge for player without GUI.'
parameters: '<player> <challenge_id>'
reset:
description: 'This command allows you to reset a challenge for a player without GUI. If "challenge_id" is set to "all", then it will reset all challenges.'
description: 'This command allows to reset challenge for player without GUI. If "challenge_id" is set to "all", then it will reset all challenges.'
parameters: '<player> <challenge_id>'
migrate:
description: 'This command allows you to migrate challenge data that refers to the current game mode world to the new 0.8.0 storage format.'
description: 'This method allows to migrate challenges data that refers to current game mode world to new 0.8.0 storage format.'
parameters: ''
user:
main:
description: 'This command opens the Challenges GUI.'
description: 'This method opens Challenges GUI.'
parameters: ''
complete:
description: 'This command allows you to complete a challenge without GUI.'
description: 'This method allows to complete challenge without GUI.'
parameters: '<challenge_id> [count]'
gui:
title:
@ -83,8 +83,8 @@ challenges:
admin:
complete: 'Complete user challenge'
reset: 'Reset user challenge'
create-challenge: 'Add a new challenge'
create-level: 'Add a new level'
create-challenge: 'Add new challenge'
create-level: 'Add new level'
edit-challenge: 'Edit challenge'
edit-level: 'Edit level'
delete-challenge: 'Remove challenge'
@ -102,15 +102,15 @@ challenges:
order: 'Order'
environment: 'Environment'
remove-on-complete: 'Remove after completion'
name: 'Friendly name'
required-entities: 'Required entities'
remove-entities: 'Kill entities'
required-blocks: 'Required blocks'
remove-blocks: 'Remove blocks'
search-radius: 'Search radius'
required-permissions: 'Required permissions'
required-items: 'Required items'
remove-items: 'Remove items'
name: 'Friendly Name'
required-entities: 'Required Entities'
remove-entities: 'Kill Entities'
required-blocks: 'Required Blocks'
remove-blocks: 'Remove Blocks'
search-radius: 'Search Radius'
required-permissions: 'Required Permissions'
required-items: 'Required Items'
remove-items: 'Remove Items'
required-experience: 'Required experience'
remove-experience: 'Remove experience'
required-level: 'Required island level'
@ -122,26 +122,26 @@ challenges:
reward-money: 'Reward money'
reward-commands: 'Reward commands'
repeatable: 'Repeatable'
repeat-count: 'Max times'
repeat-count: 'Max Times'
repeat-reward-text: 'Repeat reward message'
repeat-reward-items: 'Repeat reward items'
repeat-reward-experience: 'Repeat reward experience'
repeat-reward-money: 'Repeat reward money'
repeat-reward-commands: 'Repeat reward commands'
waiver-amount: 'Waiver amount'
add-challenge: 'Add challenge'
remove-challenge: 'Remove challenge'
reset-on-new: 'Reset on new island'
broadcast: 'Broadcast completion'
waiver-amount: 'Waiver Amount'
add-challenge: 'Add Challenge'
remove-challenge: 'Remove Challenge'
reset-on-new: 'Reset On New Island'
broadcast: 'Broadcast Completion'
remove-completed: 'Remove after complete'
glow: 'Glow when completed'
free-at-top: 'Free challenges first'
line-length: 'Lore line length'
visibility-mode: 'Challenge visibility mode'
toggle-user-list: 'User list'
remove-selected: 'Remove selected'
visibility-mode: 'Challenge Visibility Mode'
toggle-user-list: 'User List'
remove-selected: 'Remove Selected'
add: 'Add'
show-eggs: 'Switch view mode'
show-eggs: 'Switch View mode'
accept: 'Accept'
decline: 'Decline'
save: 'Save'
@ -156,29 +156,29 @@ challenges:
remove-empty: 'Remove empty'
number: '[number]'
level-lore: 'Level Description'
challenge-lore: 'Challenge description'
gui-view-mode: 'Display all GameModes'
gui-mode: 'Single challenges GUI'
history-store: 'Challenge history'
challenge-lore: 'Challenge Description'
gui-view-mode: 'Display All GameModes'
gui-mode: 'Single Challenges GUI'
history-store: 'Challenges History'
history-lifespan: 'History LifeSpan'
island-store: 'Store per island'
default-locked-icon: 'Locked level icon'
island-store: 'Store per Island'
default-locked-icon: 'Locked Level Icon'
input-mode: 'Switch input mode'
title-enable: 'Completion title'
title-showtime: 'Title show time'
default-import: 'Import default challenges'
default-export: 'Export existing challenges'
complete-wipe: 'Wipe addon database'
challenge-wipe: 'Wipe challenges database'
players-wipe: 'Wipe user database'
title-showtime: 'Title Show Time'
default-import: 'Import Default Challenges'
default-export: 'Export Existing Challenges'
complete-wipe: 'Wipe Addon Databases'
challenge-wipe: 'Wipe Challenges Database'
players-wipe: 'Wipe User Database'
library: 'Web library'
download: 'Download libraries'
library: 'Web Library'
download: 'Download Libraries'
type:
island: '&6Island type'
inventory: '&6Inventory type'
other: '&6Other type'
island: '&6Island Type'
inventory: '&6Inventory Type'
other: '&6Other Type'
next: 'Next'
previous: 'Previous'
return: 'Return'
@ -188,104 +188,104 @@ challenges:
reduce: "Reduce"
descriptions:
admin:
save: 'Save and return to the previous GUI.'
cancel: 'Return to the previous GUI. Changes will not be saved.'
save: 'Save and return to previous GUI.'
cancel: 'Return to previous GUI. Changes will not be saved.'
input: 'Open text field input.'
set: 'Set operation. Clicking on the numbers will change the values to the selected amount.'
increase: 'Increase operation. Clicking on the numbers will increase the value by the selected amount.'
reduce: 'Reduce operation. Clicking on the numbers will reduce the value by the selected amount.'
multiply: 'Multiply operation. Clicking on the numbers will multiply the value by the selected amount.'
import: 'Allows to import ASkyblock Challenges. | On right click it enables/disables overwrite mode. | Place Challenges.yml inside ./BentoBox/addons/Challenges folder.'
complete: 'Allows to complete challenges for any user. | The user will not get a reward for completion.'
reset: 'Allows to reset a completed challenge for a user. | Right click enables/disables the reset all function.'
create-challenge: 'Allows to add a new challenge. | By default it will be in the free challenges list.'
create-level: 'Allows to add a new Level.'
set: 'Set operation. Clicking on numbers will change value to selected number.'
increase: 'Increase operation. Clicking on numbers will increase value by selected number.'
reduce: 'Reduce operation. Clicking on numbers will reduce value by selected number.'
multiply: 'Multiply operation. Clicking on numbers will multiply value by selected number.'
import: 'Allows to import ASkyblock Challenges.|On right click it enables/disables overwrite mode.|Place Challenges.yml inside ./BentoBox/addons/Challenges folder.'
complete: 'Allows to complete challenges for any user.|User will not get reward for completion.'
reset: 'Allows to reset completed user challenges.|Right click enables/disables Reset all functionality.'
create-challenge: 'Allows to add new Challenge.|By default it will be in free challenges list.'
create-level: 'Allows to add new Level.'
edit-challenge: 'Allows to edit any Challenge settings.'
edit-level: 'Allows to edit any Level settings.'
delete-challenge: 'Allows remove any Challenge.'
delete-level: 'Allows remove any Level.'
settings: 'Allows to change addon settings.'
properties: 'Allows to change general properties.'
requirements: 'Allows to manage requirements.'
rewards: 'Allows to manage rewards.'
properties: 'Allows to change general properties'
requirements: 'Allows to manage requirements'
rewards: 'Allows to manage rewards'
challenges: 'Allows to manage level challenges (add / remove).'
deployment: 'Allows users to complete (view) challenge.'
icon-challenge: 'Icon that will be displayed in the GUI panels for this challenge.'
icon-level: 'Icon that will be displayed in the GUI panels for this level.'
locked-icon: 'Icon that will be displayed in the GUI panels if the level is locked.'
description: 'Allows to edit a description.'
order: 'Allows to change the order number.'
environment: 'Allows to change the environment where the challenge operates.'
remove-on-complete: 'Allows to remove a challenge from a player"s GUI after they completed it.'
name-challenge: 'Allows to change the challenge display name.'
name-level: 'Allows to change the level display name.'
required-entities: 'Allows to add/edit/remove the required entities. | Entities:| '
icon-challenge: 'Icon that will be displayed in GUI panels for this challenge.'
icon-level: 'Icon that will be displayed in GUI panels for this level.'
locked-icon: 'Icon that will be displayed in GUI panels if level is locked.'
description: 'Allows to edit description.'
order: 'Allows to change order number.'
environment: 'Allows to change environment where challenge operates.'
remove-on-complete: 'Allows to remove challenge from player GUI after it is completed.'
name-challenge: 'Allows to change challenge display name.'
name-level: 'Allows to change level display name.'
required-entities: 'Allows to add/edit/remove required entities.|Entities:|'
remove-entities: 'Allows to remove (kill) entities on challenge completion.'
required-blocks: 'Allows to add/edit/remove the required blocks. | Blocks:| '
required-blocks: 'Allows to add/edit/remove required blocks.|Blocks:|'
remove-blocks: 'Allows to remove (replace with air) blocks on challenge completion.'
search-radius: 'Radius to check for blocks and entities around the player.'
required-permissions: 'Required permission for players to be able to complete the challenge. | Permission:'
required-items: 'Required items in the player"s inventory. | Items:'
remove-items: 'Allows to remove items from a player"s inventory after challenge completion.'
required-experience: 'Allows to define the required experience for a player to complete challenge.'
remove-experience: 'Allows to remove the required experience.'
required-level: 'Allows to define the required island level for this challenge. |& cRequires Level addon.'
required-money: 'Allows to define the required money on the player"s account. | &cRequires Vault and an Economy plugin.'
remove-money: 'Allows to remove the required money on the player"s account. | &cRequires Vault and Economy plugin.'
reward-text: 'Allows to change the message that will be sent to the player after completing this challenge.'
reward-items: 'Allows to change the first time completion reward items. | &cItems:'
reward-experience: 'Allows to change the first time completion reward experience.'
reward-money: 'Allows to change the first time completion reward money. | &cRequires Vault and an Economy plugin.'
reward-commands: 'Allows to define the reward commands that will be executed after the first time completion. | ***Adding "[SELF]" at the start means that the command will be run by the player, e.g. "/kill"|***String "[player]" will be replaced with the player"s name, e.g. "/kill [player]" will be transformed to "/kill BONNe1704"|Commands:'
search-radius: 'Radius around player location where required entities and blocks will be searched.'
required-permissions: 'Required permissions for player to be able to complete challenge.|Permission:'
required-items: 'Required items in player"s inventory.|Items:'
remove-items: 'Allows to remove items from player inventory after challenge completion.'
required-experience: 'Allows to define required experience for user to complete challenge.'
remove-experience: 'Allows to remove remove required experience.'
required-level: 'Allows to define required island level for this challenge.|&cRequires Level addon.'
required-money: 'Allows to define required money in player"s account.|&cRequires Vault and Economy plugin.'
remove-money: 'Allows to remove required money from player"s account.|&cRequires Vault and Economy plugin.'
reward-text: 'Allows to change message that will be sent to player after challenges completion.'
reward-items: 'Allows to change first time completion reward items.|Items:'
reward-experience: 'Allows to change first time completion reward Experience.'
reward-money: 'Allows to change first time completion reward Money.|&cRequires Vault and Economy plugin.'
reward-commands: 'Allows to define reward commands that will be called after first time completion.|***Adding "[SELF]" at the start means that command will be run by player, f.e. "/kill"|***String "[player]" will be replaced with player name, f.e. "/kill [player]" will be transformed to "/kill BONNe1704"|Commands:'
repeatable: 'Allows to define if challenge is repeatable or not.'
repeat-count: 'Allows to define maximal repeat count. If value is set 0 or smaller, then there are no limitations.'
repeat-reward-text: 'Allows to change the message that will be sent to player after challenge repeated completion.'
repeat-reward-items: 'Allows to change the repeated completion reward items. | &cItems:'
repeat-reward-experience: 'Allows to change the repeated completion reward experience.'
repeat-reward-money: 'Allows to change the repeated completion reward money. | &cRequires Vault and an Economy plugin.'
repeat-reward-commands: 'Allows to define the reward commands that will be called after challenge repeated completion. | ***Adding "[SELF]" at the start means that command will be run by player, e.g. "/kill"|***String "[player]" will be replaced with the player"s name, e.g. "/kill [player]" will be transformed to "/kill BONNe1704"|Commands:'
waiver-amount: 'Allows to set the amount of challenges can be skipped to unlock the next level.'
reward-text-level: 'Allows to change the message that will be sent to the player after completing all challenges on this level.'
add-challenge: 'Allows to add an existing challenge to the current level.'
remove-challenge: 'Allows to remove any challenge from the current level.'
reset-on-new: 'Enables/Disables an option, that resets all challenges of a player if they restart, leave or were kicked from an island.'
broadcast: 'Enables/Disables broadcasting a message about the first time completing a challenge to all online players.'
repeat-reward-text: 'Allows to change message that will be sent to player after challenge repeated completion.'
repeat-reward-items: 'Allows to change repeated completion reward items.|Items:'
repeat-reward-experience: 'Allows to change repeated completion reward Experience.'
repeat-reward-money: 'Allows to change repeated completion reward Money.|&cRequires Vault and Economy plugin.'
repeat-reward-commands: 'Allows to define reward commands that will be called after challenge repeated completion.|***Adding "[SELF]" at the start means that command will be run by player, f.e. "/kill"|***String "[player]" will be replaced with player name, f.e. "/kill [player]" will be transformed to "/kill BONNe1704"|Commands:'
waiver-amount: 'Allows to set how many challenges can be left undone to unlock next level.'
reward-text-level: 'Allows to change message that will be sent to player after completing all challenges in level.'
add-challenge: 'Allows to add existing challenge to current level.'
remove-challenge: 'Allows remove any challenge from current level.'
reset-on-new: 'Enables/Disables option, that resets all player challenges if player restarts island, leave island or was kicked out.'
broadcast: 'Enables/Disables broadcast to online players about first time challenge completion.'
remove-completed: 'Enables/Disables hiding challenges that are completed and cannot be repeated.'
glow: 'Enables/Disables the glowing effect for completed challenges.'
free-at-top: 'Allows to change the free challenges location. True means the challenge will be first, otherwise they will be last.'
line-length: 'Allows to modify the maximal line length in a lore box. Will not affect stored objects.'
glow: 'Enables/Disables glowing effect for completed challenges.'
free-at-top: 'Allows to change free challenges location. True mean that challenges will be first, otherwise they will be last.'
line-length: 'Allows to modify maximal line length in lore box. Will not affect stored objects.'
toggle-user-list: 'Switch to different player list.'
mode-online: 'Players who are currently online.'
mode-in-world: 'Players who are in the GameMode world.'
mode-with-island: 'Players who have an island in the GameMode world.'
mode-online: 'Players which currently are online.'
mode-in-world: 'Players which is in GameMode world.'
mode-with-island: 'Players which has island in GameMode.'
selected: 'Selected'
remove-selected: 'Remove selected elements. | You can select elements by right clicking.'
remove-selected: 'Remove selected elements.|You can select elements with right mouse button.'
show-eggs: 'Switch entity view between Egg mode or Head mode.'
level-lore: 'Allows to modify which elements of the level description should be visible.'
challenge-lore: 'Allows to modify which elements of the challenge description should be visible.'
gui-view-mode: 'Allows to switch if the /challenges GUI should display GameModes or challenges in players world.'
history-store: 'Allows to enable/disable the challenges history storage.'
history-lifespan: 'Allows to modify how many days the history data will be saved. | 0 means forever.'
island-store: 'Allows to enable/disable the challenges data storing per island. This means that challenges will be the same on the whole team, if this is enabled.|Will NOT convert data on click. PROGRESS WILL BE LOST.'
default-locked-icon: 'Allows to change default locked level icon. | This option can be overwritten by each level.'
gui-mode: 'Allows to enable/disable the single challenges GUI. | &2Requires a server restart.'
level-lore: 'Allows to modify which elements of level description should be visible.'
challenge-lore: 'Allows to modify which elements of challenge description should be visible.'
gui-view-mode: 'Allows to set if /challenges GUI should show GameModes or challenges in players world.'
history-store: 'Allows to enable/disable challenges history storage.'
history-lifespan: 'Allows to modify how many days history data will be saved.|0 means forever.'
island-store: 'Allows to enable/disable challenges data storing per island. This means that challenges will be the same on whole team, if this is enabled.|Will NOT convert data on click. PROGRESS WILL BE LOST.'
default-locked-icon: 'Allows to change default locked level icon.|This option can be overwritten by each level.'
gui-mode: 'Allows to enable/disable single challenges GUI.|&2Requires server restart.'
visibility-mode: 'Allows to switch if undeployed challenges should be displayed or not.'
click-to-edit: '&4Click here to edit the input.'
edit-text-line: '&6Edit text message!'
add-text-line: '&6Add a new text message!'
click-to-edit: '&4Click here to edit input.'
edit-text-line: '&6 Edit text message!'
add-text-line: '&6 Add new text message!'
input-mode: 'Switch between chat and anvil input modes.'
title-enable: 'Allows to enable/disable the title message that will be showed when player completes a challenge.'
title-showtime: 'Allows to modify the duration of title message will be shown to the player.'
default-import: 'Allows to import the default challenges.'
title-enable: 'Allows to enable/disable title message that will be showed when player complete challenge.'
title-showtime: 'Allows to modify how long title message will be visible for player.'
default-import: 'Allows to import default challenges.'
default-export: 'Allows to export existing challenges into defaults.json file.'
complete-wipe: 'Allows to completely clear all challenges addon databases. Includes player data!'
challenge-wipe: 'Allows to completely clear challenges and their level databases!'
players-wipe: 'Allows to completely clear player database!'
library: 'Opens a GUI that shows all available public Challenges Libraries.'
library: 'Opens GUI that shows all available public Challenges Libraries.'
library-author: 'by &e[author]'
library-version: '&9Made on Challenges [version]'
@ -304,9 +304,9 @@ challenges:
environment: "Environment string. | Defined in challenges object - challenge.environment."
requirements: "Requirement string. | Represents translation for: | 'challenges.gui.challenge-description.required-level' | 'challenges.gui.challenge-description.required-money' | 'challenges.gui.challenge-description.required-experience' | and challenge.requiredItems, challenge.requiredBlocks or challenge.requiredEntities."
reward_text: "Reward string. | Defined in challenge.rewardText and challenge.repeatRewardText"
reward_other: "Reward other string. | Represents translation for: | 'challenges.gui.challenge-description.experience-reward' | 'challenges.gui.challenge-description.money-reward' | 'challenges.gui.challenge-description.not-repeatable'."
reward_items: "Reward items. | List of items that will be rewarded defined in challenge.rewardItems and challenge.repeatRewardItems."
reward_commands: "Reward commands. | List of commands that will be rewarded defined in challenge.rewardCommands and challenge.repeatRewardCommands."
reward_other: "Reward other String. | Represents translation for: | 'challenges.gui.challenge-description.experience-reward' | 'challenges.gui.challenge-description.money-reward' | 'challenges.gui.challenge-description.not-repeatable'."
reward_items: "Reward Items. | List of items that will be rewarded defined in challenge.rewardItems and challenge.repeatRewardItems."
reward_commands: "Reward Commands. | List of commands that will be rewarded defined in challenge.rewardCommands and challenge.repeatRewardCommands."
level_status: "Status string. | Represents translation 'challenges.gui.level-description.completed'."
challenge_count: "Completed challenge count string. | Represents translation for 'challenges.gui.level-description.completed-challenges-of'"
@ -317,12 +317,12 @@ challenges:
level_reward_items: "Reward Items. | List of items that will be rewarded defined in challengeLevel.rewardItems."
level_reward_commands: "Reward Commands. | List of commands that will be rewarded defined in challengeLevel.rewardCommands."
current-value: ' | &6Current value: [value].'
current-value: '|&6Current value: [value].'
enabled: 'Active'
disabled: 'Disabled'
type:
island: '&aallows to require blocks or mobs around a player'
inventory: '&aallows to require items in the player"s inventory'
island: '&aallows to require blocks or mobs around player'
inventory: '&aallows to require items in players inventory'
other: '&aallows to require things from other plugins/addons'
the-end: '- The End'
nether: '- Nether'
@ -341,17 +341,17 @@ challenges:
reduce-by: "&cReduce completion count by [value]"
visibility:
visible: "All challenges are visible for everyone."
hidden: "Only deployed challenges are visible."
toggleable: "Toggle if undeployed challenges should be displayed"
visible: "All challenges are visible for everyone"
hidden: "Only Deployed challenges are visible."
toggleable: "Allows to toggle if undeployed challenges should be displayed"
challenge-description:
level: '&fLevel: [level]'
completed: '&bCompleted'
level: '&FLevel: [level]'
completed: '&BCompleted'
completed-times-of: 'Completed [donetimes] out of [maxtimes]'
maxed-reached: 'Completed [donetimes] out of [maxtimes]'
completed-times: 'Completed [donetimes]'
warning-items-take: '&cAll required items are taken out of your inventory when you complete this challenge!'
warning-items-take: '&cAll required items are taken when you complete this challenge!'
objects-close-by: '&cAll required blocks and entities must be close to you on your island!'
warning-entities-kill: '&cAll required entities will be killed when you complete this challenge!'
warning-blocks-remove: '&cAll required blocks will be removed when you complete this challenge!'
@ -368,9 +368,9 @@ challenges:
required-entities: 'Required Entities:'
required-blocks: 'Required Blocks:'
level-description:
completed: '&bCompleted'
completed: '&BCompleted'
completed-challenges-of: '&3You have completed [number] of [max] challenges in this level.'
waver-amount: '&6You can skip [value] challenges to unlock the next level.'
waver-amount: '&6Can skip [value] challenges to unlock next level.'
experience-reward: '&6Exp reward: [value]'
money-reward: '&6Money reward: $[value]'
reward-items: '&6Reward Items:'
@ -398,41 +398,41 @@ challenges:
prefix: "&2[SERVER]: "
admin:
number: "Write a number in the chat and press enter to accept it."
unique-id: "Write an unique name for the object in the chat and press enter."
challenge-name: "Write the display name in chat for the current challenge."
level-name: "Write the display name for the current level in the chat."
number: "Write a number in chat and press enter to accept it and press enter."
unique-id: "Write object unique name and press enter."
challenge-name: "Write in chat display name for current challenge."
level-name: "Write in chat display name for current level."
titles:
# Title and subtitle may contain variables in [] that will be replaced with a proper message from the challenge object.
# [friendlyName] will be replaced with the challenge"s friendly name.
# [level] will be replaced with the level"s friendly name.
# [rewardText] will be replaced with the challenge"s reward text.
# Title and subtitle my contain variable in [] that will be replaced with proper message from challenge object.
# [friendlyName] will be replaced with challenge friendly name.
# [level] will be replaced with level friendly name.
# [rewardText] will be replaced with challenge reward text.
challenge-title: 'Successfully completed'
challenge-subtitle: '[friendlyName]'
# Title and subtitle may contain variables in [] that will be replaced with a proper message from the level object.
# [friendlyName] will be replaced with the level"s friendly name.
# [rewardText] will be replaced with the level"s reward text.
# Title and subtitle my contain variable in [] that will be replaced with proper message from level object.
# [friendlyName] will be replaced with level friendly name.
# [rewardText] will be replaced with level reward text.
level-title: 'Successfully completed'
level-subtitle: '[friendlyName]'
messages:
admin:
hit-things: 'Select things to add them to the list of required things. Right click when done.'
hit-things: 'Hit things to add them to the list of things required. Right click when done.'
you-added: 'You added one [thing] to the challenge'
challenge-created: '[challenge]&r has been created!'
complete-wipe: '&cHopefully you have backups, because you just emptied all Challenges Addon database!'
challenge-created: '[challenge]&r created!'
complete-wipe: '&cHope you have backups, as you just empty all Challenges Addon databases!'
challenge-wipe: '&cHopefully you have backups, because you just emptied all Challenges and their levels from the database!'
players-wipe: '&cHopefully you have backups, because you just emptied all player completed challenges from the database!'
challenge-wipe: '&cHope you have backups, as you just empty Challenges and their levels from databases!'
players-wipe: '&cHope you have backups, as you just empty player completed challenges from databases!'
completed: '&2You completed the challenge [name] for [player]!'
completed: '&2You completed challenge [name] for [player]!'
already-completed: '&2This challenge was already completed!'
reset: '&2You reset the challenge [name] for [player]!'
reset-all: '&2All challenges for [player] were reset!'
reset: '&2You reset challenge [name] for [player]!'
reset-all: '&2All [player] challenges were reset!'
not-completed: '&2This challenge is not completed yet!'
migrate-start: '&2Start migrating challenges addon data.'
migrate-end: '&2Challenges addon data is up to date with the new format.'
migrate-end: '&2Challenges addon data is updated to new format.'
migrate-not: '&2All data is valid.'
start-downloading: '&5Starting to download and import Challenges Library.'
@ -456,13 +456,13 @@ challenges:
unknown-challenge: '&cUnknown challenge'
unique-id: '&cUniqueID "[id]" is not valid.'
wrong-icon: '&cGiven material "[value]" is not valid and cannot be used as icon.'
not-valid-integer: '&cGiven integer "[value]" is not valid! | Value should be between [min] and [max].'
not-a-integer: '&cGiven value "[value]" is not an integer!'
not-valid-integer: '&cGiven integer "[value]" is not valid!|Value should be between [min] and [max].'
not-a-integer: '&cGiven value "[value]" is not integer!'
not-deployed: '&cChallenge is not deployed!'
not-on-island: '&cYou must be on your island to do that!'
challenge-level-not-available: '&cYou did not unlock the required level to complete this challenge.'
challenge-level-not-available: '&cYou have not unlocked level to complete this challenge.'
not-repeatable: '&cThis challenge is not repeatable!'
wrong-environment: '&cYou are in the wrong environment!'
wrong-environment: '&cYou are in wrong environment!'
not-enough-items: '&cYou do not have enough [items] to complete this challenge!'
not-close-enough: '&cYou must be standing within [number] blocks of all required items.'
you-still-need: '&cYou still need [amount] x [item]'
@ -470,20 +470,20 @@ challenges:
incorrect: '&cCannot complete challenge. Requirements are incorrect.'
not-enough-money: '&cIt is necessary to have [value] on your account to complete the challenge.'
not-enough-experience: '&cIt is necessary to have [value] EXP to complete challenge.'
island-level: '&cYour island level must be [number] to complete this challenge!'
island-level: '&cYour island must be level [number] to complete this challenge!'
import-no-file: '&cCould not find challenges.yml file to import!'
no-load: '&cError: Could not load challenges.yml. [message]'
load-error: '&cError: Cannot load [value].'
no-rank: "&cYou do not have the rank to do that."
cannot-remove-items: '&cSome items cannot be removed from the inventory!'
exist-challenges-or-levels: '&cChallenges are already setup in the current world. Cannot proceed!'
no-rank: "&cYou do not have rank to do that."
cannot-remove-items: '&cSome items cannot be removed from inventory!'
exist-challenges-or-levels: '&cIn your world already exist challenges. Cannot proceed!'
defaults-file-exist: '&cdefaults.json already exists. Use overwrite mode to replace it!'
defaults-file-error: '&cThere was an error while creating defaults.json file! Check console!'
no-challenges: '&cChallenges are not implemented in the current world!'
no-challenges-admin: '&cChallenges are not implemented in the current world! You should use &5/[command] &cto add them!'
missing-level: '&cChallenge Level [level] is not defined in the database. It may case some errors!'
no-challenges: '&cChallenges are not implemented in current world!'
no-challenges-admin: '&cChallenges are not implemented in current world! You should use &5/[command] &cto adding them!'
missing-level: '&cChallenge Level [level] is not defined in database. It may case some errors!'
missing-arguments: '&cCommand is missing arguments.'
no-multiple-permission: "&cYou do not have permission to complete the challenge multiple times at once."
no-multiple-permission: "&cYou do not have permission to complete challenge multiple times at once."
protection:
flags:
CHALLENGES_ISLAND_PROTECTION: