-
Notifications
You must be signed in to change notification settings - Fork 13
How does it work
KissLick edited this page May 15, 2016
·
10 revisions
TeamGames is very open modular system, there is almost no privacy.
- Modules are games or menu items
- One plugin can contain more than one module
- Each module has ID which has to be unique for it's type.
- There are two types of games in TeamGames
- TeamGame - Red prisoners against Blue prisoners.
- RedOnly - Only Red prisoners are allowed.
- You must remeber, that you allways have to check for your game ID before assuming, that your game is running.
- One plugin can contain more than one game.
- Game process diagram:
- Installation guide
- Teams
- Games
- Marks
- Fences
- Commands
- Bind actions
- TG menu & Modules config
- Chat & ColorVariables config
- Downloads config
- Logs
- Modules
- How does it work
- Api site
- Commented examples
- Module templates
- How To's