summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinenash <minenash@protonmail.com>2019-01-05 01:05:55 -0500
committerMinenash <minenash@protonmail.com>2019-01-05 01:05:55 -0500
commit1f0ea14a52b6e36bbe1b46a5898b0f3934a1e421 (patch)
tree41524e87d042fa730dce579a8f6a82ee8cf77870
parent5d6e5d4264c911c7bccdf20a08b74e771dfd9cf5 (diff)
Added more help clauses to teleport commands
-rw-r--r--src/main/java/com/redstoner/modules/teleport/Teleport.cmd10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/com/redstoner/modules/teleport/Teleport.cmd b/src/main/java/com/redstoner/modules/teleport/Teleport.cmd
index 9a4a72d..ca78ab5 100644
--- a/src/main/java/com/redstoner/modules/teleport/Teleport.cmd
+++ b/src/main/java/com/redstoner/modules/teleport/Teleport.cmd
@@ -4,21 +4,25 @@ command tp {
[string:player] {
run tp player;
+ help Teleports you to a player.;
perm utils.teleport.tpa;
type player;
}
[string:player] [string:player2] {
run tp2 player player2;
+ help Teleports the first player to the second.;
perm utils.teleport.tpa;
}
[int:x] [int:y] [int:z] {
run tploc x y z;
+ help Teleports you to specific coords.;
perm utils.teleport.tploc;
type player;
}
[string:player] [int:x] [int:y] [int:z] {
run tploc2 player x y z;
+ help Teleports a player to specific coords.;
perm utils.teleport.tploc.other;
}
}
@@ -31,6 +35,7 @@ command tphere {
[string:player] {
run tphere player;
+ help Teleports the player to you.;
perm utils.teleport.tp.here;
}
}
@@ -44,6 +49,7 @@ command tpa {
[string:player] {
run tpa player;
+ help Request to teleport to a player.;
}
}
@@ -57,6 +63,7 @@ command tpahere {
[string:player] {
run tpahere player;
+ help Request a player to teleport to you,;
help ask another player to teleport to you.;
}
}
@@ -112,9 +119,11 @@ command tpdeny {
[empty] {
run tpdeny;
+ help Denies the latest pending tpa request.;
}
[string:player] {
run tpdeny2 player;
+ help Denies the specified pending tpa request.;
}
}
@@ -127,6 +136,7 @@ command tplist {
[empty] {
run tplist;
+ help Shows you a list of all the incoming tpa requests.;
}
}