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/webtoken/WebToken.cmd
2018-11-07 23:50:06 +01:00

21 lines
338 B
Batchfile

command token {
perm utils.webtoken;
[empty] {
help Displays an already generated token;
type player;
perm utils.webtoken;
run token;
}
}
command gettoken {
perm utils.webtoken;
[string:email...] {
help Generates a token used for website authentication;
type player;
perm utils.webtoken;
run gettoken email;
}
}