forked from slipcor/pvparena
-
Notifications
You must be signed in to change notification settings - Fork 36
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
4 changed files
with
84 additions
and
67 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,43 +1,60 @@ | ||
# Squads | ||
|
||
## Description | ||
## About | ||
|
||
This mod allow players to make squads. Instead of respawning anywhere / at the team spawn, you spawn at a random squad member. | ||
This mod makes possible to create squads of players. Instead of respawning anywhere / at the team spawn, a squad player | ||
will respawn to a random mate position. | ||
|
||
Squads are an addition to teams or even a replacement (in case of a FFA arena). | ||
Squads are an addition to teams or may a way to group players in FFA arenas. | ||
|
||
## Installation | ||
|
||
Installation of this module can be done in a normal way. You'll find installation process in [modules page](../modules.md#installing-modules) of the doc. | ||
|
||
## Usage | ||
## Setup | ||
|
||
Place signs, similar to the Class Signs: | ||
This mod works signs to join and leave squads. So, you have to create them. | ||
If you want players can switch between squads during a game (c.f. config settings), you should place squads signs in | ||
the battlefield, in the spawn areas. Otherwise, you should place them directly in the lounges. | ||
|
||
``` | ||
[Squad name] | ||
[ignored] | ||
free | ||
free | ||
``` | ||
1. Create a squad using the `/pa [arena] !sq add [squadName] [playerLimit]` command. | ||
|
||
You can add another (one) sign below for display of more player names | ||
|
||
## Config settings ( in your arena config file ) | ||
2. Then create the join sign using the following template: | ||
``` | ||
[Squad name] | ||
[what you want / ignored] | ||
empty | ||
empty | ||
``` | ||
For instance, for a squad named "icebreakers", you can create a sign like this: | ||
``` | ||
Icebreakers | ||
<=================> | ||
``` | ||
- modules.squads.ingameSquadSwitch \- allow switching squads ingame | ||
You can add another one or multiple blank signs **below** to display of more player names. | ||
## Commands | ||
- `/pa [arena] !sq` \- show the arena squads | ||
- `/pa [arena] !sq add [name] [limit]` \- add squad with player limit (set to 0 to remove limit) | ||
- `/pa [arena] !sq remove [name]` \- remove squad [name] | ||
- `/pa [arena] !sq set [name] [limit]` \- set player limit for squad | ||
3. Do the same thing for all squads | ||
<br> | ||
## Warnings | ||
> **🚩 Tips:** | ||
> - All the squads can be created in a first time with the command and then all signs can be placed. | ||
> Order doesn't matter. | ||
> - The squad name is case-insensitive and supports sign colors | ||
\- | ||
## Config settings | ||
## Dependencies | ||
- **modules.squads.ingameSquadSwitch**: allow switching squads ingame (default: false) | ||
\- | ||
## Commands | ||
- `/pa [arena] !sq` \- show the arena squads | ||
- `/pa [arena] !sq add [squadName] [playerLimit]` \- add squad with player limit (set to 0 to remove limit) | ||
- `/pa [arena] !sq remove [squadName]` \- remove squad [name] | ||
- `/pa [arena] !sq set [squadName] [playerLimit]` \- set player limit for squad |
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
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
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