From feeb6dd961aeffab8e85e4785efe37f8f9d8b9be Mon Sep 17 00:00:00 2001 From: Tadhg Date: Wed, 9 Jan 2019 15:44:13 -0800 Subject: Update Chat.cmd --- src/main/java/com/redstoner/modules/chat/Chat.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/java/com/redstoner/modules/chat/Chat.cmd b/src/main/java/com/redstoner/modules/chat/Chat.cmd index 339e128..48d3983 100644 --- a/src/main/java/com/redstoner/modules/chat/Chat.cmd +++ b/src/main/java/com/redstoner/modules/chat/Chat.cmd @@ -84,7 +84,7 @@ command chatonly { perm utilschat.chatonly; [empty] { run chatonly; - help Shows that you're onlu able to chat, nothing else.; + help Shows that you're only able to chat, nothing else.; type player; } -} \ No newline at end of file +} -- cgit v1.2.3 From bcd56e57eb0452715d4bb589cf5665a1175d095b Mon Sep 17 00:00:00 2001 From: Tadhg Date: Thu, 10 Jan 2019 10:03:23 -0800 Subject: Update LagChunks.cmd Punctuation --- src/main/java/com/redstoner/modules/lagchunks/LagChunks.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main/java/com/redstoner/modules/lagchunks/LagChunks.cmd b/src/main/java/com/redstoner/modules/lagchunks/LagChunks.cmd index 0426952..da70816 100644 --- a/src/main/java/com/redstoner/modules/lagchunks/LagChunks.cmd +++ b/src/main/java/com/redstoner/modules/lagchunks/LagChunks.cmd @@ -4,17 +4,17 @@ command lc { list { run list_cmd; - help re-lists already scanned chunks; + help Re-lists already scanned chunks.; } [int:amount] { run scan_cmd amount; - help scans for laggy chunks; + help Scans for laggy chunks.; } tp [int:number] { run tp number; - help teleports to the specified chunk; + help Teleports to the specified chunk.; type player; } } -- cgit v1.2.3