From 36255d07a2a5c0c5b40aee6d74bab1311ff7bd51 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 26 Aug 2019 06:55:22 +0200 Subject: [PATCH] Fixing various typos (#172) --- PULL_REQUEST_TEMPLATE.md | 2 +- .../commands/admin/CompleteCommand.java | 2 +- .../commands/admin/ResetCommand.java | 2 +- .../challenges/panel/admin/ListUsersGUI.java | 2 +- src/main/resources/default.json | 18 +++++++++--------- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 4483cd8..22ade9d 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ Thanks for submitting a pull request. Do not use this form for bug reports! Your submission must meet the minimum requirements of a contribution, i.e., add code, refactor code or fix code. It takes time and effort to review submissions, so please do not waste our time. -Note: formating/spacing-only submissions will be rejected! +Note: formatting/spacing-only submissions will be rejected! For submissions, we want you to use spaces, not tabs (4 spaces) - thank you. diff --git a/src/main/java/world/bentobox/challenges/commands/admin/CompleteCommand.java b/src/main/java/world/bentobox/challenges/commands/admin/CompleteCommand.java index 71bb16c..7e73eb9 100644 --- a/src/main/java/world/bentobox/challenges/commands/admin/CompleteCommand.java +++ b/src/main/java/world/bentobox/challenges/commands/admin/CompleteCommand.java @@ -85,7 +85,7 @@ public class CompleteCommand extends CompositeCommand } else { - this.addon.logError("Unknonw player name " + args.get(0)); + this.addon.logError("Unknown player name " + args.get(0)); } return false; diff --git a/src/main/java/world/bentobox/challenges/commands/admin/ResetCommand.java b/src/main/java/world/bentobox/challenges/commands/admin/ResetCommand.java index 2084254..d8b5089 100644 --- a/src/main/java/world/bentobox/challenges/commands/admin/ResetCommand.java +++ b/src/main/java/world/bentobox/challenges/commands/admin/ResetCommand.java @@ -83,7 +83,7 @@ public class ResetCommand extends CompositeCommand } else { - this.addon.logError("Unknonw player name " + args.get(0)); + this.addon.logError("Unknown player name " + args.get(0)); } return false; diff --git a/src/main/java/world/bentobox/challenges/panel/admin/ListUsersGUI.java b/src/main/java/world/bentobox/challenges/panel/admin/ListUsersGUI.java index c8e8332..db38cbf 100644 --- a/src/main/java/world/bentobox/challenges/panel/admin/ListUsersGUI.java +++ b/src/main/java/world/bentobox/challenges/panel/admin/ListUsersGUI.java @@ -157,7 +157,7 @@ public class ListUsersGUI extends CommonGUI index++; } - // Add button that allows to toogle different player lists. + // Add button that allows to toggle different player lists. panelBuilder.item( 4, this.createToggleButton()); // Navigation buttons only if necessary diff --git a/src/main/resources/default.json b/src/main/resources/default.json index b9af02d..9d2988a 100644 --- a/src/main/resources/default.json +++ b/src/main/resources/default.json @@ -273,7 +273,7 @@ "friendlyName": "Cobble Stone Exchange", "deployed": true, "description": [ - "Exchange cobble to some useful materials" + "Exchange cobble stone to some useful materials" ], "icon": "is:\n ==: org.bukkit.inventory.ItemStack\n v: 1631\n type: COBBLESTONE\n", "order": 1, @@ -1398,7 +1398,7 @@ "takeMoney": false, "requiredIslandLevel": 0, "searchRadius": 20, - "rewardText": "Some diaond and elytra for your efforts.", + "rewardText": "Some diamonds and elytra for your efforts.", "rewardItems": [ "is:\n ==: org.bukkit.inventory.ItemStack\n v: 1631\n type: DIAMOND_ORE\n amount: 16\n", "is:\n ==: org.bukkit.inventory.ItemStack\n v: 1631\n type: ELYTRA\n" @@ -2245,7 +2245,7 @@ }, { "uniqueId": "competent", - "friendlyName": "Compenent Island", + "friendlyName": "Competent Island", "deployed": true, "description": [ "Reach 20th level of island." @@ -2431,7 +2431,7 @@ "friendlyName": "Hostile Zoo", "deployed": true, "description": [ - "Create hostime mob zoo" + "Create hostile mob zoo" ], "icon": "is:\n ==: org.bukkit.inventory.ItemStack\n v: 1631\n type: IRON_BARS\n", "order": 6, @@ -2486,8 +2486,8 @@ "repeatRewardCommands": [] }, { - "uniqueId": "cheff", - "friendlyName": "Cheff", + "uniqueId": "chef", + "friendlyName": "Chef", "deployed": true, "description": [ "Show your ability to cook all types of food" @@ -2551,7 +2551,7 @@ "friendlyName": "Zoo Maker", "deployed": true, "description": [ - "Create a peacefull mob zoo" + "Create a peaceful mob zoo" ], "icon": "is:\n ==: org.bukkit.inventory.ItemStack\n v: 1631\n type: GLASS_PANE\n", "order": 7, @@ -2787,8 +2787,8 @@ "world": "", "order": 2, "waiverAmount": 2, - "unlockMessage": "Congratulations - you unlocked the &dComponent level!", - "rewardText": "Small reward for completing all Component challenges.", + "unlockMessage": "Congratulations - you unlocked the &dCompetent level!", + "rewardText": "Small reward for completing all Competent challenges.", "rewardItems": [ "is:\n ==: org.bukkit.inventory.ItemStack\n v: 1631\n type: DIRT\n amount: 16\n" ],