Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randomairborne/slashdiscord
"Do one thing well" Minecraft Fabric mod for /discord
https://github.com/randomairborne/slashdiscord
fabricmc minecraft-mod
Last synced: about 2 months ago
JSON representation
"Do one thing well" Minecraft Fabric mod for /discord
- Host: GitHub
- URL: https://github.com/randomairborne/slashdiscord
- Owner: randomairborne
- License: mit
- Created: 2021-10-18T00:20:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T05:01:08.000Z (over 1 year ago)
- Last Synced: 2024-10-28T08:57:37.106Z (3 months ago)
- Topics: fabricmc, minecraft-mod
- Language: Java
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# /discord
#### A basic mod which adheres to the "Do one thing well" philosophy.
## Setup
1. Download the mod from the [modrinth](https://modrinth.com/mod/slashdiscord), then put it in your server's `mods` folder.
2. Create `server/config/slashdiscord.json` and insert into it your config. The config should be valid json and look
somewhat like this:```json
{
"commands": [
{
"target": "https://github.com/randomairborne/slashdiscord/blob/master/README.md",
"message": "Click to configure slashdiscord!",
"color": "AQUA",
"names": [
"discord",
"setup"
],
"on_click": "OPEN_URL"
},
{
"target": "-7115307996784423713",
"message": "Click to copy world seed!",
"color": "GREEN",
"hover": {
"message": "Click to copy",
"color": "GOLD"
},
"names": [
"worldseed"
],
"on_click": "COPY_TO_CLIPBOARD"
}
]
}```
3. There is no third step## Getting Help
Please ask in my [Discord](https://valk.sh/discord) for support and help.
## LicenseThis mod is available under the MIT licence.