Discord integration for Minecraft servers.
This is the list of the current features that Spicord has.
Command usage | Description |
---|---|
sp bot \ |
Add or remove an addon for that bot |
sp stop [botname] | Stop/shutdown a bot |
sp start [botname] | Start a bot |
sp restart | Restart the configuration and the bots |
sp status | Show the status of your bots (ready/offline) |
<!-- for Spicord -->
<repository>
<id>spicord-repo</id>
<url>https://repo.spicord.org/</url>
</repository>
<dependency>
<groupId>org.spicord</groupId>
<artifactId>spicord-common</artifactId>
<version>5.4.0</version>
<scope>provided</scope>
</dependency>
<!-- JDA -->
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.16</version>
<scope>provided</scope>
</dependency>
Install maven and git (Debian-based)
sudo apt install maven git -y
Clone this repository and ‘cd’ into it
git clone https://github.com/Spicord/Spicord && cd Spicord
Build the project
mvn clean verify
The JAR file for Minecraft server will be located at minecraft/target/Spicord_VERSION.jar
Note: Spicord uses Java Discord API (JDA)