Plugin Documentation - seastan/dragncards GitHub Wiki
A plugin for DragnCards consists of two parts:
- TSV files, which contain the card information
- JSON files, which is the game definition
Create a new plugin
Once you have your TSV and JSON files, log into DragnCards, click "My Plugins" in the top right, click "New Plugin", upload your JSON files, upload your TSV files, and click "Create Plugin". It will then appear in your home screen as a plugin that you can select.
Update an existing plugin
To update an existing plugin, you can go to "My Plugins" and click on the edit icon next to the plugin. Alternatively, you can update plugins via API using this guide: Update Plugin via API