Archived
0

Initial commit

This commit is contained in:
Pepich
2017-07-10 15:20:47 +02:00
parent 287a62eaa8
commit ffab2a460c
3 changed files with 336 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
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;
}
}