-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fabricord ver2.0 release! https://modrinth.com/mod/fabricord/version/…
- Loading branch information
Showing
5 changed files
with
104 additions
and
37 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,16 +1,44 @@ | ||
# Fabricord | ||
A modern message style like DiscordSRV will be reproduced as a Fabric version mod. | ||
|
||
![Discord](https://img.shields.io/discord/1138813465688031283?logo=discord&logoColor=white&style=plastic) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Elysium-7/Fabricord/build.yml?style=plastic&logo=github&logoColor=white) ![GitHub release (with filter)](https://img.shields.io/github/v/release/Elysium-7/Fabricord?style=plastic) ![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/t/Elysium-7/Fabricord?style=plastic) | ||
|
||
|
||
|
||
# How to read the version | ||
## Example Version 1.0+1-1.20.1 | ||
### 1.0 -> Major version | ||
Integer is used for major or special updates, | ||
and first decimal place is used for minor bug fixes or adjustments. | ||
### +1 -> Minor version | ||
The number goes up with each commit. Has a role comparable to that of a build number. | ||
### -1.20.1 -> MC version | ||
Easy to understand! | ||
![Discord](https://img.shields.io/discord/1177249059623411742?logo=discord&logoColor=white&style=plastic) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Elysium-7/Fabricord/build.yml?style=plastic&logo=github&logoColor=white) ![GitHub release (with filter)](https://img.shields.io/github/v/release/Elysium-7/Fabricord?style=plastic) ![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/t/Elysium-7/Fabricord?style=plastic) | ||
|
||
|
||
## Overview | ||
Fabricord is a mod for Fabric servers that bridges the gap between Minecraft and Discord. It enables seamless integration, allowing messages from Discord to be read directly within the Minecraft server. This mod enhances the communication experience, making it more interactive and engaging. | ||
|
||
## Features | ||
- Read Discord messages in Minecraft server chat. | ||
- Modern and visually appealing message presentation. | ||
- Easy referencing of Discord user IDs within Minecraft. | ||
|
||
## Installation | ||
It is very easy to set up! | ||
The data folder and configuration file will be generated upon initial startup. After that, the server is stopped, | ||
make sure that the "fabricord" folder is in the server root directory. It contains the configuration file (config.yml). | ||
|
||
<config.yml> | ||
```yml | ||
# Thank you for introducing the mod. | ||
# You can bridge Discord and Minecraft chat! | ||
|
||
# Click here for various links↓. | ||
# GitHub -> https://github.com/Elysium-7/Fabricord | ||
# Discord -> https://discord.gg/s6wzAHJKA3 | ||
|
||
# BotToken for use with Discord. | ||
# To get a BotToken -> https://discord.com/developers/applications | ||
BotToken: "" | ||
|
||
# Channel for sending Minecraft logs. | ||
Log_Channel_ID: "" | ||
|
||
# The bot's online status can be changed. | ||
# "ONLINE", "IDLE" and "DO_NOT_DISTURB" are available. | ||
# If blank, "ONLINE" is automatically select. | ||
Bot_Online_Status: "" | ||
|
||
``` | ||
## License | ||
Fabricord is available under the [MIT License](https://github.com/Elysium-7/Fabricord/blob/main/LICENSE). |
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
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