From b8bbfb58f3e4bcf5c8f2cb7575b203b38a9f42ec Mon Sep 17 00:00:00 2001 From: Ayont Date: Wed, 1 Jan 2025 16:15:06 +0100 Subject: [PATCH] Update README.md - Added "Available on Modrinth" - Added a Preview. --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc03291..a18add6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,22 @@ +![V-Discord-Intergration](https://cdn.modrinth.com/data/cached_images/6eddb7b31cf0eeed5156ae4c6ac961da2f02aa7a_0.webp) ![Discord](https://img.shields.io/discord/1322873747535040512) ![Build Status](https://img.shields.io/github/actions/workflow/status/Varilx-Development/VDiscordIntegration/build.yml?branch=main) ![Release](https://img.shields.io/github/v/release/Varilx-Development/VDiscordIntegration) -![V-Discord-Intergration](https://cdn.modrinth.com/data/cached_images/6eddb7b31cf0eeed5156ae4c6ac961da2f02aa7a_0.webp) +

+ + Available on Modrinth + +

-# VDiscord Integration Configuration +# V-Discord Intergration | Simple Discord Chatbridge -A discord chat bridge between minecraft and discord and vice versa +A discord chat bridge between minecraft and discord. --- +## Preview + +![preview](https://cdn.modrinth.com/data/dff6O7s8/images/e02e62cd902580828c28580e0e8b571e97e81a09.gif) ## Configuration Overview @@ -32,6 +40,16 @@ We currently support: `de` and `en` ### 5. **Commands** Configure responses for commands like `/discord link` and `/discord reload`. +### 6. **Permissions** +`discord.link` + +Allows the user to link their discord account with their minecraft account. + + +`discord.reload` + +Allows the user to reload configurations. + --- ## Setup Instructions @@ -94,6 +112,7 @@ role-sync: ## Example Message Configuration ```yaml + # Using Minimessage https://docs.advntr.dev/minimessage/format.html prefix: "[VDiscord] " # This prefix can be used anywhere as "" @@ -141,6 +160,7 @@ commands: disabled: "This feature is disabled" format: "This command doesnt exists, use the /discord link command" code-sent: "To link your discord account, send the following code to the DiscordBot: > (click to copy)" + ``` ---