Closed MordyT closed 4 years ago
Hi @MordyT,
If you're adding it at the bottom of your config, you'll want to remove the trailing comma (the last element in valid JSON does not have a trailing comma).
See below for valid examples:
Beginning / middle:
End:
Both of these are just examples depending on where you're attempting to add it (beginning or end). You should not add both. Only one instance is required.
Hey! Got it working.
Your readme needs to be edited so it's "enabled": instead of enabled: (it's currently missing the " around enabled).
Thanks for the quick replies.
I've read that I need to add this to my config.json
"plugins": { enabled: true },
Every time I do, at the same level as settings or domains, MC crashes on service reload.
If I mod it to be: "plugins": { "enabled": true },
MC starts and complains about an unknown config option.
Can you provide a screenshot showing where it should be added? Latest version of MC (0.4.6-u).