项目作者: Spicord

项目描述 :
Discord integration for Minecraft servers.
高级语言: Java
项目地址: git://github.com/Spicord/Spicord.git
创建时间: 2019-02-17T19:05:22Z
项目社区:https://github.com/Spicord/Spicord

开源协议:GNU Affero General Public License v3.0

下载


Spicord Logo

Latest release
Discord
Downloads
License

Features

This is the list of the current features that Spicord has.

  • Multi-bot support
  • Custom commands support
    • Different command prefix for each bot!
  • Addon support
    • JavaScript support!
    • Integrated simple addons (for testing the plugin)!
    • Independent addons for each bot!
  • Integrated easy-to-use API
  • Embed messages support
  • Optimized code
  • Compatible with Spigot/Bukkit
  • Compatible with BungeeCord
  • Compatible with Velocity
  • Compatible with Sponge
  • Spicord is open-source!

Commands

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)

Maven repository

  1. <!-- for Spicord -->
  2. <repository>
  3. <id>spicord-repo</id>
  4. <url>https://repo.spicord.org/</url>
  5. </repository>
  6. <dependency>
  7. <groupId>org.spicord</groupId>
  8. <artifactId>spicord-common</artifactId>
  9. <version>5.4.0</version>
  10. <scope>provided</scope>
  11. </dependency>
  1. <!-- JDA -->
  2. <dependency>
  3. <groupId>net.dv8tion</groupId>
  4. <artifactId>JDA</artifactId>
  5. <version>5.0.0-beta.16</version>
  6. <scope>provided</scope>
  7. </dependency>

Building

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)