steakanbakegot 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