Standardized Permissions
- Will be test on test-production.
This commit is contained in:
@@ -2,13 +2,13 @@ command setmotd {
|
||||
[string:motd...] {
|
||||
help Sets the motd. Use --reset to reset to default;
|
||||
run setmotd motd;
|
||||
perm utils.setmotd;
|
||||
perm utils.motd.set;
|
||||
}
|
||||
}
|
||||
command getmotd {
|
||||
[empty] {
|
||||
help Returns the motd;
|
||||
run getmotd;
|
||||
perm utils.getmotd;
|
||||
perm utils.motd.get;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user