Initial commit
This commit is contained in:
22
src/com/redstoner/modules/buildteam/BuildTeam.cmd
Normal file
22
src/com/redstoner/modules/buildteam/BuildTeam.cmd
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user