Add trailing / to plugin dev instructions

master
HimbeerserverDE 2022-04-21 19:10:40 +02:00
parent 860e348019
commit e03c3b1716
No known key found for this signature in database
GPG Key ID: A3D3E205DA0B0401
1 changed files with 1 additions and 1 deletions

View File

@ -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.