Skip to content

Commit

Permalink
Fixing various typos (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored and BONNe committed Aug 26, 2019
1 parent 7fce1a1 commit 36255d0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ else if (!args.get(1).isEmpty())
}
else
{
this.addon.logError("Unknonw player name " + args.get(0));
this.addon.logError("Unknown player name " + args.get(0));
}

return false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ else if (!args.get(1).isEmpty())
}
else
{
this.addon.logError("Unknonw player name " + args.get(0));
this.addon.logError("Unknown player name " + args.get(0));
}

return false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ else if (this.pageIndex > (this.onlineUsers.size() / MAX_ELEMENTS))
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
Expand Down
18 changes: 9 additions & 9 deletions src/main/resources/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -2245,7 +2245,7 @@
},
{
"uniqueId": "competent",
"friendlyName": "Compenent Island",
"friendlyName": "Competent Island",
"deployed": true,
"description": [
"Reach 20th level of island."
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 36255d0

Please sign in to comment.