14 lines
277 B
Batchfile
14 lines
277 B
Batchfile
command setmotd {
|
|
[string:motd...] {
|
|
help Sets the motd. Use --reset to reset to default;
|
|
run setmotd motd;
|
|
perm utils.setmotd;
|
|
}
|
|
}
|
|
command getmotd {
|
|
[empty] {
|
|
help Returns the motd;
|
|
run getmotd;
|
|
perm utils.getmotd;
|
|
}
|
|
} |