Git Product home page Git Product logo

dalamudplugins's Introduction

Dalamud plugin repository

This repository hosts plugin binaries that are used with Dalamud, which is managed by FFXIVQuickLauncher.

Installing Plugins

To install plugins, you'll need to use XIVLauncher with the in-game addon (Dalamud) enabled. Once Dalamud has loaded, you can type /xlplugins in game to open a plugin installed.

You do not need to download any of the plugins here manually. Plugin installation is handled inside of the game directly.

Making a plugin

Please see the API documentation for information about creating plugins.

What should my plugin not do?

Make sure that your plugin does not directly interact with the game servers in a way that is:
a) automatic, as in polling data or making requests without direct interaction from the user.
b) outside of specification, as in allowing the player to do submit things to the server that would not be possible by normal means.

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

Plugin testing

When releasing a new plugin or making bigger changes, please PR your plugin inside the testing folder on this repository first - this lets users that opt into receiving testing releases see the plugin in their installer. You can join our Discord server to make an announcement in our testers channel.

This should usually not take more than a week - but it helps weeding out bigger issues that could cause crashes or prevent the plugin from being updated.

dalamudplugins's People

Contributors

0ceal0t avatar ackwell avatar actions-user avatar anna-is-cute avatar arrenton avatar attickdoor avatar avafloww avatar biscuitumu avatar caraxi avatar chalkos avatar ff-meli avatar fitzchivalrik avatar github-actions[bot] avatar goaaats avatar haplo064 avatar kalilistic avatar karashiiro avatar lmcintyre avatar markjsosnowski avatar ms-tress avatar ottermandias avatar pohky avatar punishedpineapple avatar reiichi001 avatar rreminy avatar sheepgomeh avatar strati avatar tesu avatar thetrueyoshifan avatar unknownx7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.