Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

ottercorp/DalamudPlugins

 
 

Repository files navigation

Dalamud plugin repository

该存储库托管国服 Dalamud 的插件二进制文件和更新。

This repository hosts plugin binaries and update definitions for FFXIVQuickLauncher for CN only.

Making a plugin

Please see the API documentation for information about creating plugins.

Publishing/updating your plugin

Create a pull request with your own subfolder in the plugins directory of this folder. It should be named the "internal" name(name of the DLL) of your plugin and contain a plugin definition file with the same name. It should also contain a zip called "latest.zip" containing your plugin DLL, dependencies, resources and the plugin definition json ins the same folder as the plugin DLL.

When the AssemblyVersion of the locally installed plugin doesn't match the "AssemblyVersion" field of the plugin definition json pushed to this repository, a redownload of the plugin is forced.

For a sample of this, please see my sample plugin.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%