Removing default supply drop messages?
I've installed fancy drop on my server, which means that there are now about 5 chat messages for each air drop that comes in, because it includes the default ones. I've made two coloured messages that come up (from fancy drop) but I want to remove the ones that are from vanilla rust, how do I do this?
Thanks
There is no such thing as "vanilla air drop chat message". LOL
Post your plugin list, because as @runescape stated Rust does not have any kind of events or messages informing players about airdrops etc.
The FancyDrop mod's \oxide\config\FancyDrop.json has a whole section about Notifications:

"Notification": {
    "Maximum distance in meters to get notified about landed Drop": 700,
    "Maximum distance in meters to get notified about looted Drop": 500,
    "Notify a player about incoming Drop to his location": true,
    "Notify a player about spawned Drop at his location": false,
    "Notify admins per chat about player who has thrown SupplySignal ": false,
    "Notify console at Drop by SupplySignal": true,
    "Notify console at timed-regular Drop": true,
    "Notify console when a Drop is being looted": true,
    "Notify console when Drop is landed": false,
    "Notify console when Drop is spawned": false,
    "Notify console when Drop landed/spawned only at the first": true,
    "Notify players at custom/event Drop": false,
    "Notify players at custom/event Drop including Coords": false,
    "Notify players at Drop by SupplySignal": false,
    "Notify players at Drop by SupplySignal including Coords ": false,
    "Notify players at Massdrop": true,
    "Notify players at Random/Timed Drop": true,
    "Notify players at Random/Timed Drop including Coords": false,
    "Notify players when a Drop is being looted": false,
    "Notify players when a Drop is being looted including coords": false,
    "Notify players when Drop is landed about distance": true,
    "Notify Players who has thrown a SupplySignal": false,
    "Notify Players who has thrown a SupplySignal including coords": false,
    "use GUI Announcements for any Drop notification": false
  },​

You also might have Inbound or another plugin that is giving notifications. Also, some of those notifications might only be visible to admins, so check with a non-admin player if they're seeing them too.

5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust
The FancyDrop mod's \oxide\config\FancyDrop.json has a whole section about Notifications:

"Notification": {
    "Maximum distance in meters to get notified about landed Drop": 700,
    "Maximum distance in meters to get notified about looted Drop": 500,
    "Notify a player about incoming Drop to his location": true,
    "Notify a player about spawned Drop at his location": false,
    "Notify admins per chat about player who has thrown SupplySignal ": false,
    "Notify console at Drop by SupplySignal": true,
    "Notify console at timed-regular Drop": true,
    "Notify console when a Drop is being looted": true,
    "Notify console when Drop is landed": false,
    "Notify console when Drop is spawned": false,
    "Notify console when Drop landed/spawned only at the first": true,
    "Notify players at custom/event Drop": false,
    "Notify players at custom/event Drop including Coords": false,
    "Notify players at Drop by SupplySignal": false,
    "Notify players at Drop by SupplySignal including Coords ": false,
    "Notify players at Massdrop": true,
    "Notify players at Random/Timed Drop": true,
    "Notify players at Random/Timed Drop including Coords": false,
    "Notify players when a Drop is being looted": false,
    "Notify players when a Drop is being looted including coords": false,
    "Notify players when Drop is landed about distance": true,
    "Notify Players who has thrown a SupplySignal": false,
    "Notify Players who has thrown a SupplySignal including coords": false,
    "use GUI Announcements for any Drop notification": false
  },​

You also might have Inbound or another plugin that is giving notifications. Also, some of those notifications might only be visible to admins, so check with a non-admin player if they're seeing them too.

I'll try this now, thankyou :D