diff --git a/.tmp/SamplePlugin b/.tmp/SamplePlugin deleted file mode 160000 index 5bde722..0000000 --- a/.tmp/SamplePlugin +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5bde7220d0e4f9676b643522b4f08406706b3272 diff --git a/pluginmaster.json b/pluginmaster.json index 282f7cc..a7b76c6 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -50,6 +50,32 @@ "DownloadLinkTesting": "https://gitty.vrcp.pm/aRkker/aRkker-XIV-Plugins/raw/branch/master/plugins/CrystallineConflictWinsTracker/latest.zip", "DownloadLinkUpdate": "https://gitty.vrcp.pm/aRkker/aRkker-XIV-Plugins/raw/branch/master/plugins/CrystallineConflictWinsTracker/latest.zip" }, + { + "Author": "aRkker", + "Name": "Emote Sync", + "InternalName": "EmoteSync", + "AssemblyVersion": "0.5.1.0", + "Description": "Synchronizes emotes with every plugin user in the same party.", + "ApplicableVersion": "any", + "Tags": [ + "social", + "emote" + ], + "DalamudApiLevel": 15, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "Punchline": "Perform emotes in sync with party plugin users.", + "AcceptsFeedback": true, + "LastUpdate": 1786451509, + "IsHide": "False", + "DownloadCount": 69420, + "IsTestingExclusive": "False", + "DownloadLinkInstall": "https://gitty.vrcp.pm/aRkker/aRkker-XIV-Plugins/raw/branch/master/plugins/EmoteSync/latest.zip", + "DownloadLinkTesting": "https://gitty.vrcp.pm/aRkker/aRkker-XIV-Plugins/raw/branch/master/plugins/EmoteSync/latest.zip", + "DownloadLinkUpdate": "https://gitty.vrcp.pm/aRkker/aRkker-XIV-Plugins/raw/branch/master/plugins/EmoteSync/latest.zip" + }, { "Author": "aRkker", "Name": "Multibox Mutexer", diff --git a/plugins/EmoteSync/EmoteSync.json b/plugins/EmoteSync/EmoteSync.json new file mode 100644 index 0000000..7eb9c9a --- /dev/null +++ b/plugins/EmoteSync/EmoteSync.json @@ -0,0 +1,19 @@ +{ + "Author": "aRkker", + "Name": "Emote Sync", + "InternalName": "EmoteSync", + "AssemblyVersion": "0.5.1.0", + "Description": "Synchronizes emotes with every plugin user in the same party.", + "ApplicableVersion": "any", + "Tags": [ + "social", + "emote" + ], + "DalamudApiLevel": 15, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "Punchline": "Perform emotes in sync with party plugin users.", + "AcceptsFeedback": true +} \ No newline at end of file diff --git a/plugins/EmoteSync/latest.zip b/plugins/EmoteSync/latest.zip new file mode 100644 index 0000000..709431e Binary files /dev/null and b/plugins/EmoteSync/latest.zip differ