From 7e46139dcc0b2dd48f54a348d9f41919c08fb895 Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Thu, 23 Apr 2020 00:31:49 -0400 Subject: [PATCH] New translations strings.yml (LOLCAT) --- .../main/resources/lang/lol-US/strings.yml | 752 ++++++++++++++++++ 1 file changed, 752 insertions(+) create mode 100644 main/src/main/resources/lang/lol-US/strings.yml diff --git a/main/src/main/resources/lang/lol-US/strings.yml b/main/src/main/resources/lang/lol-US/strings.yml new file mode 100644 index 000000000..0cc5bd568 --- /dev/null +++ b/main/src/main/resources/lang/lol-US/strings.yml @@ -0,0 +1,752 @@ +--- +COMMAND_LIST: "list" +COMMAND_LIST_HELP: " [page] - List available quests" +COMMAND_TAKE: "take" +COMMAND_TAKE_HELP: " [quest] - Accept a quest via command" +COMMAND_TAKE_USAGE: "Usage: /quests take [quest]" +COMMAND_QUIT: "quit" +COMMAND_QUIT_HELP: " [quest] - Quit a current quest" +COMMAND_JOURNAL: "journal" +COMMAND_JOURNAL_HELP: " - View or hide your " +COMMAND_EDITOR: "editor" +COMMAND_EDITOR_HELP: " - Create, edit or delete quests" +COMMAND_EVENTS_EDITOR: "actions" +COMMAND_EVENTS_EDITOR_HELP: " - Create, edit or delete 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 " +COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints" +COMMAND_QUESTADMIN_TAKEPOINTS_HELP: " [player] [amount] - Take away a player's " +COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints" +COMMAND_QUESTADMIN_GIVEPOINTS_HELP: " [player] [amount] - Add to a player's " +COMMAND_QUESTADMIN_POINTSALL: "pointsall" +COMMAND_QUESTADMIN_POINTSALL_HELP: " [amount] - Set ALL players' " +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 questing data of a player" +COMMAND_QUESTADMIN_REMOVE: "remove" +COMMAND_QUESTADMIN_REMOVE_HELP: " [player] [quest] - Remove a completed quest from a player" +COMMAND_QUESTADMIN_RELOAD: "reload" +COMMAND_QUESTADMIN_RELOAD_HELP: " - Safely reload the plugin" +questEditorCreate: "Create new quest" +questEditorEdit: "Edit a quest" +questEditorDelete: "Delete a 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, " +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 Leader ." +questDungeonsKicked: " can no longer perform quests with you." +questDungeonsLeave: "You can no longer perform quests with Leader ." +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 start" +questWGPrompt: "Enter WorldGuard region, , " +questWGInvalidRegion: " is not a valid WorldGuard region!" +questWGRegionCleared: "Quest region cleared." +questGUIError: "Error: That item is already being used as the GUI Display for the quest ." +questCurrentItem: "Current item:" +questGUICleared: "Quest GUI Item Display cleared." +questDeleted: "Quest deleted! Quest and action data has been reloaded." +questEditorNameExists: "A quest with that name already exists!" +questEditorBeingEdited: "Something with that name is already being modified!" +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)" +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: "Shear blocks" +stageEditorItems: "Items" +stageEditorCraftItems: "Craft items" +stageEditorSmeltItems: "Smelt items" +stageEditorEnchantItems: "Enchant items" +stageEditorBrewPotions: "Brew potions" +stageEditorConsumeItems: "Consume items" +stageEditorNPCs: "NPCs" +stageEditorDeliverItems: "Deliver items" +stageEditorTalkToNPCs: "Talk to NPCs" +stageEditorKillNPCs: "Kill NPCs" +stageEditorMobs: "Mobs" +stageEditorKillMobs: "Kill mobs" +stageEditorCatchFish: "Catch fish" +stageEditorFish: "fish" +stageEditorMilkCows: "Milk cows" +stageEditorCows: "cows" +stageEditorReachLocs: "Reach locations" +stageEditorReachRadii1: "Reach within" +stageEditorReachRadii2: "blocks of" +stageEditorTameMobs: "Tame mobs" +stageEditorShearSheep: "Shear sheep" +stageEditorKillPlayers: "Kill players" +stageEditorPlayers: "players" +stageEditorEvents: "Actions" +stageEditorStageEvents: "Stage Actions" +stageEditorStartEvent: "Start Action" +stageEditorStartEventCleared: "Start action cleared." +stageEditorFinishEvent: "Finish Action" +stageEditorFinishEventCleared: "Finish action cleared." +stageEditorChatEvents: "Chat Action" +stageEditorChatTrigger: "Chat Trigger" +stageEditorChatEventsCleared: "Chat action cleared." +stageEditorCommandEvents: "Command Action" +stageEditorCommandTrigger: "Command Trigger" +stageEditorCommandEventsCleared: "Command action cleared." +stageEditorTriggeredBy: "Triggered by" +stageEditorDeathEvent: "Death Action" +stageEditorDeathEventCleared: "Death action cleared." +stageEditorDisconnectEvent: "Disconnect Action" +stageEditorDisconnectEventCleared: "Disconnect action cleared." +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 durabilities" +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)" +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, , " +stageEditorEnterBlockAmounts: "Enter block amounts, , " +stageEditorEnterBlockDurability: "Enter block durabilities (numbers), , " +stageEditorCatchFishPrompt: "Enter number of fish to catch, , " +stageEditorMilkCowsPrompt: "Enter number of cows to milk, , " +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: "Enter a chat trigger for , " +stageEditorCommandEventsPrompt: "Enter an action name to add, , " +stageEditorCommandEventsTriggerPrompt: "Enter a command trigger for , " +stageEditorDelayMessagePrompt: "Enter delay message, , " +stageEditorScriptPrompt: "Enter script name, , " +stageEditorStartMessagePrompt: "Enter start message, , " +stageEditorCompleteMessagePrompt: "Enter complete message, , " +stageEditorPasswordDisplayPrompt: "Enter password hint message, " +stageEditorPasswordPhrasePrompt: "Enter password phrases to accept, , " +stageEditorDeliveryAddItem: "Add item" +stageEditorDeliveryNPCs: "Set NPC IDs" +stageEditorDeliveryMessages: "Set delivery messages" +stageEditorNotSolid: "is not a solid block!" +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!" +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!" +stageEditorNoItems: "You must add items first!" +stageEditorNoDeliveryMessage: "You must set at least one delivery message!" +stageEditorNoKillLocations: "You must set kill locations first!" +stageEditorNoBlockSelected: "You must select a block first." +stageEditorNoLocations: "You must set locations first!" +stageEditorMustSetPasswordDisplays: "You must add at least one password display first!" +stageEditorDelayCleared: "Delay cleared." +stageEditorDenizenCleared: "Denizen script cleared." +stageEditorObjectiveCleared: "Objective cleared." +stageEditorMessageCleared: "Message cleared." +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" +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!" +eventEditorErrorSaving: "An error occurred while saving." +eventEditorDeleted: "Action deleted. Quest and action data reloaded." +eventEditorSaved: "Action saved. Quest and action data reloaded." +eventEditorEnterEventName: "Enter Action name, " +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!" +eventEditorNotANumberList: "Input was not a list of numbers!" +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." +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!" +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 requirement" +reqSetItem: "Set item requirements" +reqSetPerms: "Set permission requirements" +reqSetQuest: "Set quest requirements" +reqSetQuestBlocks: "Set quest blocks" +reqSetMcMMO: "Set mcMMO Classic requirements" +reqSetHeroes: "Set Heroes requirements" +reqSetCustom: "Set custom requirements" +reqSetSkills: "Set skills" +reqSetSkillAmounts: "Set skill amounts" +reqHeroesSetPrimary: "Set Primary Class" +reqHeroesSetSecondary: "Set Secondary Class" +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, , " +reqMcMMOAmountsPrompt: "Enter mcMMO Classic skill amounts, , , " +reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, , " +reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, , " +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." +reqCustomAlreadyAdded: "That custom requirement has already been added!" +reqCustomNotFound: "Custom requirement module not found." +reqCustomCleared: "Custom requirements cleared." +reqMcMMOError: " is not an mcMMO Classic skill name!" +reqMcMMOCleared: "mcMMO Classic skill requirements cleared." +reqMcMMOAmountsCleared: "mcMMO Classic 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!" +reqNotANumber: " is not a number!" +reqMustAddItem: "You must add at least one item first!" +reqNoMessage: "You must set a fail requirements message!" +plnStart: "Set start date" +plnEnd: "Set end date" +plnRepeat: "Set repeat cycle" +plnCooldown: "Set player cooldown" +plnTooEarly: " will be active in