Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.06 KB

File metadata and controls

26 lines (21 loc) · 1.06 KB

BetterChatRelay

A nice lil' discord to minecraft chat relay for spigot based servers

How to setup

Download the latest plugin jar and place it in your plugins folder

Configure your relay.properties (in your servers root directory) with the following

webhook = <webhook of the minecraft channel>
channelID = <Channel ID of the minecraft channel in server>
token =  <Token of discord bot>

Once you do this, also install this plugin https://www.spigotmc.org/resources/imageframe-load-images-on-maps-item-frames-support-gifs-map-markers-survival-friendly.106031/

after that your plugin is setup and all that you have left is to enjoy!

Build From source (Not Required)

clone this git and run mvn install

Technologies Used in Project