From fed70daf0bdad280cf7c4b724d218d9822b56765 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Mon, 8 Jan 2024 14:01:23 -0500 Subject: [PATCH] Fix issue caused by overly aggressive refactoring --- docs/custom-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom-content.md b/docs/custom-content.md index 6964f07..b5e8f25 100644 --- a/docs/custom-content.md +++ b/docs/custom-content.md @@ -71,7 +71,7 @@ Peacock supports a broad variety of server side mods (plugins). These include, b - Broadly speaking, to install plugins, go to either the `plugins` or `#plugin-releases` channel in the Peacock Discord and download a plugin you are interested in. - - Put your plugins into the `plugins` folder in the Peacock folder. - - Your plugin should end with `.plugin.mjs` or `Plugin.js` - if it's distributed as a `.zip`, extract it first. + - Your plugin should end with `.plugin.js` or `Plugin.js` - if it's distributed as a `.zip`, extract it first. - Example: ![PluginsFolder](/img/plugins_folder.png) - Be sure to check for any further instructions in the `#plugin-releases` channel for a given plugin, as certain plugins may require further installation steps or are incompatible with newer versions of Peacock.