summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMinenash <minenash@protonmail.com>2019-01-30 20:46:44 -0500
committerMinenash <minenash@protonmail.com>2019-01-30 20:46:44 -0500
commit91783efc87fe511190b54d35d92e90f703b1aeea (patch)
tree8bc2a08c848f1d19fde257961a9a8f35e4f294df /src
parent39b8dbe4179a679226d4099a5ae3aba312ad90b4 (diff)
parentf02d7b37537dcc50a84183c60c4defc4f994d954 (diff)
Merge branch 'dev' of https://github.com/RedstonerServer/Modules.git into dev
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/redstoner/modules/lagchunks/LagChunks.cmd6
1 files changed, 3 insertions, 3 deletions
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;
}
}