COMMAND_LIST: "list" COMMAND_LIST_HELP: " [page] - List available quests" COMMAND_TAKE: "take" COMMAND_TAKE_HELP: " [quest] - Accept a quest via command" 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_CONDITIONS_EDITOR: "conditions" COMMAND_CONDITIONS_EDITOR_HELP: " - Create, edit or delete conditions" COMMAND_STATS: "stats" COMMAND_STATS_HELP: " - View quest statistics" COMMAND_TOP: "top" COMMAND_TOP_HELP: " [number] - View plugin leaderboards" COMMAND_INFO: "info" COMMAND_INFO_HELP: " - View plugin information" COMMAND_CHOICE: "choice" COMMAND_CHOICE_HELP: " [choice] - Make a menu selection" 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_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_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" questEditorSetGUI: "Set GUI item display" questEditorReqs: "Edit Requirements" questEditorPln: "Edit Planner" questEditorStages: "Edit Stages" questEditorRews: "Edit Rewards" questEditorOpts: "Edit Options" questEditorDefaultAskMessage: "Challenge objectives!" questEditorDefaultFinishMessage: "Well done!" questEditorEnterQuestName: "Enter quest name, " questEditorEnterAskMessage: "Enter ask message, " questEditorEnterFinishMessage: "Enter finish message, " questEditorEnterNPCStart: "Enter NPC UUID, , " questEditorClickNPCStart: "Click on a NPC, , " questEditorEnterBlockStart: "Right-click on a block to use as a start point, , , " 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." questPartiesJoin: "You can now perform quests with the party." questPartiesJoinBroadcast: " can now perform quests with the party!" questPartiesLeave: "You can no longer perform quests with the party." questPartiesLeaveBroadcast: " can no longer perform quests with you." questWGSetRegion: "Set region start" questWGPrompt: "Enter WorldGuard region, , " questWGInvalidRegion: " is not a valid WorldGuard region!" questWGRegionCleared: "Quest region cleared." 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!" 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!" 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" stageEditorEventCleared: "Action cleared." stageEditorStageEvents: "Stage Actions" stageEditorStartEvent: "Start Action" stageEditorFinishEvent: "Finish Action" stageEditorFailEvent: "Fail Action" stageEditorChatEvents: "Chat Action" stageEditorChatTrigger: "Chat Trigger" stageEditorCommandEvents: "Command Action" stageEditorCommandTrigger: "Command Trigger" stageEditorTriggeredBy: "Triggered by" stageEditorDeathEvent: "Death Action" stageEditorDisconnectEvent: "Disconnect Action" stageEditorConditions: "Conditions" stageEditorConditionCleared: "Condition 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" 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: "Say password" stageEditorAddPasswordDisplay: "Add password hints" stageEditorAddPasswordPhrases: "Add password phrases" stageEditorCustom: "Custom objectives" stageEditorModules: "- Modules -" stageEditorNoModules: "No modules loaded" stageEditorModuleNotFound: "Custom objective module not found." stageEditorModulePrompt: "Enter the name of a module, , " 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, , " 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 , " stageEditorConditionsPrompt: "Enter a condition name, , " stageEditorDelayMessagePrompt: "Enter delay message, , " stageEditorScriptPrompt: "Enter script name, , " stageEditorStartMessagePrompt: "Enter start message, , " stageEditorCompleteMessagePrompt: "Enter complete message, , " stageEditorPasswordDisplayPrompt: "Enter password hints, , " stageEditorPasswordPhrasePrompt: "Enter password phrases, , " stageEditorDeliveryAddItem: "Add item" stageEditorNPCUniqueIds: "Add NPC UUIDs" stageEditorDeliveryMessages: "Set partial delivery messages" stageEditorNotSolid: " is not a solid block!" stageEditorInvalidBlockName: " is not a valid block name!" stageEditorInvalidNPC: " is not a valid NPC UUID!" stageEditorInvalidMob: " is not a valid mob name!" stageEditorInvalidItemName: " is not a valid item name!" stageEditorInvalidDye: " is not a valid dye color!" stageEditorInvalidCondition: " is not a valid condition name!" 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!" stageEditorNotListOfUniqueIds: " is not a list of valid UUIDs!" 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 hint 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!" eventEditorDeleted: "Action deleted. Quest and action data reloaded." eventEditorSaved: "Action saved. Quest and action data reloaded." eventEditorEnterEventName: "Enter action name, " eventEditorModifiedNote: '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 -" eventEditorAddEquipmentTitle: "- Add Equipment -" 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." eventEditorSetWorld: "Set world" eventEditorSetDuration: "Set duration" 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)" eventEditorMustSetThunderDuration: "You must set a thunder duration!" eventEditorThunderCleared: "Thunder data cleared." eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, " eventEditorAddEffect: "Add sound effect" eventEditorAddEffectLocation: "Add sound effect location" 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, , " eventEditorAddMobTypes: "Add mob" eventEditorSetMobName: "Set custom name for mob" eventEditorSetMobType: "Set mob type" eventEditorMustSetMobTypesFirst: "You must set the mob type first!" eventEditorSetMobAmounts: "Set mob amount" eventEditorMustSetMobAmountsFirst: "You must set mob amount first!" eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn" eventEditorAddSpawnLocation: "Set spawn location" eventEditorMobSpawnsCleared: "Mob spawns cleared." eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!" eventEditorSetEquipment: "Set equipment" 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" eventEditorSetDropChance: "Enter drop chance between and , " 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, , , " eventEditorSetCommandsPrompt: "Enter commands (use '' to represent the player), , , " conditionEditorCreate: "Create new condition" conditionEditorEdit: "Edit a condition" conditionEditorDelete: "Delete a condition" conditionEditorNoneToEdit: "No conditions currently exist to be edited!" conditionEditorNoneToDelete: "No conditions currently exist to be deleted!" conditionEditorNotFound: "Condition not found!" conditionEditorExists: "Condition already exists!" conditionEditorInUse: "The following quests use the condition" conditionEditorEnterName: "Enter condition name, " conditionEditorSaved: "Condition saved. Quest and condition data reloaded." conditionEditorDeleted: "Condition deleted. Quest and condition data reloaded." conditionEditorModifiedNote: 'You have modified a condition that the following quests use:' conditionEditorForcedToQuit: "If you save the condition, anyone who is actively doing any of these quests will be forced to quit them." conditionEditorSetName: "Set name" conditionEditorEntity: "Entity" conditionEditorWorld: "World" conditionEditorCheckPlaceholder: "Check placeholder" conditionEditorConditionCleared: "Condition cleared." conditionEditorRideEntity: "Ride entity" conditionEditorRideNPC: "Ride NPC" conditionEditorEntitiesTitle: "- Entities -" conditionEditorEntitiesPrompt: "Enter entity names, , " conditionEditorNpcsTitle: "- NPCs -" conditionEditorPermissions: "Own permission" conditionEditorPermissionsPrompt: "Enter permission nodes, , " conditionEditorItemsInMainHand: "Hold in main hand" conditionEditorItemsWear: "Wear as armor" conditionEditorWorldsTitle: "- Worlds -" conditionEditorWorldsPrompt: "Enter world names, , " conditionEditorStayWithinWorld: "Stay within world" conditionEditorInvalidWorld: " is not a valid world name!" conditionEditorBiomesTitle: "- Biomes -" conditionEditorBiomesPrompt: "Enter biome names, , " conditionEditorStayWithinBiome: "Stay within biome" conditionEditorInvalidBiome: " is not a valid biome name!" conditionEditorRegionsTitle: "- Regions -" conditionEditorRegionsPrompt: "Enter region names, , " conditionEditorStayWithinRegion: "Stay within region" conditionEditorTicksTitle: "- Ticks -" conditionEditorSetStartTick: "Set start tick" conditionEditorSetEndTick: "Set end tick" conditionEditorTicksPrompt: "Enter tick value, , " conditionEditorStayWithinTicks: "Stay within ticks" conditionEditorInvalidTicks: " is not a valid tick value!" conditionEditorPlaceholderTitle: "- PlaceholderAPI -" conditionEditorSetPlaceholderId: "Set placeholder identifiers" conditionEditorSetPlaceholderVal: "Set placeholder values" conditionEditorPlaceholderCleared: "Placeholder condition cleared." conditionEditorEnterPlaceholderId: "Enter placeholder identifiers, , " conditionEditorEnterPlaceholderVal: "Enter placeholder values, , " reqSetMoney: "Set money requirement" reqSetQuestPoints: "Set requirement" reqSetItem: "Set item requirements" reqSetExperience: "Set experience requirement" 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, , " reqExperiencePrompt: "Enter amount of experience, , " 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" 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!" reqNotAUniqueId: " is not a valid UUID!" 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" plnOverride: "Ignore cooldown after repeat" plnTooEarly: " will be active in