aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.java
diff options
context:
space:
mode:
authorWalker Selby <git@walkerselby.com>2022-10-19 15:07:27 -0700
committerGitHub <noreply@github.com>2022-10-20 00:07:27 +0200
commit498b8d8a7dbef859cd5829fceee7f83dbe69d870 (patch)
treec2e0895b58da61de7be3aa7369a52cfa8cf09e46 /src/main/java/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.java
parent90d3fcd1667f12fe0bfe3e311c4739266274a620 (diff)
downloadnotenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.tar.gz
notenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.tar.bz2
notenoughupdates-498b8d8a7dbef859cd5829fceee7f83dbe69d870.zip
Miscellaneous Typos (#339)
Co-authored-by: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.java b/src/main/java/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.java
index 7655f561..49123f45 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.java
@@ -38,7 +38,7 @@ public class HelpCommand extends ClientCommandBase {
public void processCommand(ICommandSender sender, String[] args) {
ArrayList<String> neuHelpMessages = Lists.newArrayList(
"\u00a75\u00a7lNotEnoughUpdates commands",
- "\u00a76/neu \u00a77- Opens the main neu GUI.",
+ "\u00a76/neu \u00a77- Opens the main NEU GUI.",
"\u00a76/pv \u00a7b?{name} \u00a72\u2D35 \u00a7r\u00a77- Opens the profile viewer",
"\u00a76/neusouls {on/off/clear/unclear} \u00a7r\u00a77- Shows waypoints to fairy souls.",
"\u00a76/neubuttons \u00a7r\u00a77- Opens a GUI which allows you to customize inventory buttons.",
@@ -46,19 +46,19 @@ public class HelpCommand extends ClientCommandBase {
"\u00a76/join {floor} \u00a7r\u00a77- Short Command to join a Dungeon. \u00a7lNeed a Party of 5 People\u00a7r\u00a77 {4/f7/m5}.",
"\u00a76/neucosmetics \u00a7r\u00a77- Opens the cosmetic GUI.",
"\u00a76/neurename \u00a7r\u00a77- Opens the NEU Item Customizer.",
- "\u00a76/cata \u00a7b?{name} \u00a72\u2D35 \u00a7r\u00a77- Opens the profile viewer's catacombs page.",
- "\u00a76/neulinks \u00a7r\u00a77- Shows links to neu/moulberry.",
+ "\u00a76/cata \u00a7b?{name} \u00a72\u2D35 \u00a7r\u00a77- Opens the profile viewer's Catacombs page.",
+ "\u00a76/neulinks \u00a7r\u00a77- Shows links to NEU/Moulberry.",
"\u00a76/neuoverlay \u00a7r\u00a77- Opens GUI Editor for quickcommands and searchbar.",
- "\u00a76/neuah \u00a7r\u00a77- Opens neu's custom ah GUI.",
- "\u00a76/neucalendar \u00a7r\u00a77- Opens neu's custom calendar GUI.",
+ "\u00a76/neuah \u00a7r\u00a77- Opens NEU's custom auction house GUI.",
+ "\u00a76/neucalendar \u00a7r\u00a77- Opens NEU's custom calendar GUI.",
"\u00a76/neucalc \u00a7r\u00a77- Run calculations.",
"",
"\u00a76\u00a7lOld commands:",
- "\u00a76/peek \u00a7b?{user} \u00a72\u2D35 \u00a7r\u00a77- Shows quickly stats for a user.",
+ "\u00a76/peek \u00a7b?{user} \u00a72\u2D35 \u00a7r\u00a77- Shows quick stats for a user.",
"",
"\u00a76\u00a7lDebug commands:",
"\u00a76/neustats \u00a7r\u00a77- Copies helpful info to the clipboard.",
- "\u00a76/neustats modlist \u00a7r\u00a77- Copies modlist info to clipboard.",
+ "\u00a76/neustats modlist \u00a7r\u00a77- Copies mod list info to clipboard.",
"\u00a76/neuresetrepo \u00a7r\u00a77- Deletes all repo files.",
"\u00a76/neureloadrepo \u00a7r\u00a77- Debug command with repo.",
"",
@@ -81,7 +81,7 @@ public class HelpCommand extends ClientCommandBase {
}
String[] helpInfo = {
"",
- "\u00a77Commands marked with a \u00a72\"\u2D35\"\u00a77 require are api key. You can set your api key via \"/api new\" or by manually putting it in the api field in \"/neu\"",
+ "\u00a77Commands marked with a \u00a72\"\u2D35\"\u00a77 require an api key. You can set your api key via \"/api new\" or by manually putting it in the api field in \"/neu\"",
"",
"\u00a77Arguments marked with a \u00a7b\"?\"\u00a77 are optional.",
"",