aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2021-08-11 17:34:37 +0200
committerjani270 <jani270@gmx.de>2021-08-11 17:34:37 +0200
commit1dc2b76f92322e7848e9d8d122a39254a5df5225 (patch)
tree6e97194e7a49a2995e14d226cd2c8e34729f8572
parent55bb27aa9bd2a288c28a17502b421f4cf647570d (diff)
downloadNotEnoughUpdates-1dc2b76f92322e7848e9d8d122a39254a5df5225.tar.gz
NotEnoughUpdates-1dc2b76f92322e7848e9d8d122a39254a5df5225.tar.bz2
NotEnoughUpdates-1dc2b76f92322e7848e9d8d122a39254a5df5225.zip
Updated neuhelp text
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
index da35d6ab..97c5e818 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
@@ -237,30 +237,30 @@ public class NotEnoughUpdates {
public void processCommand(ICommandSender sender, String[] args) {
ArrayList<String> neuHelpMessages = Lists.newArrayList(
"\u00a75\u00a7lNotEnoughUpdates commands",
- "\u00a76/neu \u00a77- opens the neu gui",
- "\u00a76/pv \u00a7b?{name} \u00a72\u2D35 \u00a7r\u00a77- opens the profile viewer",
- "\u00a76/neusouls \u00a7r\u00a77- fairy souls waypoints",
- "\u00a76/neubuttons \u00a7r\u00a77- add custom inventory buttons",
- "\u00a76/neuec \u00a7r\u00a77- recolour enchantment text",
-
- "\u00a76/join {floor} \u00a7r\u00a77- quickly join a dungeon {4/f7/m5}",
- "\u00a76/neucosmetics \u00a7r\u00a77- open the cosmetic gui",
- "\u00a76/neurename \u00a7r\u00a77- rename/customize items/armor",
- "\u00a76/cata \u00a7b?{name} \u00a72\u2D35 \u00a7r\u00a77- opens the profile viewer's catacombs page",
- "\u00a76/neulinks \u00a7r\u00a77- links to neu/moulberry",
- "\u00a76/neuoverlay \u00a7r\u00a77- inventory overlay placement command",
- "\u00a76/neuah \u00a7r\u00a77- neu's custom Auction house gui",
- "\u00a76/neumap \u00a7r\u00a77- opens the dungeon map gui",
- "\u00a76/neucalendar \u00a7r\u00a77- opens neu's custom calendar 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.",
+ "\u00a76/neuec \u00a7r\u00a77- Opens the enchant colour GUI.",
+
+ "\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/neuoverlay \u00a7r\u00a77- Opens GUI Editor for quickcommands and searchbar.",
+ "\u00a76/neuah \u00a7r\u00a77- Opens neu's custom ah GUI.",
+ "\u00a76/neumap \u00a7r\u00a77- Opens the dungeon map GUI.",
+ "\u00a76/neucalendar \u00a7r\u00a77- Opens neu's custom calendar GUI.",
"",
"\u00a76\u00a7lOld commands:",
- "\u00a76/peek \u00a7b?{user} \u00a72\u2D35 \u00a7r\u00a77- quickly get stats for a user",
+ "\u00a76/peek \u00a7b?{user} \u00a72\u2D35 \u00a7r\u00a77- Shows quickly stats for a user.",
"",
"\u00a76\u00a7lDebug commands:",
- "\u00a76/neustats \u00a7r\u00a77- copies pc info to clipboard",
- "\u00a76/neustats modlist \u00a7r\u00a77- copies mod list info to clipboard",
- "\u00a76/neuresetrepo \u00a7r\u00a77- resets the repo",
- "\u00a76/neureloadrepo \u00a7r\u00a77- reloads the repo",
+ "\u00a76/neustats \u00a7r\u00a77- Copies helpful info to the clipboard.",
+ "\u00a76/neustats modlist \u00a7r\u00a77- Copies modlist info to clipboard.",
+ "\u00a76/neuresetrepo \u00a7r\u00a77- Deletes all repo files.",
+ "\u00a76/neureloadrepo \u00a7r\u00a77- Debug command with repo.",
"",
"\u00a76\u00a7lDev commands:",
"\u00a76/neupackdev \u00a7r\u00a77- pack creator command - getnpc");