23 lines
366 B
Batchfile
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;
|
|
}
|
|
}
|