From e03c3b17161b8e4ffecc14efc7cd0ad57685e2b5 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Thu, 21 Apr 2022 19:10:40 +0200 Subject: [PATCH] Add trailing / to plugin dev instructions --- doc/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins.md b/doc/plugins.md index 93fbcee..9ff5a54 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -38,5 +38,5 @@ to the proxy itself and want to use plugins, you have to temporarily edit the go.mod file of your plugin. Find the line that says `require github.com/HimbeerserverDE/mt-multiserver-proxy SOMEVERSION` and copy everything excluding the `require `. Then append a new line: -`replace github.com/HimbeerserverDE/mt-multiserver-proxy SOMEVERSION => ../path/to/proxy/repo`. +`replace github.com/HimbeerserverDE/mt-multiserver-proxy SOMEVERSION => ../path/to/proxy/repo/`. Now rebuild and install the plugin and it should be loaded.