diff --git a/main/src/main/resources/lang/en-US/strings.yml b/main/src/main/resources/lang/en-US/strings.yml index 1302ea986..e893175d2 100644 --- a/main/src/main/resources/lang/en-US/strings.yml +++ b/main/src/main/resources/lang/en-US/strings.yml @@ -12,6 +12,8 @@ COMMAND_EDITOR: "editor" COMMAND_EDITOR_HELP: " - Create/Edit Quests" COMMAND_EVENTS_EDITOR: "actions" COMMAND_EVENTS_EDITOR_HELP: " - Create/Edit 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" @@ -159,6 +161,8 @@ stageEditorDeathEvent: "Death Action" stageEditorDeathEventCleared: "Death Action cleared." stageEditorDisconnectEvent: "Disconnect Action" stageEditorDisconnectEventCleared: "Disconnect Action cleared." +stageEditorConditions: "Conditions" +stageEditorConditionCleared: "Condition cleared." stageEditorDelayMessage: "Delay message" stageEditorDenizenScript: "Denizen script" stageEditorStartMessage: "Start message" @@ -222,6 +226,7 @@ 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, , " @@ -240,6 +245,7 @@ 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!" +stageEditorInvalidCondition: "is not a valid condition name!" stageEditorInvalidScript: "Denizen script not found!" stageEditorNoCitizens: "Citizens is not installed!" stageEditorNoDenizen: "Denizen is not installed!" @@ -389,6 +395,25 @@ 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, , , " +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 action" +conditionEditorDeleted: "Condition deleted. Quest and condition data reloaded." +conditionEditorSaved: "Condition saved. Quest and condition data reloaded." +conditionEditorEnterName: "Enter Condition name, " +conditionEditorModifiedNote: 'Note: 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" +conditionEditorPlayer: "Player" +conditionEditorItemsInMainHand: "Holding in main hand" +conditionEditorSetItemsInMainHand: "Set holding in main hand" +conditionEditorFailQuest: "Fail the quest" +conditionEditorConditionCleared: "Condition cleared." reqSetMoney: "Set money requirement" reqSetQuestPoints: "Set requirement" reqSetItem: "Set item requirements" @@ -543,6 +568,7 @@ questNPCListTitle: "- Quests | -" questAdminHelpTitle: "- Questadmin -" questEditorTitle: "- Quest Editor -" eventEditorTitle: "- Action Editor - " +conditionEditorTitle: "- Condition Editor - " questCreateTitle: "- Create Quest -" questEditTitle: "- Edit Quest -" questDeleteTitle: "- Delete Quest -" @@ -696,7 +722,6 @@ timeSecond: "Second" timeSeconds: "Seconds" timeMillisecond: "Millisecond" timeMilliseconds: "Milliseconds" -event: "Action" delay: "Delay" save: "Save" exit: "Exit" @@ -724,6 +749,8 @@ listsNotSameSize: "All required lists must have the same number of entries!" listDuplicate: "List contains duplicates!" id: "ID" quest: "Quest" +event: "Action" +condition: "Condition" quests: "Quests" createdBy: "Created by" continuedBy: "and continued by" @@ -737,6 +764,7 @@ usage: "Usage" redoableEvery: "Redoable every