Archived
0

Updated command structure

This commit is contained in:
Minenash
2018-12-12 20:56:08 -05:00
parent 8a20c80421
commit 097b4f8135

View File

@@ -1,11 +1,14 @@
command setmotd {
[string:motd...] {
command motd {
get {
help Returns the motd;
run getmotd;
perm utils.motd.get;
}
set [string:motd...] {
help Sets the motd. Use --reset to reset to default;
run setmotd motd;
perm utils.motd.set;
}
}
command getmotd {
[empty] {
help Returns the motd;
run getmotd;