]> git.deb.at Git - rhonda/impostor.git/commitdiff
fixed wrong key to paths of libaries in markdownfile (#223) v1.2.2
authorsvennergr <Svennergr@gmail.com>
Thu, 31 Dec 2020 01:31:03 +0000 (02:31 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Dec 2020 01:31:03 +0000 (02:31 +0100)
Signed-off-by: Sven Großmann <svennergr@gmail.com>
Co-authored-by: Sven Großmann <git@grossmann.dev>
docs/Writing-a-plugin.md

index a7ad21bba1131522b174cfd44049ba84d2921ee9..172ac5fa41e8fffa455cac336b4664d42b4eb0f6 100644 (file)
@@ -314,14 +314,14 @@ Constantly copying the plugin dll to your server directory can be pretty annoyin
     "Paths": [
       "D:\\Projects\\Impostor\\src\\Impostor.Plugins.Example\\bin\\Debug\\netstandard2.1"
     ],
-    "Libraries": []
+    "LibraryPaths": []
   }
 }
 ```
 
 ### Using other libraries
 
-Sometimes you need to use libraries that the original Impostor server does not provide. The dll files of these libraries must be placed in the `libraries` folder next to the server executable. You could also provide them by modifying the `PluginLoader.Libraries` option in the `config.json`, similarly to the `PluginLoader.Paths` option.
+Sometimes you need to use libraries that the original Impostor server does not provide. The dll files of these libraries must be placed in the `libraries` folder next to the server executable. You could also provide them by modifying the `PluginLoader.LibraryPaths` option in the `config.json`, similarly to the `PluginLoader.Paths` option.
 
 ### Impostor versions