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/com/redstoner/modules/buildteam/BuildTeam.cmd
2017-07-10 15:20:47 +02:00

23 lines
366 B
Batchfile

command teleport {
alias tp;
alias tele;
[string:player...] {
run teleport player;
}
type player;
}
command team_add {
[string:player] {
run team_add player;
perm utils.buildteam.manage;
}
}
command team_remove {
[string:player] {
run team_remove player;
perm utils.buildteam.manage;
}
}