An open API service indexing awesome lists of open source software.

https://github.com/blockzilla101/linker

A mindustry plugin to link in game players with discord
https://github.com/blockzilla101/linker

Last synced: about 1 year ago
JSON representation

A mindustry plugin to link in game players with discord

Awesome Lists containing this project

README

          

## Linker Plugin

Links a player to discord and gives them admin status based on a role

#### Configuration

A file named `linker_plugin.json` should be placed on the config folder of the server

Config values:

```jsonc
{
"databasePath": "./config/players.db",
"botPrefix": "!",
"botChannelId": "",
"botServerId": "",
"botToken": "",
"adminPassword": "",
"adminRoleId": "",
"sessionMaxTries": 3, //
"sessionTimeout": 20 //
}
```