-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathUsage.txt
25 lines (24 loc) · 2.03 KB
/
Usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
简体中文:
[使用说明]
1. 本仓库所有插件都开源免费,按GNU General Public License v3.0许可授权使用。
2. 使用插件前请详细阅读每个插件的文档(md,或在 https://tr.monika.love/resources/104/ 查看)
3. 如果在使用最新版的本仓库插件时遇到问题可以在Github通过Issues提问
[文件作用]
dll: 插件本体, 要放在ServerPligins文件夹
pdb: 插件的调试文件,和dll放在一起即可,安装后插件报错可以显示更多的细节,帮助开发者快速定位错误
md: 仓库插件的READEME文件,如果没有md查看器,可以在 https://tr.monika.love/resources/104/ 的插件列表中查看每个插件的文档、
LICENSE: 插件仓库的开源协议(GNU General Public License v3.0)
Plugins.json: 插件仓库插件的版本信息,一般用于自动更新
TShockPlugin.md: 插件仓库的文档文件,有插件列表和一些说明
English:
[Instructions]
1. All plugins in this repository are open-source and free to use under the GNU General Public License v3.0.
2. Please read the documentation for each plugin (md files, or view at https://tr.monika.love/resources/104/) before using the plugins.
3. If you encounter any issues while using the latest version of the plugins from this repository, you can ask questions on GitHub through Issues.
[File Functions]
dll: The main plugin file, to be placed in the ServerPlugins folder.
pdb: The plugin’s debug file, to be placed together with the dll. It provides more detailed error messages to help developers quickly locate errors.
md: The README file for the repository plugins. If you don’t have an md viewer, you can view the documentation for each plugin in the plugin list at https://tr.monika.love/resources/104/.
LICENSE: The open-source license for the plugin repository (GNU General Public License v3.0).
Plugins.json: The version information for the repository plugins, generally used for automatic updates.
TShockPlugin.md: The documentation file for the plugin repository, containing the plugin list and some instructions.