Updated command structure
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
command setmotd {
|
command motd {
|
||||||
[string: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;
|
help Sets the motd. Use --reset to reset to default;
|
||||||
run setmotd motd;
|
run setmotd motd;
|
||||||
perm utils.motd.set;
|
perm utils.motd.set;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
command getmotd {
|
|
||||||
[empty] {
|
[empty] {
|
||||||
help Returns the motd;
|
help Returns the motd;
|
||||||
run getmotd;
|
run getmotd;
|
||||||
|
|||||||
Reference in New Issue
Block a user