Black mini map and kicked when using commandSolved
I am super lost with getting Lusty Maps to download my custom map .png i made with rustedit, Im able to get the mini map in the corner but its just blacked out with the icons overlapping on it. Also when using /map it boots me from the server. I have edited the name of the map to be map.png and have it in the custom folder. In the logs everything is great other then this : 

Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: mapimage_high_0 - Image URL: //C:\TCAFiles\Users\brydenc\90550\oxide\data\LustyMap\map.jpg  

Im completely lost on where to go with this. here is my config:

{
  "Friend Options": {
    "Allow custom friend lists from other plugins": true,
    "Enable clans support": true,
    "Enable friends support": true
  },
  "Map - Complex Options": {
    "Enable the complex map": false,
    "Force complex zoom mode": false,
    "Forced zoom number (1, 2 or 3)": 3
  },
  "Map - Main Options": {
    "Enable AFK tracking": true,
    "Hide event players": true,
    "Map image options": {
      "Beancan.io API key (if applicable)": "",
      "Custom map filename": "map.png",
      "Use custom map": true
    },
    "Map update time (seconds)": 1.0,
    "Open map on for player's when they connect": true,
    "Show map compass": true
  },
  "Map - Mini Options": {
    "Enable the minimap": true,
    "Minimap docked on the left side of the screen": true,
    "Minimap horizontal scale": 1.0,
    "Minimap offset from side of the screen": 0.0,
    "Minimap offset from top of the screen": 0.0,
    "Minimap vertical scale": 1.0
  },
  "Marker Options": {
    "Show all players": false,
    "Show cars (un-occupied only)": false,
    "Show caves": false,
    "Show debris": false,
    "Show friends and clanmates": true,
    "Show helicopters": false,
    "Show marker names": true,
    "Show monuments": true,
    "Show planes": false,
    "Show self": true,
    "Show supply drops": false,
    "Show tanks": false,
    "Show vending machines (public broadcast only)": false
  },
  "Spam Options": {
    "Allowed time between map changes": 3,
    "Amount of time a users map will be disabled": 120,
    "Attempts before disabling the users map": 10,
    "Attempts before warning the user they are spamming": 5,
    "Enable spam monitoring": true
  }
}

Okay update, Instead of having my map.png in the custom folder i just put it in the lustymap folder that contains the custom one. Now the only problem im having is my Big map is black, Minimap is working and no ones being booted anymore. 

i tried commenting out this :

//destImage.SetResolution(image?.HorizontalResolution ?? pixels, image?.VerticalResolution ?? pixels);

Still nothing just a black map (/map)

anyone have any idea whats going on?

same problem here. minimap still black and kick on open chat. 
no errors in logs.

plugin seems not wrking atm. should be flagged on page.

Same issue here.

Locked automatically