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.channel
set this to the channel name or ID you wish to have server chat relayed tochat.styled
set to false if you don't want the messages to have colored borders. Note: This requires theEmbed Links
permission to be enabled for PoundBot.chat.styled_color
The default color for messages sent to discord for styling. You can use color names or hex codes. e.g.red
or#ff0000
.chat.prefix
This will be prefixes onto the chat messages sent to Discordrelay.chat
relays chat messages to discordrelay.betterchat
enable 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_channel
set this to the channel name or ID you wish to have server chat relayed tochat.server_styled
set to false if you don't want the messages to have colored borders. Note: This requires theEmbed Links
permission to be enabled for PoundBot.chat.server_styled_color
The default color for messages sent to discord for styling. You can use color names or hex codes. e.g.red
or#ff0000
.relay.serverchat
relays web console say messages to discordrelay.givenotices
relays item give notices to discord
Discord -> Game Server
- ** Note: You must run
!pb server chathere
in the channel you want to be sent to Discord. ** relay.discordchat
relays 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.