summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/misc
diff options
context:
space:
mode:
authorMinenash <minenash@protonmail.com>2018-11-16 19:09:11 -0500
committerMinenash <minenash@protonmail.com>2018-11-16 19:09:11 -0500
commit27cccc83f430a1b1cebf3adeaa6c106fe1a5b318 (patch)
treeaf65fadb798a6cdde38e6fcec2ab5e63f8889094 /src/main/java/com/redstoner/modules/misc
parent14c05dd762288a01ecf998224216190c2cdbcfa1 (diff)
Standardized Permissions
- Will be test on test-production.
Diffstat (limited to 'src/main/java/com/redstoner/modules/misc')
-rw-r--r--src/main/java/com/redstoner/modules/misc/Misc.cmd12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/main/java/com/redstoner/modules/misc/Misc.cmd b/src/main/java/com/redstoner/modules/misc/Misc.cmd
index cf7de28..de3b5a3 100644
--- a/src/main/java/com/redstoner/modules/misc/Misc.cmd
+++ b/src/main/java/com/redstoner/modules/misc/Misc.cmd
@@ -9,13 +9,15 @@ command tempadd {
run tempadd user group duration;
}
}
-command echo {
+command echo {
+ perm utils.misc.echo;
[string:text...] {
help Echoes back to you.;
run echo text;
}
}
command ping {
+ perm utils.misc.ping
[empty] {
help Pongs :D;
run ping;
@@ -26,13 +28,14 @@ command ping {
}
}
command sudo {
- perm utils.sudo;
+ perm utils.misc.sudo;
[string:name] [string:command...] {
help Sudo'es another user (or console);
run sudo name command;
}
}
command hasperm {
+ perm utils.misc.hasperm;
[flag:-f] [string:name] [string:node] {
perm utils.hasperm;
run hasperm -f name node;
@@ -40,7 +43,8 @@ command hasperm {
}
}
command nightvision {
-alias nv;
+ alias nv;
+ perm utils.misc.nightvision;
[empty] {
run illuminate;
type player;
@@ -50,7 +54,7 @@ alias nv;
}
command minecart {
alias cart;
- perm utils.spawncart;
+ perm utils.misc.spawncart;
type player;
default [string:variation] {