forked from Jewsus/AutoTeamPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,30 @@ | ||
# AutoTeamPlus | ||
Tshock plugin that forces a user to be on a specific team. | ||
# tShock AutoTeam | ||
|
||
An update of a plugin idea I gave to OLink. | ||
Code taken from https://github.com/Jewsus/AutoTeamPlus | ||
|
||
tShock plugin that forces a user to be on a specific team. | ||
|
||
|
||
## Installation | ||
|
||
Copy the latest release from https://github.com/dredhorse/tShockAutoTeam/tree/master/release into your ServerPlugins folder | ||
|
||
## Configuration | ||
|
||
Give the users the specific permissions: | ||
|
||
- autoteam.none = no team | ||
- autoteam.red = red team | ||
- autoteam.green = green team | ||
- autoteam.blue = blue team | ||
- autoteam.yellow = yellow team | ||
- autoteam.pink = pink team | ||
|
||
via the group: | ||
|
||
- group addperm groupname autoteam.red | ||
|
||
|
||
Please note: | ||
|
||
This doesn't work for groups which have the * permission or for members of the superadmin group. |