A simple, cross API plugin that bridges communication between servers, using built-in Proxy methods, Discord channels and TCP sockets.
Link to our support: Discord
- Configuration guide wiki entry
- Create and add a Discord bot to your server
- The bot will need permissions to read and send messages with whatever permission scopes you set up, and in the channels you want to use
- Under certain circumstances with a proxy, prefix/suffix information is not read correctly, still narrowing down the cause
- Global chat still needs some tweaking and a proper, per-user toggle
- Sponge death messages are a tad off with how the component serializes (eg:
playerName Skeleton was shot by
instead ofplayerName was shot by Skeleton
) - Still need to tweak the pass-through system and get that working properly
- Platforms: Bukkit, BungeeCord, Fabric, Forge, Sponge, and Velocity
- Versions: Any version that TaterLib supports
Command | Permission | Description |
---|---|---|
/switchboard reload |
switchboard.admin.reload |
Reload the plugin |
/discord |
switchboard.command.discord |
Get the Discord invite link |
- Fixed bug where the plugin didn't unregister the Discord bot events when reloading the plugin
- Complete rewrite using nifty additions to TaterLib