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/Put away your Quest Journal" COMMAND_EDITOR: "editor" COMMAND_EDITOR_HELP: " - Create/Edit Quests" COMMAND_EVENTS_EDITOR: "events" COMMAND_EVENTS_EDITOR_HELP: " - Create/Edit Events" 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_QUESTADMIN_TAKEPOINTS: "takepoints" COMMAND_QUESTADMIN_TAKEPOINTS_HELP: " [player] [amount] - Take away a player's Quest Points" COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints" COMMAND_QUESTADMIN_GIVEPOINTS_HELP: " [player] [amount] - Add to a player's Quest Points" 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_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 Event" questEditorSetGUI: "Set GUI Item display" questEditorReqs: "Edit Requirements" questEditorPln: "Edit Planner" questEditorStages: "Edit Stages" questEditorRews: "Edit Rewards" 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 Event name, , " questRequiredNoneSet: "Required, none set" 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 Events 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 event 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 Event 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" stageEditorEnchantItems: "Enchant items" stageEditorDeliverItems: "Deliver items" stageEditorNPCs: "NPCs" stageEditorTalkToNPCs: "Talk to NPCs" stageEditorKillNPCs: "Kill NPCs" stageEditorMobs: "Mobs" stageEditorKillMobs: "Kill mobs" stageEditorCatchFish: "Catch fish" stageEditorFish: "fish" stageEditorReachLocs: "Reach locations" stageEditorReachRadii1: "Reach within" stageEditorReachRadii2: "blocks of" stageEditorTameMobs: "Tame mobs" stageEditorShearSheep: "Shear Sheep" stageEditorKillPlayers: "Kill players" stageEditorPlayers: "players" stageEditorEvents: "Events" stageEditorStageEvents: "Stage Events" stageEditorStartEvent: "Start Event" stageEditorStartEventCleared: "Start Event cleared." stageEditorFinishEvent: "Finish Event" stageEditorFinishEventCleared: "Finish Event cleared." stageEditorChatEvents: "Chat Events" stageEditorChatTrigger: "Chat Trigger" stageEditorChatEventsCleared: "Chat Events cleared." stageEditorCommandEvents: "Command Events" stageEditorCommandTrigger: "Command Trigger" stageEditorCommandEventsCleared: "Command Events cleared." stageEditorTriggeredBy: "Triggered by" stageEditorDeathEvent: "Death Event" stageEditorDeathEventCleared: "Death Event cleared." stageEditorDisconnectEvent: "Disconnect Event" stageEditorDisconnectEventCleared: "Disconnect Event 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 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)" stageEditorNoPasswordDisplays: "No password displays set" 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 event name, , " stageEditorChatEventsPrompt: "Enter an event name to add, , " stageEditorChatEventsTriggerPrompt: "%yellow%Enter a chat trigger for%aqua% %yellow% " stageEditorCommandEventsPrompt: "Enter an event name to add, , " stageEditorCommandEventsTriggerPrompt: "%yellow%Enter a command trigger for%aqua% %yellow% " stageEditorDelayPrompt: "Enter time (in seconds), , " 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" stageEditorContainsDuplicates: "List contains duplicates!" 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 event name!" stageEditorDuplicateEvent: "Event 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!" stageEditorNoEnchantmentsSet: "No enchantments set" stageEditorNoItemsSet: "No items set" stageEditorNoMobTypesSet: "No mob types set" stageEditorNoLocationsSet: "No locations set" stageEditorNoColorsSet: "No colors set" 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!" stageEditorAddPasswordCleared: "Password Objectives cleared." stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!" stageEditorListContainsDuplicates: "List contains duplicates!" stageEditorDelayCleared: "Delay cleared." stageEditorDelayMessageCleared: "Delay message cleared." stageEditorDenizenCleared: "Denizen script cleared." stageEditorBreakBlocksCleared: "Break blocks objective cleared." stageEditorDamageBlocksCleared: "Damage blocks objective cleared." stageEditorPlaceBlocksCleared: "Place blocks objective cleared." stageEditorUseBlocksCleared: "Use blocks objective cleared." stageEditorCutBlocksCleared: "Cut blocks objective cleared." stageEditorEnchantmentsCleared: "Enchantment objective cleared." stageEditorDeliveriesCleared: "Delivery objective cleared." stageEditorReachLocationsCleared: "Reach Locations objective cleared." stageEditorKillNPCsCleared: "Kill NPCs objective cleared." stageEditorKillMobsCleared: "Kill Mobs objective cleared." stageEditorTameCleared: "Tame Mobs objective cleared." stageEditorShearCleared: "Shear Sheep objective cleared." stageEditorStartMessageCleared: "Start message cleared." stageEditorCompleteMessageCleared: "Complete 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 Event" eventEditorEdit: "Edit an Event" eventEditorDelete: "Delete an Event" eventEditorNoneToEdit: "No Events currently exist to be edited!" eventEditorNoneToDelete: "No Events currently exist to be deleted!" eventEditorNotFound: "Event not found!" eventEditorExists: "Event already exists!" eventEditorSomeone: "Someone is already creating or editing an Event with that name!" eventEditorAlpha: "Name must be alphanumeric!" eventEditorErrorReadingFile: "Error reading Events file." eventEditorErrorSaving: "An error occurred while saving." eventEditorDeleted: "Event deleted, Quests and Events reloaded." eventEditorSaved: "Event saved, Quests and Events reloaded." eventEditorEnterEventName: "Enter an Event name, " eventEditorDeletePrompt: "Are you sure you want to delete the Event" eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?" eventEditorFinishAndSave: "Are you sure you want to finish and save the Event" eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:' eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them." eventEditorEventInUse: "The following Quests use the Event" 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: "- Effects -" eventEditorStormTitle: "- Event Storm -" eventEditorThunderTitle: "- Event Thunder -" eventEditorMobSpawnsTitle: "- Event Mob Spawns -" eventEditorMobsTitle: "- Mobs -" eventEditorAddMobTypesTitle: "- Add Mob -" eventEditorPotionEffectsTitle: "- Event Potion Effects -" eventEditorPotionTypesTitle: "- Event Potion Types -" eventEditorWorldsTitle: "- Worlds -" eventEditorSetName: "Set name" eventEditorSetMessage: "Set message" eventEditorClearInv: "Clear player 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: "Set potion effects" eventEditorSetHunger: "Set player hunger level" eventEditorSetSaturation: "Set player saturation level" eventEditorSetHealth: "Set player health level" eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)" eventEditorSetTimer: "Set time to fail quest" eventEditorCancelTimer: "Cancel the quest timer" eventEditorSetTeleport: "Set player teleport location" eventEditorSetCommands: "Set commands to execute" eventEditorItems: "Event Items" eventEditorSetItems: "Give items" eventEditorItemsCleared: "Event 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: "Event 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: "Event Thunder" eventEditorMustSetThunderDuration: "You must set a thunder duration!" eventEditorThunderCleared: "Thunder data cleared." eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, " eventEditorEffects: "Event Effects" eventEditorAddEffect: "Add effect" eventEditorAddEffectLocation: "Add effect location" eventEditorNoEffects: "No effects set" eventEditorMustAddEffects: "You must add effects first!" eventEditorInvalidEffect: "is not a valid effect name!" eventEditorEffectsCleared: "Event effects cleared." eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, , " eventEditorMobSpawns: "Event 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: "Event 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