Chat Spam when base spawns

Does anyone know how to turn off half the chat? When a base spawns, two global messages get sent that give relatively the same information.

How do I turn off the 2nd unnecessary paragraph chat message when a raidable base spawns?

hi, you can disable the Open Message in the configuration under Event Messages.

Which one? (Also, I meant the global chat messages when the raid base is spawned in)

 

"Event Messages": {
"Ineligible For Rewards": {
"Flying": false,
"Vanished": false,
"Inactive": true,
"Not An Ally": true,
"Not The Owner": true,
"Not A Participant": true,
"Remove Admins From Raiders List": true
},
"Announce Raid Unlocked": false,
"Announce Thief Message": true,
"Announce PVE/PVP Enter/Exit Messages": true,
"Show Destroy Warning": true,
"Show Opened Message For PVE Bases": true,
"Show Opened Message For PVP Bases": true,
"Show Prefix": true,
"Notify Plugin - Type (-1 = disabled)": 0,
"Notification Interval": 1.0,
"Send Messages To Player": true,
"Save Thieves To Log File": false

both. edit the language file for anything else. remove the text within the double quotes of any message to hide it. do not remove the quotes.

eg:
"RaidOpenMessage": "",

awesome, thank you Nivex.