"DiscordMessages not loaded correctly" warning on loadSolved
i've got this message when i load the plugin "

[Raid Tracker] DiscordMessages not loaded correctly, please check your plugin directory for DiscordMessages.cs file"

and discord notifications doesn't work anymore

@nivex, checking for plugin dependencies should not be done in any hook before Loaded(), though I'd recommend OnServerInitialized() to be safe. This issue is happening because the DiscordMessages plugin hasn't yet loaded when the LoadVariables() method in your plugin is called by LoadDefaultConfig().
Thanks, @Wulf
In response to nivex ():
Thanks, @Wulf
another issue /px doesn't work anymore i can't see the explosion arrows anymore,in fact any /px command work,even if i do /px help.
This the message i get http://prntscr.com/lf9sl9
http://prntscr.com/lfab2h

thk for the support
@buckaroobanzai

The first image doesn't load for me.

/px is for players and you must enable Allow DDRAW (to see arrows) or Show Explosions in the config.

Players must have the permission raidtracker.use in order to use the /px command. e.g oxide.grant group default raidtracker.use

The command will not be enabled without at least one of the above functions enabled.

/px will only show explosions on entities that the player had owned.

Admins should use the /x command to see all explosions without restriction.

Please attach your config if you're still experiencing issues.
thk for ur support dude,and indeed it's working
Locked automatically