Not finding some plugins on umodSolved
steakanbake

got one line to work but cannot figure out how to do multiple lines

 

{
"Check Currently Loaded Plugins When This Plugin Enables?": false,
"Blacklisted Plugins (won't check for update)": ["Clans", "AnotherPlugin", "AnotherPlugin" ],
"Blacklisted Authors (won't check for update)": [],
"Update Version Settings (which updates to not go through with)": {
"Backward": false,
"Major": false,
"Minor": true,
"Patch": true
},
"Do Routine Checks?": true,
"Routine Interval Time (Minutes)": 240.0,
"Notify on Blacklisted Update?": false,
"Use Discord Webhooks?": false,
"Disable Checking on Server Startup?": true,
"Discord Webhook": ""
}

This works as far as being valid JSON. . . but i am having issues with the plugin actually following blacklist rules, as of  the last time i watched it run.

Merged post

also, when you make your edit to JSON files, always use a validator like http://jsonlint.com
CptHowdy

here is the list of known umod plugins that it cant find:

AdminMenu
ChestStacks
CraftingController
CustomChatCommands
Godmode
HeliSams
ImageLibrary
LoadingMessages
MasterLock
PermissionsManager
PopupNotifications
ServerInfo
Spawns
TurretRange
Welcomer
GatherManager
CraftingController
GatherManager
I released a new update to disable author checks as it's unlikely that there will be duplicate plugins with the same filename.
Still ignoring blacklist and it sees RustEdit modules as plugins
CptHowdy
Still ignoring blacklist and it sees RustEdit modules as plugins

You're going to need to give me some more context. Also, make sure your config is up to date.

ok just updated today and it looks like the issues of ignoring blacklist are fixed and its appears to be functioning well. there is one little bug tho. . . its reporting that discord webhook failed when it was successfully sent to discord. maybe thats a timer issue.

https://prnt.sc/1428iwe

CptHowdy

ok just updated today and it looks like the issues of ignoring blacklist are fixed and its appears to be functioning well. there is one little bug tho. . . its reporting that discord webhook failed when it was successfully sent to discord. maybe thats a timer issue.

https://prnt.sc/1428iwe

This plugin doesn't use any timers for requests. Just that's there's more response codes than 204. I released a fix

Locked automatically