Shima-M / DalamudPlugins

This repository hosts plugins for XIVLauncher/Dalamud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dalamud plugin repository

This repository hosts plugin binaries and update definitions for FFXIVQuickLauncher.

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.

About

This repository hosts plugins for XIVLauncher/Dalamud


Languages

Language:PowerShell 100.0%