Archived
0
This repository has been archived on 2024-08-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Modules/src/main/java/com/redstoner/modules/afk/AFK.cmd
2018-12-15 23:11:50 +01:00

26 lines
373 B
Batchfile

command afk {
alias eafk;
alias away;
alias eaway;
perm utils.afk;
[empty] {
run afk;
}
[optional:-s] {
run afksilent -s;
}
[optional:-s] [string:reason...] {
run afkreason -s reason;
}
}
command update_afk_listeners {
[empty] {
run update_afk_listeners;
perm utils.afk.admin;
}
}