depends on
works with
This plugin provides bidirectional chat relay to Discord via PoundBot
Configuration
Default Configuration
{
"config.version": 3,
"chat.channel": "",
"chat.prefix": ":radioactive:",
"chat.server_channel": "",
"chat.server_styled": true,
"chat.server_styled_color": "darkred",
"chat.styled": false,
"chat.styled_color": "darkorange",
"relay.betterchat": true,
"relay.chat": true,
"relay.discordchat": true,
"relay.givenotices": true,
"relay.serverchat": true
}
Game Server Chat -> Discord:
chat.channelset this to the channel name or ID you wish to have server chat relayed tochat.styledset to false if you don't want the messages to have colored borders. Note: This requires theEmbed Linkspermission to be enabled for PoundBot.chat.styled_colorThe default color for messages sent to discord for styling. You can use color names or hex codes. e.g.redor#ff0000.chat.prefixThis will be prefixes onto the chat messages sent to Discordrelay.chatrelays chat messages to discordrelay.betterchatenable to use Better Chat forrelay.chat. Also if you're using styled chat, it will embed the messages and color them based upon the users Better Chat message color.
Server Console Chat -> Discord
chat.server_channelset this to the channel name or ID you wish to have server chat relayed tochat.server_styledset to false if you don't want the messages to have colored borders. Note: This requires theEmbed Linkspermission to be enabled for PoundBot.chat.server_styled_colorThe default color for messages sent to discord for styling. You can use color names or hex codes. e.g.redor#ff0000.relay.serverchatrelays web console say messages to discordrelay.givenoticesrelays item give notices to discord
Discord -> Game Server
- ** Note: You must run
!pb server chatherein the channel you want to be sent to Discord. ** relay.discordchatrelays messages from discord to the game server
Getting Help
Find us on Discord on the PoundBot server.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

