You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Admin | People with this role are allowed to manage the server, start it up, shut it down, update it, change the password and gather the server statistics. |
618
-
| DCS Admin | People with this role are allowed to restart missions, managing the mission list, ban and unban people. |
619
-
| DCS | People with this role are allowed to chat, check their statistics and gather information about running missions and players. |
620
-
| GameMaster | People with this role can see both [Coalitions](./COALITIONS.md) and run specific commands that are helpful in missions. |
| Admin | People with this role are allowed to manage the server, start it up, shut it down, update it, change the password and gather the server statistics.|
618
+
| DCS Admin | People with this role are allowed to restart missions, managing the mission list, ban and unban people.|
619
+
| DCS | People with this role are allowed to chat, check their statistics and gather information about running missions and players.|
620
+
| GameMaster | People with this role can see both [Coalitions](./COALITIONS.md) and run specific commands that are helpful in missions.|
621
621
622
622
See [Coalitions](./COALITIONS.md) for coalition roles.
623
623
@@ -776,12 +776,12 @@ DCSServerBot has an extensible architecture. You can more or less overwrite, enh
776
776
The easiest way to start developing for DCSServerBot would be to read up the concepts and to look at some examples.
777
777
I have created some READMEs for you that you can start with:
| Plugin | A plugin provides Discord or in-game commands. It handles events from DCS and runs on the master node only. | [README](./plugins/README.md) |
782
-
| Service | A service runs once onto each node of your cluster. Some services are master bound. | [README](./services/README.md) |
783
-
| Extension | An extension runs for each supported server, but on the node the server is running on. It can access all resources of that server. | [README](./extensions/README.md) |
784
-
| Reports | The reporting framework allows you to create your own customized reports for DCSServerBot or overwrite existing ones. | [README](./reports/README.md) |
| Plugin | A plugin provides Discord or in-game commands. It handles events from DCS and runs on the master node only. | [README](./plugins/README.md) |
782
+
| Service | A service runs once onto each node of your cluster. Some services are master bound. | [README](./services/README.md) |
783
+
| Extension | An extension runs for each supported server, but on the node the server is running on. It can access all resources of that server. | [README](./extensions/README.md) |
784
+
| Reports | The reporting framework allows you to create your own customized reports for DCSServerBot or overwrite existing ones. | [README](./reports/README.md) |
785
785
786
786
> [!NOTE]
787
787
> If you decide to develop something that might be of interest for other community members, I highly encourage you to
0 commit comments