/InteractiveChat-DiscordSRV-Addon

Add InteractiveChat functionalities to DiscordSRV as an addon

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Build Status

InteractiveChat DiscordSRV Addon

https://www.spigotmc.org/resources/83917/

Have InteractiveChat Placeholders translated on DiscordSRV discord messages. As well as sharing items, inventories to discord and sharing images and gifs to the game from discord!

More information (screenshots, commands, permissions) about the plugin can be found on the Spigot page linked above.

Built against Spigot

Built against Spigot's API (required mc versions are listed on the spigot page above). Plugins built against Spigot usually also work with Paper.

Development Builds

Maven

<repository>
  <id>loohp-repo</id>
  <url>https://repo.loohpjames.com/repository</url>
</repository>
<dependency>
  <groupId>com.loohp</groupId>
  <artifactId>InteractiveChatDiscordSrvAddon</artifactId>
  <version>VERSION</version>
  <scope>provided</scope>
</dependency>

Replace VERSION with the version number.

Dependencies