My default plugin, which as a newbie I had seen somewhere before but it disappeared, so I rebuilt it for everyone to use, including myself.
The basic idea is that you can customize the in-game chat with different colors or icons, and you can send messages that players are talking about in-game to Discord.
I am still developing it.
latest updates:
Do you like my work? Buy me a Coffee Please ^.^ !!!!
Colored message
Categorize chats by webhook to avoid mixed messages.
The basic idea is that you can customize the in-game chat with different colors or icons, and you can send messages that players are talking about in-game to Discord.
I am still developing it.
latest updates:
- Added separate notification config to discord 4 types.
- Added discord titlename can be set by yourself
- Added tribe display after player name
Do you like my work? Buy me a Coffee Please ^.^ !!!!
Colored message
Categorize chats by webhook to avoid mixed messages.
{
"MessagePlus": {
"LocalChatDiscordWebHook":"https://discord.com/api/webhooks/xxxxx/xxxxx",
"GlobalChatDiscordWebHook":"https://discord.com/api/webhooks/xxxxx/xxxxx",
"TribeChatDiscordWebHook":"https://discord.com/api/webhooks/xxxxx/xxxxx",
"AllianceChatDiscordWebHook":"https://discord.com/api/webhooks/xxxxx/xxxxx",
"TitleDiscordName":"Annunaki",
"ImagePath":"/Game/Aberration/Icons/Plants/PlantZ_Fruit_Icon.PlantZ_Fruit_Icon",
"ColourEnabled":true,
"NameColour": {
"R": 255,
"G": 0,
"B": 0
},
"LocalChatColour": {
"R": 255,
"G": 165,
"B": 0
},
"GlobalChatColour": {
"R": 0,
"G": 128,
"B": 0
},
"TribeChatColour": {
"R": 135,
"G": 206,
"B": 235
},
"AllianceChatColour": {
"R": 255,
"G": 192,
"B": 203
}
}
}
"MessagePlus": {
"LocalChatDiscordWebHook":"https://discord.com/api/webhooks/xxxxx/xxxxx",
"GlobalChatDiscordWebHook":"https://discord.com/api/webhooks/xxxxx/xxxxx",
"TribeChatDiscordWebHook":"https://discord.com/api/webhooks/xxxxx/xxxxx",
"AllianceChatDiscordWebHook":"https://discord.com/api/webhooks/xxxxx/xxxxx",
"TitleDiscordName":"Annunaki",
"ImagePath":"/Game/Aberration/Icons/Plants/PlantZ_Fruit_Icon.PlantZ_Fruit_Icon",
"ColourEnabled":true,
"NameColour": {
"R": 255,
"G": 0,
"B": 0
},
"LocalChatColour": {
"R": 255,
"G": 165,
"B": 0
},
"GlobalChatColour": {
"R": 0,
"G": 128,
"B": 0
},
"TribeChatColour": {
"R": 135,
"G": 206,
"B": 235
},
"AllianceChatColour": {
"R": 255,
"G": 192,
"B": 203
}
}
}