diff --git a/main/src/main/resources/lang/ar-SA/strings.yml b/main/src/main/resources/lang/ar-SA/strings.yml index 3b31da08a..aee094b59 100644 --- a/main/src/main/resources/lang/ar-SA/strings.yml +++ b/main/src/main/resources/lang/ar-SA/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multiplayer" optBooleanPrompt: "Enter '' or '', , " optAllowCommands: "Allow commands during quest" +optAllowQuitting: "Allow quitting during quest" optCommandsDenied: "You cannot use commands during ." optUseDungeonsXLPlugin: "Use DungeonsXL plugin" optUsePartiesPlugin: "Use Parties plugin" diff --git a/main/src/main/resources/lang/cs-CZ/strings.yml b/main/src/main/resources/lang/cs-CZ/strings.yml index c4bc7eff5..77de901f1 100644 --- a/main/src/main/resources/lang/cs-CZ/strings.yml +++ b/main/src/main/resources/lang/cs-CZ/strings.yml @@ -501,6 +501,7 @@ optGeneral: "Všeobecné" optMultiplayer: "Multiplayer" optBooleanPrompt: "Zadejte '' nebo '', , " optAllowCommands: "Povolit příkazy během hledání" +optAllowQuitting: "Povolit ukončení během hledání" optCommandsDenied: "Příkazy nelze použít během ." optUseDungeonsXLPlugin: "Použijte plugin DungeonsXL" optUsePartiesPlugin: "Použijte plugin Parties" diff --git a/main/src/main/resources/lang/da-DK/strings.yml b/main/src/main/resources/lang/da-DK/strings.yml index fd6bff75e..51146ede9 100644 --- a/main/src/main/resources/lang/da-DK/strings.yml +++ b/main/src/main/resources/lang/da-DK/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multiplayer" optBooleanPrompt: "Enter '' or '', , " optAllowCommands: "Allow commands during quest" +optAllowQuitting: "Allow quitting during quest" optCommandsDenied: "You cannot use commands during ." optUseDungeonsXLPlugin: "Use DungeonsXL plugin" optUsePartiesPlugin: "Use Parties plugin" diff --git a/main/src/main/resources/lang/de-DE/strings.yml b/main/src/main/resources/lang/de-DE/strings.yml index b78ea91a6..1a9458d67 100644 --- a/main/src/main/resources/lang/de-DE/strings.yml +++ b/main/src/main/resources/lang/de-DE/strings.yml @@ -501,6 +501,7 @@ optGeneral: "Allgemein" optMultiplayer: "Mehrspieler" optBooleanPrompt: "Geben Sie '' oder '', , " optAllowCommands: "Erlaube Befehle während der Quest" +optAllowQuitting: "Erlaube das Beenden während der Quest" optCommandsDenied: "Sie können während keine Befehle verwenden." optUseDungeonsXLPlugin: "Verwenden Sie das DungeonsXL-Plugin" optUsePartiesPlugin: "Verwenden Sie das Parties-Plugin" diff --git a/main/src/main/resources/lang/en-PT/strings.yml b/main/src/main/resources/lang/en-PT/strings.yml index 491627a93..fae3a1504 100644 --- a/main/src/main/resources/lang/en-PT/strings.yml +++ b/main/src/main/resources/lang/en-PT/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multiplayer" optBooleanPrompt: "Enter '' or '', , " optAllowCommands: "Allow commands durin' quest" +optAllowQuitting: "Allow quitting durin' quest" optCommandsDenied: "Ye cannot use commands durin' ." optUseDungeonsXLPlugin: "Use DungeonsXL plugin" optUsePartiesPlugin: "Use Parties plugin" @@ -702,7 +703,7 @@ pageSelectionNum: "Page selection must be a number." pageSelectionPosNum: "Page selection must be a positive number." questTakeDisabled: "Takin' Quests via commands has been disabled." questQuit: "Ye 'ave quit " -questQuitDisabled: "Quittin' Quests has been disabled." +questQuitDisabled: "Quittin' this quest has been disabled." questsUnknownCommand: "Unknown Quests command. Type /quests fer help." pageNotExist: "Page does nah exist." pageFooter: "- Page o' -" diff --git a/main/src/main/resources/lang/en-US/strings.yml b/main/src/main/resources/lang/en-US/strings.yml index 7948c6b14..6515a6012 100644 --- a/main/src/main/resources/lang/en-US/strings.yml +++ b/main/src/main/resources/lang/en-US/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multiplayer" optBooleanPrompt: "Enter '' or '', , " optAllowCommands: "Allow commands during quest" +optAllowQuitting: "Allow quitting during quest" optCommandsDenied: "You cannot use commands during ." optUseDungeonsXLPlugin: "Use DungeonsXL plugin" optUsePartiesPlugin: "Use Parties plugin" @@ -702,7 +703,7 @@ pageSelectionNum: "Page selection must be a number." pageSelectionPosNum: "Page selection must be a positive number." questTakeDisabled: "Taking Quests via commands has been disabled." questQuit: "You have quit " -questQuitDisabled: "Quitting Quests has been disabled." +questQuitDisabled: "Quitting this quest has been disabled." questsUnknownCommand: "Unknown Quests command. Type /quests for help." pageNotExist: "Page does not exist." pageFooter: "- Page of -" diff --git a/main/src/main/resources/lang/es-ES/strings.yml b/main/src/main/resources/lang/es-ES/strings.yml index daf59de34..a75d452c4 100644 --- a/main/src/main/resources/lang/es-ES/strings.yml +++ b/main/src/main/resources/lang/es-ES/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multijugador" optBooleanPrompt: "Ingrese '' o '', , " optAllowCommands: "Permitir comandos durante la misión" +optAllowQuitting: "Permitir dejar durante la búsqueda" optCommandsDenied: "No puede utilizar comandos durante ." optUseDungeonsXLPlugin: "Usa el plugin DungeonsXL" optUsePartiesPlugin: "Usa el plugin Parties" diff --git a/main/src/main/resources/lang/et-EE/strings.yml b/main/src/main/resources/lang/et-EE/strings.yml index ae69b0885..e90d1f191 100644 --- a/main/src/main/resources/lang/et-EE/strings.yml +++ b/main/src/main/resources/lang/et-EE/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multiplayer" optBooleanPrompt: "Enter '' or '', , " optAllowCommands: "Allow commands during quest" +optAllowQuitting: "Allow quitting during quest" optCommandsDenied: "You cannot use commands during ." optUseDungeonsXLPlugin: "Use DungeonsXL plugin" optUsePartiesPlugin: "Use Parties plugin" diff --git a/main/src/main/resources/lang/fi-FI/strings.yml b/main/src/main/resources/lang/fi-FI/strings.yml index 99a49a452..2d0551261 100644 --- a/main/src/main/resources/lang/fi-FI/strings.yml +++ b/main/src/main/resources/lang/fi-FI/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multiplayer" optBooleanPrompt: "Enter '' or '', , " optAllowCommands: "Allow commands during quest" +optAllowQuitting: "Allow quitting during quest" optCommandsDenied: "You cannot use commands during ." optUseDungeonsXLPlugin: "Use DungeonsXL plugin" optUsePartiesPlugin: "Use Parties plugin" diff --git a/main/src/main/resources/lang/fil-PH/strings.yml b/main/src/main/resources/lang/fil-PH/strings.yml index bfe820609..c21bfbd01 100644 --- a/main/src/main/resources/lang/fil-PH/strings.yml +++ b/main/src/main/resources/lang/fil-PH/strings.yml @@ -501,6 +501,7 @@ optGeneral: "Pangkalahatan" optMultiplayer: "Multiplayer" optBooleanPrompt: "Ipasok ang '' o '', , " optAllowCommands: "Payagan ang mga utos sa panahon ng pakikipagsapalaran" +optAllowQuitting: "Payagan ang pag-quit sa panahon ng pakikipagsapalaran" optCommandsDenied: "Hindi ka maaaring gumamit ng mga command sa panahon ng ." optUseDungeonsXLPlugin: "Gamitin ang DungeonsXL plugin" optUsePartiesPlugin: "Gamitin ang Parties plugin" diff --git a/main/src/main/resources/lang/fr-FR/strings.yml b/main/src/main/resources/lang/fr-FR/strings.yml index 6b3b9dd31..680685dee 100644 --- a/main/src/main/resources/lang/fr-FR/strings.yml +++ b/main/src/main/resources/lang/fr-FR/strings.yml @@ -501,6 +501,7 @@ optGeneral: "Général" optMultiplayer: "Multijoueur" optBooleanPrompt: "Entrez '' ou '', , " optAllowCommands: "Autoriser les commandes pendant la quête" +optAllowQuitting: "Autoriser la fin de la quête" optCommandsDenied: "Vous ne pouvez pas utiliser des commandes pendant ." optUseDungeonsXLPlugin: "Utiliser le plugin DungeonsXL" optUsePartiesPlugin: "Utiliser le plugin Parties" diff --git a/main/src/main/resources/lang/hi-IN/strings.yml b/main/src/main/resources/lang/hi-IN/strings.yml index c01199e13..960216441 100644 --- a/main/src/main/resources/lang/hi-IN/strings.yml +++ b/main/src/main/resources/lang/hi-IN/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multiplayer" optBooleanPrompt: "Enter '' or '', , " optAllowCommands: "Allow commands during quest" +optAllowQuitting: "Allow quitting during quest" optCommandsDenied: "You cannot use commands during ." optUseDungeonsXLPlugin: "Use DungeonsXL plugin" optUsePartiesPlugin: "Use Parties plugin" diff --git a/main/src/main/resources/lang/hu-HU/strings.yml b/main/src/main/resources/lang/hu-HU/strings.yml index fda79a489..e6ced2e7b 100644 --- a/main/src/main/resources/lang/hu-HU/strings.yml +++ b/main/src/main/resources/lang/hu-HU/strings.yml @@ -501,6 +501,7 @@ optGeneral: "Általános" optMultiplayer: "Többjátékos" optBooleanPrompt: "Add meg a ''-t vagy ''-t, , " optAllowCommands: "Parancsok engedélyezése küldetés közben" +optAllowQuitting: "Kilépés engedélyezése küldetés közben" optCommandsDenied: "Nem használhatsz parancsokat a(z) küldetés közben." optUseDungeonsXLPlugin: "DungeonsXL plugin használata" optUsePartiesPlugin: "Parties plugin használata" diff --git a/main/src/main/resources/lang/id-ID/strings.yml b/main/src/main/resources/lang/id-ID/strings.yml index 29df3fb5a..28e4dfac2 100644 --- a/main/src/main/resources/lang/id-ID/strings.yml +++ b/main/src/main/resources/lang/id-ID/strings.yml @@ -501,6 +501,7 @@ optGeneral: "Umum" optMultiplayer: "Multiplayer" optBooleanPrompt: "Masukkan '' atau '', , " optAllowCommands: "Izinkan perintah selama pencarian" +optAllowQuitting: "Izinkan berhenti selama pencarian" optCommandsDenied: "Anda tidak dapat menggunakan perintah selama ." optUseDungeonsXLPlugin: "Gunakan plugin DungeonsXL" optUsePartiesPlugin: "Gunakan plugin Parties" @@ -743,12 +744,12 @@ questsPlayerHasQuestAlready: " sudah di Pencarian !" questsUnknownAdminCommand: "Perintah adminPencarian tidak diketahui. Tipe /adminPencarian untuk bantuan." unknownError: "Terjadi kesalahan yang tidak diketahui. Lihat keluaran konsol." journalTitle: "Jurnal Pencarian" -journalTaken: "Anda mengambil Pencarian Journal Anda." +journalTaken: "Anda mengambil Pencarian Jurnal Anda." journalPutAway: "Anda menyimpan Jurnal Pencarian Anda." journalAlreadyHave: "Anda sudah memiliki Jurnal Pencarian Anda." journalNoRoom: "Anda tidak memiliki ruangan dalam inventaris Anda untuk Jurnal Pencarian Anda!" journalNoQuests: "Anda tidak memiliki Pencarian yang diterima!" -journalDenied: "Anda tidak bisa melakukannya dengan Pencarian Journal Anda." +journalDenied: "Anda tidak bisa melakukannya dengan Pencarian Jurnal Anda." ENCHANTMENT_ARROW_DAMAGE: "Daya" ENCHANTMENT_ARROW_FIRE: "Api" ENCHANTMENT_ARROW_INFINITE: "Takterbatas" diff --git a/main/src/main/resources/lang/it-IT/strings.yml b/main/src/main/resources/lang/it-IT/strings.yml index fc69b78f1..36edc7b38 100644 --- a/main/src/main/resources/lang/it-IT/strings.yml +++ b/main/src/main/resources/lang/it-IT/strings.yml @@ -501,6 +501,7 @@ optGeneral: "Generale" optMultiplayer: "Multiplayer" optBooleanPrompt: "Inserisci '' o '', , " optAllowCommands: "Consenti comandi durante la missione" +optAllowQuitting: "Consenti smetteri durante la missione" optCommandsDenied: "Non puoi usare i comandi durante ." optUseDungeonsXLPlugin: "Utilizza il plug-in DungeonsXL" optUsePartiesPlugin: "Utilizza il plug-in Parties" diff --git a/main/src/main/resources/lang/ja-JP/strings.yml b/main/src/main/resources/lang/ja-JP/strings.yml index e8c7290e6..9b815f120 100644 --- a/main/src/main/resources/lang/ja-JP/strings.yml +++ b/main/src/main/resources/lang/ja-JP/strings.yml @@ -501,6 +501,7 @@ optGeneral: "General" optMultiplayer: "Multiplayer" optBooleanPrompt: "Enter '' or '', , " optAllowCommands: "Allow commands during quest" +optAllowQuitting: "Allow quitting during quest" optCommandsDenied: "You cannot use commands during ." optUseDungeonsXLPlugin: "Use DungeonsXL plugin" optUsePartiesPlugin: "Use Parties plugin" diff --git a/main/src/main/resources/lang/ko-KR/strings.yml b/main/src/main/resources/lang/ko-KR/strings.yml index 3f078497b..f3e146703 100644 --- a/main/src/main/resources/lang/ko-KR/strings.yml +++ b/main/src/main/resources/lang/ko-KR/strings.yml @@ -7,580 +7,581 @@ COMMAND_TAKE_USAGE: "사용법: /quests 가져가다 [퀘스트]" COMMAND_QUIT: "그만두다" COMMAND_QUIT_HELP: " [퀘스트] - 현재 퀘스트 종료" COMMAND_JOURNAL: "기록일지" -COMMAND_JOURNAL_HELP: " - View/Put away your Quest Journal" +COMMAND_JOURNAL_HELP: " - 퀘스트 일지보기 / 닫기" COMMAND_EDITOR: "편집자" -COMMAND_EDITOR_HELP: " - Create/Edit Quests" -COMMAND_EVENTS_EDITOR: "actions" -COMMAND_EVENTS_EDITOR_HELP: " - Create/Edit Actions" -COMMAND_STATS: "stats" -COMMAND_STATS_HELP: " - View quest statistics" -COMMAND_TOP: "top" -COMMAND_TOP_HELP: " [number] - View plugin leaderboards" -COMMAND_TOP_USAGE: "Usage: /quests top [number]" -COMMAND_INFO: "info" -COMMAND_INFO_HELP: " - View plugin information" -COMMAND_QUEST_HELP: "- View current quest objectives" -COMMAND_QUESTINFO_HELP: "[quest] - View information about a quest" -COMMAND_QUESTADMIN_HELP: "- Display administrator help" -COMMAND_QUESTADMIN_STATS: "stats" -COMMAND_QUESTADMIN_STATS_HELP: " [player] - View quest statistics of a player" -COMMAND_QUESTADMIN_GIVE: "give" -COMMAND_QUESTADMIN_GIVE_HELP: " [player] [quest] - Force a player to take a quest" -COMMAND_QUESTADMIN_QUIT: "quit" -COMMAND_QUESTADMIN_QUIT_HELP: " [player] [quest] - Force a player to quit a quest" -COMMAND_QUESTADMIN_POINTS: "points" -COMMAND_QUESTADMIN_POINTS_HELP: " [player] [amount] - Set a player's Quest Points" +COMMAND_EDITOR_HELP: " - 퀘스트 생성 / 편집" +COMMAND_EVENTS_EDITOR: "액션" +COMMAND_EVENTS_EDITOR_HELP: " - 액션 만들기 / 편집" +COMMAND_STATS: "통계" +COMMAND_STATS_HELP: " - 퀘스트 통계보기" +COMMAND_TOP: "상위" +COMMAND_TOP_HELP: " [number] - 플러그인 리더 보드보기" +COMMAND_TOP_USAGE: "사용법: /quests 상단 [number]" +COMMAND_INFO: "정보" +COMMAND_INFO_HELP: " - 플러그인 정보보기" +COMMAND_QUEST_HELP: "- 현재 퀘스트 목표보기" +COMMAND_QUESTINFO_HELP: "[quest] - 퀘스트 정보보기" +COMMAND_QUESTADMIN_HELP: "- 관리자 도움말 표시" +COMMAND_QUESTADMIN_STATS: "통계" +COMMAND_QUESTADMIN_STATS_HELP: " [player] - 플레이어의 퀘스트 통계보기" +COMMAND_QUESTADMIN_GIVE: "주다" +COMMAND_QUESTADMIN_GIVE_HELP: " [player] [quest] - 플레이어에게 강제로 퀘스트를 부여합니다." +COMMAND_QUESTADMIN_QUIT: "그만두기" +COMMAND_QUESTADMIN_QUIT_HELP: " [player] [quest] - 플레이어가 강제로 퀘스트를 종료하게 합니다" +COMMAND_QUESTADMIN_POINTS: "퀘스트 목표설정" +COMMAND_QUESTADMIN_POINTS_HELP: " [player] [amount] - 이 플레이어의 퀘스트 포인트를 설정합니다" COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints" -COMMAND_QUESTADMIN_TAKEPOINTS_HELP: " [player] [amount] - Take away a player's Quest Points" +COMMAND_QUESTADMIN_TAKEPOINTS_HELP: " [player] [amount] - 플레이어의 Quest Points를 가져갑니다." COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints" -COMMAND_QUESTADMIN_GIVEPOINTS_HELP: " [player] [amount] - Add to a player's Quest Points" +COMMAND_QUESTADMIN_GIVEPOINTS_HELP: " [player] [amount] - 플레이어의 퀘스트 포인트를 추가합니다." COMMAND_QUESTADMIN_POINTSALL: "pointsall" -COMMAND_QUESTADMIN_POINTSALL_HELP: " [amount] - Set ALL players' Quest Points" -COMMAND_QUESTADMIN_FINISH: "finish" -COMMAND_QUESTADMIN_FINISH_HELP: " [player] [quest] - Force a player to complete a quest" -COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage" -COMMAND_QUESTADMIN_NEXTSTAGE_HELP: " [player] [quest] - Force a player to complete current stage" -COMMAND_QUESTADMIN_SETSTAGE: "setstage" -COMMAND_QUESTADMIN_SETSTAGE_HELP: " [player] [quest] [stage] - Set the current stage for a player" -COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]' -COMMAND_QUESTADMIN_RESET: "reset" -COMMAND_QUESTADMIN_RESET_HELP: " [player] - Clear all Quests data of a player" -COMMAND_QUESTADMIN_REMOVE: "remove" -COMMAND_QUESTADMIN_REMOVE_HELP: " [player] [quest] - Remove a completed quest from a player" +COMMAND_QUESTADMIN_POINTSALL_HELP: " [amount] - 모든 플레이어의 퀘스트 포인트를 설정" +COMMAND_QUESTADMIN_FINISH: "완료" +COMMAND_QUESTADMIN_FINISH_HELP: " [player] [quest] - 강제로 이 플레이어의 퀘스트를 완료합니다" +COMMAND_QUESTADMIN_NEXTSTAGE: "다음 스테이지" +COMMAND_QUESTADMIN_NEXTSTAGE_HELP: " [player] [quest] - 강제로 이 플레이어가 현재 스테이지를 완료하게 됩니다." +COMMAND_QUESTADMIN_SETSTAGE: "스테이지 설정" +COMMAND_QUESTADMIN_SETSTAGE_HELP: " [player] [quest] [stage] - 플레이어의 현재 스테이지 설정" +COMMAND_QUESTADMIN_SETSTAGE_USAGE: '사용법: / questadmin setstage [player] [quest] [stage]' +COMMAND_QUESTADMIN_RESET: "초기화" +COMMAND_QUESTADMIN_RESET_HELP: " [player] - 이 플레이어의 모든 퀘스트 데이터를 삭제합니다" +COMMAND_QUESTADMIN_REMOVE: "제거" +COMMAND_QUESTADMIN_REMOVE_HELP: " [player] [quest] - 플레이어가 완료한 퀘스트를 제거합니다." COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui" -COMMAND_QUESTADMIN_TOGGLEGUI_HELP: " [npc id] - Toggle GUI Quest Display on an NPC" -COMMAND_QUESTADMIN_RELOAD: "reload" -COMMAND_QUESTADMIN_RELOAD_HELP: " - Safely reload the plugin" -questEditorHeader: "Create Quest" -questEditorCreate: "Create new Quest" -questEditorEdit: "Edit a Quest" -questEditorDelete: "Delete Quest" -questEditorName: "Set name" -questEditorAskMessage: "Set ask message" -questEditorFinishMessage: "Set finish message" -questEditorNPCStart: "Set NPC start" -questEditorBlockStart: "Set Block start" -questEditorInitialEvent: "Set initial Action" -questEditorSetGUI: "Set GUI Item display" -questEditorReqs: "Edit Requirements" -questEditorPln: "Edit Planner" -questEditorStages: "Edit Stages" -questEditorRews: "Edit Rewards" -questEditorOpts: "Edit Options" -questEditorEnterQuestName: "Enter Quest name ()" -questEditorEditEnterQuestName: "Enter Quest name to edit ()" -questEditorEnterAskMessage: "Enter ask message ()" -questEditorEnterFinishMessage: "Enter finish message ()" -questEditorEnterNPCStart: "Enter NPC ID, , " -questEditorEnterBlockStart: "Right-click on a block to use as a start point, , , " -questEditorEnterInitialEvent: "Enter an Action name, , " -questRequiredNoneSet: "Required, none set" -questDungeonsCreate: "Players added to this group may perform quests together!" -questDungeonsDisband: "The quest group was disbanded." -questDungeonsInvite: " can now perform quests with you!" -questDungeonsJoin: "You can now perform quests with Captain ." -questDungeonsKicked: " can no longer perform quests with you." -questDungeonsLeave: "You can no longer perform quests with Captain ." -questPartiesCreate: "Players added to this party may perform quests together!" -questPartiesDelete: "The quest party was disbanded." -questPartiesInvite: " can now perform quests with you!" -questPartiesJoin: "You can now perform quests with ." -questPartiesKicked: " can no longer perform quests with you." -questPartiesLeave: "You can no longer perform quests with ." -questWGSetRegion: "Set Region" -questWGNotInstalled: "WorldGuard not installed" -questWGPrompt: "Enter WorldGuard region, , " -questWGInvalidRegion: " is not a valid WorldGuard region!" -questWGRegionCleared: "Quest region cleared." -questCitNotInstalled: "Citizens not installed" -questDenNotInstalled: "Denizen not installed" -questGUIError: "Error: That item is already being used as the GUI Display for the Quest ." -questCurrentItem: "Current item:" -questSetItem: "Set Item" -questClearItem: "Clear Item" -questGUICleared: "Quest GUI Item Display cleared." -questDeleted: "Quest deleted! Quests and Actions have been reloaded." -questEditorNameExists: "A Quest with that name already exists!" -questEditorBeingEdited: "Someone is creating/editing a Quest with that name!" -questEditorInvalidQuestName: "Name may not contain periods or commas!" -questEditorInvalidEventName: "is not a valid action name!" -questEditorInvalidNPC: "No NPC exists with that id!" -questEditorNoStartBlockSelected: "You must select a block first." -questEditorPositiveAmount: "Amount must be a positive number." -questEditorQuestAsRequirement1: "The following Quests have" -questEditorQuestAsRequirement2: "as a requirement:" -questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it." -questEditorQuestNotFound: "Quest not found!" -questEditorEventCleared: "Initial Action cleared." -questEditorSave: "Finish and save" -questEditorNeedAskMessage: "You must set an ask message!" -questEditorNeedFinishMessage: "You must set a finish message!" -questEditorNeedStages: "Your Quest has no Stages!" -questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red% %reset% for it to appear in-game)" -questEditorExited: "Are you sure you want to exit without saving?" -questEditorDeleted: "Are you sure you want to delete the Quest?" -stageEditorEditStage: "Edit Stage" -stageEditorNewStage: "Add new Stage" -stageEditorStages: "Stages" -stageEditorStage: "Stage" -stageEditorBlocks: "Blocks" -stageEditorBreakBlocks: "Break blocks" -stageEditorDamageBlocks: "Damage blocks" -stageEditorPlaceBlocks: "Place blocks" -stageEditorUseBlocks: "Use blocks" -stageEditorCutBlocks: "Cut blocks" -stageEditorItems: "Items" -stageEditorCraftItems: "Craft items" -stageEditorSmeltItems: "Smelt items" -stageEditorEnchantItems: "Enchant items" +COMMAND_QUESTADMIN_TOGGLEGUI_HELP: " [npc id] - NPC에 GUI 퀘스트 토클 표시" +COMMAND_QUESTADMIN_RELOAD: "재 장전하다" +COMMAND_QUESTADMIN_RELOAD_HELP: " - 플러그인을 안전하게 다시로드." +questEditorHeader: "퀘스트 생성" +questEditorCreate: "새로운 퀘스트를 생성합니다." +questEditorEdit: "퀘스트 수정" +questEditorDelete: "퀘스트 삭제" +questEditorName: "이름 설정" +questEditorAskMessage: "묻는 메시지 설정" +questEditorFinishMessage: "마지막 메시지 설정" +questEditorNPCStart: "시작 NPC 설정" +questEditorBlockStart: "시작 블록 선택" +questEditorInitialEvent: "초기 동작 설정" +questEditorSetGUI: "GUI 항목 설정 표시" +questEditorReqs: "요구 사항 편집" +questEditorPln: "일정 편집" +questEditorStages: "단계 수정" +questEditorRews: "보상 수정" +questEditorOpts: "옵션 수정" +questEditorEnterQuestName: "퀘스트 이름 입력 ()" +questEditorEditEnterQuestName: "수정을 위한 퀘스트 이름 입력 ()" +questEditorEnterAskMessage: "질문 입력 ()" +questEditorEnterFinishMessage: "마지막메시지 입력 ()" +questEditorEnterNPCStart: "NPC 이름 입력, , " +questEditorEnterBlockStart: "시작지점으로 사용하기 위한 블럭을 오른쪽 클릭, , , " +questEditorEnterInitialEvent: "Action name 입력, , " +questRequiredNoneSet: "필수, 설정 없음" +questDungeonsCreate: "이 그룹에 추가된 플레이어들과 함께 퀘스트를 진행할 수도 있습니다!" +questDungeonsDisband: "퀘스트 그룹이 해체되었습니다." +questDungeonsInvite: " 는 이제부터 당신과 함께 퀘스트를 진행 할 수 있습니다!" +questDungeonsJoin: "Captain 을 사용하여 퀘스트를 수행 할 수 있습니다." +questDungeonsKicked: "는 더 이상 퀘스트를 수행 할 수 없습니다." +questDungeonsLeave: "Captain 로 더 이상 퀘스트를 수행 할 수 없습니다." +questPartiesCreate: "이 파티에 추가 된 플레이어는 함께 퀘스트를 수행 할 수 있습니다!" +questPartiesDelete: "퀘스트 파티가 해체되었습니다." +questPartiesInvite: " 는 이제부터 당신과 퀘스트를 할 수 있다!" +questPartiesJoin: " 는 이제부터 퀘스트를 할 수 있다." +questPartiesKicked: "는 더 이상 퀘스트를 수행 할 수 없습니다." +questPartiesLeave: " 는 이제부터 퀘스트를 할 수 없다." +questWGSetRegion: "영역 설정" +questWGNotInstalled: "WorldGuard 가 설치되지 않았습니다." +questWGPrompt: "WorldGuard 지역 입력, , " +questWGInvalidRegion: " 은 유효하지 않은 WorldGuard 지역입니다!" +questWGRegionCleared: "퀘스트 지역 완료됨." +questCitNotInstalled: "Citizens 가 설치되지 않았습니다" +questDenNotInstalled: "Denizen 이 설치되지 않았습니다" +questGUIError: "오류: 해당 항목은 Quest 의 GUI 디스플레이로 이미 사용 중입니다." +questCurrentItem: "현재 아이템:" +questSetItem: "아이템 선택" +questClearItem: "아이템 지우기" +questGUICleared: "퀘스트 GUI 항목 표시가 지워졌습니다." +questDeleted: "퀘스트가 삭제되었습니다! 퀘스트 및 액션이 새로 고침되었습니다." +questEditorNameExists: "그 이름을 가진 퀘스트가 이미 존재합니다!" +questEditorBeingEdited: "누군가 그 이름으로 퀘스트를 만들고 편집 중입니다!" +questEditorInvalidQuestName: "이름에는 마침표 또는 쉼표가 포함될 수 없습니다!" +questEditorInvalidEventName: "올바른 액션 이름이 아닙니다." +questEditorInvalidNPC: "그 id와 함께 NPC가 존재하지 않습니다!" +questEditorNoStartBlockSelected: "먼저 블록을 선택해야합니다." +questEditorPositiveAmount: "금액은 양수 여야합니다." +questEditorQuestAsRequirement1: "다음 퀘스트는" +questEditorQuestAsRequirement2: "요구사항:" +questEditorQuestAsRequirement3: "이 퀘스트는 삭제하기 전에 사용하지 않도록 수정해야합니다." +questEditorQuestNotFound: "퀘스트를 찾을 수 없습니다!" +questEditorEventCleared: "초기 동작이 해제되었습니다." +questEditorSave: "완료 및 저장" +questEditorNeedAskMessage: "묻는 메시지를 설정해야합니다!" +questEditorNeedFinishMessage: "완료 메시지를 설정해야합니다!" +questEditorNeedStages: "퀘스트에 스테이지가 없습니다!" +questEditorSaved: "%bold%퀘스트가 저장되었습니다! %reset%(게임에 나타나려면 %red% %reset% 를 수행해야합니다)" +questEditorExited: "저장하지 않고 종료 하시겠습니까?" +questEditorDeleted: "퀘스트를 삭제 하시겠습니까?" +stageEditorEditStage: "Stage 편집" +stageEditorNewStage: "새로운 Stage 추가" +stageEditorStages: "단계" +stageEditorStage: "무대" +stageEditorBlocks: "블록" +stageEditorBreakBlocks: "블록 부수기" +stageEditorDamageBlocks: "블록에 데미지" +stageEditorPlaceBlocks: "블록 배치" +stageEditorUseBlocks: "블록 사용" +stageEditorCutBlocks: "블록 삭제" +stageEditorItems: "아이템" +stageEditorCraftItems: "아이템 제작" +stageEditorSmeltItems: "아이템 제련" +stageEditorEnchantItems: "인챈트 아이템" stageEditorNPCs: "NPCs" -stageEditorDeliverItems: "Deliver items" -stageEditorTalkToNPCs: "Talk to NPCs" -stageEditorKillNPCs: "Kill NPCs" +stageEditorDeliverItems: "넘겨줄 아이템" +stageEditorTalkToNPCs: "NPC와 대화" +stageEditorKillNPCs: "NPC를 죽이다" stageEditorMobs: "Mobs" -stageEditorKillMobs: "Kill mobs" -stageEditorCatchFish: "Catch fish" -stageEditorFish: "fish" -stageEditorReachLocs: "Reach locations" -stageEditorReachRadii1: "Reach within" +stageEditorKillMobs: "몬스터를 잡으세요" +stageEditorCatchFish: "물고기를 낚으세요" +stageEditorFish: "물고기" +stageEditorReachLocs: "위치에 도달" +stageEditorReachRadii1: "이내 도달" stageEditorReachRadii2: "blocks of" -stageEditorTameMobs: "Tame mobs" -stageEditorShearSheep: "Shear Sheep" -stageEditorKillPlayers: "Kill players" +stageEditorTameMobs: "몬스터를 길들이세요" +stageEditorShearSheep: "양털을 깎다" +stageEditorKillPlayers: "플레이어를 처치하세요" stageEditorPlayers: "players" stageEditorEvents: "Actions" stageEditorStageEvents: "Stage Actions" stageEditorStartEvent: "Start Action" -stageEditorStartEventCleared: "Start Action cleared." +stageEditorStartEventCleared: "시작 동작이 완료되었습니다." stageEditorFinishEvent: "Finish Action" -stageEditorFinishEventCleared: "Finish Action cleared." +stageEditorFinishEventCleared: "마지막 동작이 완료되었습니다." stageEditorChatEvents: "Chat Actions" stageEditorChatTrigger: "Chat Trigger" -stageEditorChatEventsCleared: "Chat Actions cleared." +stageEditorChatEventsCleared: "채팅 작업이 완료되었습니다." stageEditorCommandEvents: "Command Actions" stageEditorCommandTrigger: "Command Trigger" -stageEditorCommandEventsCleared: "Command Actions cleared." +stageEditorCommandEventsCleared: "명령 동작이 완료되었습니다." stageEditorTriggeredBy: "Triggered by" stageEditorDeathEvent: "Death Action" -stageEditorDeathEventCleared: "Death Action cleared." +stageEditorDeathEventCleared: "죽음 작업이 완료되었습니다." stageEditorDisconnectEvent: "Disconnect Action" -stageEditorDisconnectEventCleared: "Disconnect Action cleared." +stageEditorDisconnectEventCleared: "연결해제 동작이 완료되었습니다." stageEditorDelayMessage: "Delay message" stageEditorDenizenScript: "Denizen script" -stageEditorStartMessage: "Start message" -stageEditorCompleteMessage: "Complete message" -stageEditorDelete: "Delete Stage" -stageEditorSetBlockNames: "Set block names" -stageEditorSetBlockAmounts: "Set block amounts" -stageEditorSetBlockDurability: "Set block durability" -stageEditorSetDamageAmounts: "Set damage amounts" -stageEditorSetPlaceAmounts: "Set place amounts" -stageEditorSetUseAmounts: "Set use amounts" -stageEditorSetCutAmounts: "Set cut amounts" -stageEditorSetKillAmounts: "Set kill amounts" -stageEditorSetEnchantAmounts: "Set enchant amounts" -stageEditorSetMobAmounts: "Set mob amounts" -stageEditorSetEnchantments: "Set enchantments" -stageEditorSetItemNames: "Set item names" -stageEditorSetKillIds: "Set NPC IDs" -stageEditorSetMobTypes: "Set mob types" -stageEditorSetKillLocations: "Set kill locations" -stageEditorSetKillLocationRadii: "Set kill location radii" -stageEditorSetKillLocationNames: "Set kill location names" -stageEditorSetLocations: "Set locations" -stageEditorSetLocationRadii: "Set location radii" -stageEditorSetLocationNames: "Set location names" -stageEditorSetTameAmounts: "Set tame amounts" -stageEditorSetShearColors: "Set sheep colors" -stageEditorSetShearAmounts: "Set shear amounts" -stageEditorPassword: "Password" -stageEditorAddPasswordDisplay: "Add password display" -stageEditorAddPasswordPhrases: "Add password phrase(s)" -stageEditorObjectiveOverride: "Objective display override" -stageEditorCustom: "Custom objectives" -stageEditorNoModules: "No modules loaded" -stageEditorModuleNotFound: "Custom objective module not found." -stageEditorCustomPrompt: "Enter the name of a custom objective to add, , " -stageEditorCustomAlreadyAdded: "That custom objective has already been added!" -stageEditorCustomCleared: "Custom objectives cleared." -stageEditorCustomDataPrompt: "Enter value for :" -stageEditorEnterBlockNames: "Enter block names, , " -stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), , " -stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), , " -stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), , " -stageEditorUseBlocksPrompt: "Enter use amounts (numbers), , " -stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), , " -stageEditorEnterBlockDurability: "Enter block durability (numbers), , " -stageEditorCatchFishPrompt: "Enter number of fish to catch, , " -stageEditorKillPlayerPrompt: "Enter number of players to kill, , " -stageEditorEnchantTypePrompt: "Enter enchantment names, , " -stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), , " -stageEditorItemNamesPrompt: "Enter item names, , " -stageEditorNPCPrompt: "Enter NPC IDs, , " -stageEditorNPCToTalkToPrompt: "Enter NPC IDs, , , " -stageEditorDeliveryMessagesPrompt: "Enter delivery messages, , " -stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), , " -stageEditorMobsPrompt: "Enter mob names, , " -stageEditorMobAmountsPrompt: "Enter mob amounts, , " -stageEditorMobLocationPrompt: "Right-click on a block to select it, , " -stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks), , " -stageEditorMobLocationNamesPrompt: "Enter location names, , " -stageEditorReachLocationPrompt: "Right-click on a block to select it, , " -stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks), , " -stageEditorReachLocationNamesPrompt: "Enter location names, , " -stageEditorTameAmountsPrompt: "Enter tame amounts, , " -stageEditorShearColorsPrompt: "Enter sheep colors, , " -stageEditorShearAmountsPrompt: "Enter shear amounts, , " -stageEditorEventsPrompt: "Enter an action name, , " -stageEditorChatEventsPrompt: "Enter an action name to add, , " -stageEditorChatEventsTriggerPrompt: "%yellow%Enter a chat trigger for%aqua% %yellow% " -stageEditorCommandEventsPrompt: "Enter an action name to add, , " -stageEditorCommandEventsTriggerPrompt: "%yellow%Enter a command trigger for%aqua% %yellow% " -stageEditorDelayMessagePrompt: "Enter delay message, , " -stageEditorScriptPrompt: "Enter script name, , " -stageEditorStartMessagePrompt: "Enter start message, , " -stageEditorCompleteMessagePrompt: "Enter complete message, , " -stageEditorPasswordDisplayPrompt: "Enter password display, " -stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)" -stageEditorPasswordPhrasePrompt: "Enter password phrases, , " -stageEditorPasswordPhraseHint: "(This is the text that a player must enter to complete the objective)" -stageEditorObjectiveOverridePrompt: "Enter objective display override, , " -stageEditorObjectiveOverrideHint: "(This override will display your own text as the objective)" -stageEditorObjectiveOverrideCleared: "Objective display override cleared." -stageEditorDeliveryAddItem: "Add item" -stageEditorDeliveryNPCs: "Set NPC IDs" -stageEditorDeliveryMessages: "Set delivery messages" -stageEditorInvalidBlockName: "is not a valid block name!" -stageEditorInvalidEnchantment: "is not a valid enchantment name!" -stageEditorInvalidNPC: "is not a valid NPC ID!" -stageEditorInvalidMob: "is not a valid mob name!" -stageEditorInvalidItemName: "is not a valid item name!" -stageEditorInvalidNumber: "is not a number!" -stageEditorInvalidDye: "is not a valid dye color!" -stageEditorInvalidEvent: "is not a valid action name!" -stageEditorDuplicateEvent: "Action is already in the list!" -stageEditorInvalidScript: "Denizen script not found!" -stageEditorNoCitizens: "Citizens is not installed!" -stageEditorNoDenizen: "Denizen is not installed!" -stageEditorPositiveAmount: "You must enter a positive number!" -stageEditorNotListofNumbers: "is not a list of numbers!" -stageEditorNoDelaySet: "You must set a delay first!" -stageEditorNoBlockNames: "You must set block names first!" -stageEditorNoEnchantments: "You must set enchantments first!" -stageEditorNoItems: "You must add items first!" -stageEditorNoDeliveryMessage: "You must set at least one delivery message!" -stageEditorNoNPCs: "You must set NPC IDs first!" -stageEditorNoMobTypes: "You must set mob types first!" -stageEditorNoKillLocations: "You must set kill locations first!" -stageEditorNoBlockSelected: "You must select a block first." -stageEditorNoColors: "You must set colors first!" -stageEditorNoLocations: "You must set locations first!" -stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!" -stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!" -stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!" -stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!" -stageEditorAllListsNotSameSize: "All of your lists are not the same size!" -stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!" -stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!" -stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!" -stageEditorMustSetPasswordDisplays: "You must add at least one password display first!" -stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!" -stageEditorListContainsDuplicates: "List contains duplicates!" -stageEditorDelayCleared: "Delay cleared." -stageEditorDenizenCleared: "Denizen script cleared." -stageEditorObjectiveCleared: "Objective cleared." -stageEditorMessageCleared: "Message cleared." -stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?" -stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot" -stageEditorDeleteSucces: "Stage deleted successfully." -stageEditorEnchantments: "Enchantments" -stageEditorNPCNote: 'Note: You may specify the name of the NPC with ' -stageEditorOptional: "Optional" -stageEditorColors: "Sheep Colors" -allListsNotSameSize: "All of your lists are not the same size!" -eventEditorCreate: "Create new Action" -eventEditorEdit: "Edit an Action" -eventEditorDelete: "Delete an Action" -eventEditorNoneToEdit: "No Actions currently exist to be edited!" -eventEditorNoneToDelete: "No Actions currently exist to be deleted!" -eventEditorNotFound: "Action not found!" -eventEditorExists: "Action already exists!" -eventEditorSomeone: "Someone is already creating or editing an Action with that name!" -eventEditorAlpha: "Name must be alphanumeric!" -eventEditorErrorReadingFile: "Error reading Actions file." -eventEditorErrorSaving: "An error occurred while saving." -eventEditorDeleted: "Action deleted, Quests and Actions reloaded." -eventEditorSaved: "Action saved, Quests and Actions reloaded." -eventEditorEnterEventName: "Enter Action name, " -eventEditorDeletePrompt: "Are you sure you want to delete the Action?" -eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?" -eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:' -eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them." -eventEditorEventInUse: "The following Quests use the Action" -eventEditorMustModifyQuests: "You must modify these Quests first!" -eventEditorListSizeMismatch: "The lists are not the same size!" -eventEditorListDuplicates: "List contains duplicates!" -eventEditorNotANumberList: "Input was not a list of numbers!" -eventEditorInvalidEntry: "Invalid entry" -eventEditorGiveItemsTitle: "- Give Items -" -eventEditorEffectsTitle: "- Sound Effects -" -eventEditorStormTitle: "- Action Storm -" -eventEditorThunderTitle: "- Action Thunder -" -eventEditorMobSpawnsTitle: "- Action Mob Spawns -" -eventEditorMobsTitle: "- Mobs -" -eventEditorAddMobTypesTitle: "- Add Mob -" -eventEditorPotionEffectsTitle: "- Action Potion Effects -" -eventEditorPotionTypesTitle: "- Action Potion Types -" -eventEditorWorldsTitle: "- Worlds -" -eventEditorSetName: "Set name" -eventEditorPlayer: "Player" -eventEditorTimer: "Timer" -eventEditorEffect: "Effect" -eventEditorWeather: "Weather" -eventEditorSetMessage: "Send message" -eventEditorClearInv: "Clear inventory" -eventEditorFailQuest: "Fail the quest" -eventEditorSetExplosions: "Set explosion locations" -eventEditorSetLightning: "Set lightning strike locations" -eventEditorSetEffects: "Set effects" -eventEditorSetStorm: "Set storm" -eventEditorSetThunder: "Set thunder" -eventEditorSetMobSpawns: "Set mob spawns" -eventEditorSetPotionEffects: "Apply potion effects" -eventEditorSetHunger: "Set hunger level" -eventEditorSetSaturation: "Set saturation level" -eventEditorSetHealth: "Set health level" -eventEditorEnterTimerSeconds: "Set amount of time before quest fails (in seconds)" -eventEditorSetTimer: "Set time to fail quest" -eventEditorCancelTimer: "Cancel the quest timer" -eventEditorSetTeleport: "Teleport to location" -eventEditorSetCommands: "Execute commands" -eventEditorItems: "Action Items" -eventEditorSetItems: "Give items" -eventEditorItemsCleared: "Action items cleared." -eventEditorAddItem: "Add item" -eventEditorSetItemNames: "Set item names" -eventEditorSetItemAmounts: "Set item amounts" -eventEditorNoNames: "No names set" -eventEditorMustSetNames: "You must set item names first!" -eventEditorInvalidName: "is not a valid item name!" -eventEditorNotANumber: "is not a number!" -eventEditorStorm: "Action Storm" -eventEditorSetWorld: "Set world" -eventEditorSetDuration: "Set duration" -eventEditorNoWorld: "(No world set)" -eventEditorSetWorldFirst: "You must set a world first!" -eventEditorInvalidWorld: "is not a valid world name!" -eventEditorMustSetStormDuration: "You must set a storm duration!" -eventEditorStormCleared: "Storm data cleared." -eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, " -eventEditorEnterDuration: "Enter duration (in seconds)" -eventEditorThunder: "Action Thunder" -eventEditorMustSetThunderDuration: "You must set a thunder duration!" -eventEditorThunderCleared: "Thunder data cleared." -eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, " -eventEditorEffects: "Action Sound Effects" -eventEditorAddEffect: "Add sound effect" -eventEditorAddEffectLocation: "Add sound effect location" -eventEditorNoEffects: "No sound effects set" -eventEditorMustAddEffects: "You must add sound effects first!" -eventEditorInvalidEffect: "is not a valid sound effect name!" -eventEditorEffectsCleared: "Action sound effects cleared." -eventEditorEffectLocationPrompt: "Right-click on a block to play a sound effect at, , " -eventEditorMobSpawns: "Action Mob Spawns" -eventEditorAddMobTypes: "Add mob" -eventEditorMustSetMobTypesFirst: "You must set the mob type first!" -eventEditorSetMobAmounts: "Set mob amount" -eventEditorMustSetMobAmountsFirst: "You must set mob amount first!" -eventEditorAddSpawnLocation: "Set spawn location" -eventEditorMobSpawnsCleared: "Mob spawns cleared." -eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!" -eventEditorInvalidMob: "is not a valid mob name!" -eventEditorSetMobName: "Set custom name for mob" -eventEditorSetMobType: "Set mob type" -eventEditorSetMobItemInHand: "Set item in hand" -eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand" -eventEditorSetMobBoots: "Set boots" -eventEditorSetMobBootsDrop: "Set drop chance of boots" -eventEditorSetMobLeggings: "Set leggings" -eventEditorSetMobLeggingsDrop: "Set drop chance of leggings" -eventEditorSetMobChestPlate: "Set chest plate" -eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate" -eventEditorSetMobHelmet: "Set helmet" -eventEditorSetMobHelmetDrop: "Set drop chance of helmet" -eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn" -eventEditorSetDropChance: "Set the drop chance" -eventEditorPotionEffects: "Action Potion Effects" -eventEditorSetPotionEffectTypes: "Set potion effect types" -eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!" -eventEditorSetPotionDurations: "Set potion effect durations" -eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!" -eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!" -eventEditorSetPotionMagnitudes: "Set potion effect magnitudes" -eventEditorPotionsCleared: "Potion effects cleared." -eventEditorInvalidPotionType: "is not a valid potion effect type!" -eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, , , " -eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, , , " -eventEditorSelectBlockFirst: "You must select a block first." -eventEditorSetMessagePrompt: "Enter message, , " -eventEditorSetMobTypesPrompt: "Enter mob name, " -eventEditorSetMobAmountsPrompt: "Enter mob amount, " -eventEditorSetMobNamePrompt: "Enter the name for this mob, " -eventEditorSetMobLocationPrompt: "Right-click on a block to select it, , " -eventEditorSetPotionEffectsPrompt: "Enter potion effect types, , " -eventEditorSetPotionDurationsPrompt: "Enter potion effect durations (in seconds), , " -eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, , " -eventEditorSetHungerPrompt: "Enter hunger level, " -eventEditorSetSaturationPrompt: "Enter saturation level, " -eventEditorSetHealthPrompt: "Enter health level, " -eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, , , " -eventEditorCommandsNote: "Note: You may use to refer to the player's name." -eventEditorSetCommandsPrompt: "Enter commands, , , " -reqSetMoney: "Set money requirement" -reqSetQuestPoints: "Set Quest Points requirement" -reqSetItem: "Set item requirements" -reqSetPerms: "Set permission requirements" -reqSetQuest: "Set Quest requirements" -reqSetQuestBlocks: "Set Quest blocks" -reqSetMcMMO: "Set mcMMO requirements" -reqSetHeroes: "Set Heroes requirements" -reqSetCustom: "Set custom requirements" -reqSetFail: "Set fail requirements message" -reqSetSkills: "Set skills" -reqSetSkillAmounts: "Set skill amounts" -reqHeroesSetPrimary: "Set Primary Class" -reqHeroesSetSecondary: "Set Secondary Class" -reqMoneyPrompt: "Enter amount of , , " -reqQuestPointsPrompt: "Enter amount of Quest Points, , " -reqQuestListTitle: "- Quests Available -" -reqQuestPrompt: "Enter a list of Quest names, , , " -reqRemoveItemsPrompt: "Enter a list of true/false values, , " -reqPermissionsPrompt: "Enter permission requirements, , , " -reqCustomPrompt: "Enter the name of a custom requirement to add, , " -reqMcMMOPrompt: "Enter mcMMO skills, , , " -reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, , , " -reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, , " -reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, , " -reqFailMessagePrompt: "Enter fail requirements message, " -reqAddItem: "Add item" -reqSetRemoveItems: "Set remove items" -reqNoItemsSet: "No items set" -reqNoValuesSet: "No values set" -reqHeroesPrimaryDisplay: "Primary Class:" -reqHeroesSecondaryDisplay: "Secondary Class:" -reqNotAQuestName: " is not a Quest name!" -reqItemCleared: "Item requirements cleared." -reqListsNotSameSize: "The items list and remove items list are not the same size!" -reqTrueFalseError: ' is not a true or false value!%br%Example: true false true true' -reqCustomAlreadyAdded: "That custom requirement has already been added!" -reqCustomNotFound: "Custom requirement module not found." -reqCustomCleared: "Custom requirements cleared." -reqMcMMOError: " is not an mcMMO skill name!" -reqMcMMOCleared: "mcMMO skill requirements cleared." -reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared." -reqHeroesNotPrimary: "The class is not primary!" -reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared." -reqHeroesNotSecondary: "The class is not secondary!" -reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared." -reqHeroesClassNotFound: "Class not found!" -reqNone: "No requirements set" -reqNotANumber: " is not a number!" -reqMustAddItem: "You must add at least one item first!" -reqNoMessage: "You must set a fail requirements message!" -reqNoMcMMO: "mcMMO not installed" -reqNoHeroes: "Heroes not installed" -plnStart: "Set start date" -plnEnd: "Set end date" -plnRepeat: "Set repeat cycle" -plnCooldown: "Set player cooldown" -plnRepeatPrompt: "Enter amount of time (in seconds), , " -plnCooldownPrompt: "Enter amount of time (in seconds), , " -plnTooEarly: " will be active in