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
- Host: GitHub
- URL: https://github.com/blockzilla101/linker
- Owner: Blockzilla101
- Created: 2020-05-09T12:23:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T13:19:59.000Z (about 6 years ago)
- Last Synced: 2025-06-17T08:46:48.521Z (about 1 year ago)
- Language: Java
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 //
}
```