MessagePlus

Unverified MessagePlus 1.42

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Website User Information:

When a resource is labeled as "unverified," it means that the developer has not yet completed the necessary steps to become a verified resource. However, this tag should not be interpreted as a sign that the resource is dangerous or insecure. Rather, it serves as a reminder that the developer still needs to meet specific requirements to attain verified status. On the other hand, verified resources are those that come from developers who have already met these requirements. These resources can be considered trustworthy and reliable, as they are created by developers who actively engage with the community and consistently provide high-quality content. By using verified resources, users can ensure that they are accessing safe and secure content that has been thoroughly vetted.

Developer Information:

To obtain the verified tag, you must first meet the specific requirements mentioned in the link below. Once you have confirmed that you meet the requirements, the next step is to join our Discord Server. After joining the server, you must create an API support ticket and apply for the verified tag.

How to apply: Click Me To Learn More

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:
  • Added separate notification config to discord 4 types.
  • Added discord titlename can be set by yourself
  • Added tribe display after player name
Colored message
1.jpg


Categorize chats by webhook to avoid mixed messages.
2.jpg

3.jpg



{
"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
}
}
}
Author
viperjr
Downloads
6
Views
120
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. MessagePlus 1.42

    latest updates version 1.42: Fixed the issue of duplicate messages displaying in discord. Added...
Back
Top