forked from goatcorp/PluginDistD17
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update distribute (50dae69c6c0351545c61f3667e97e3c9d9881aac)
- Loading branch information
1 parent
13e0b17
commit b05d75b
Showing
680 changed files
with
28,731 additions
and
600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"Author": "wompscode", | ||
"Name": "AFKMute", | ||
"InternalName": "AFKMute", | ||
"AssemblyVersion": "1.0.0.4", | ||
"Description": "Mutes your game when you're AFK. /afkmute to toggle.", | ||
"ApplicableVersion": "any", | ||
"Tags": [ | ||
"afk", | ||
"mute", | ||
"qol" | ||
], | ||
"DalamudApiLevel": 11, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "Mutes your game when you're AFK.", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "stable" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"Author": "Meoiswa", | ||
"Name": "Auto BGM", | ||
"InternalName": "AutoBGM", | ||
"AssemblyVersion": "1.2.0.0", | ||
"Description": "Enables automatic BGM switching based Conditions.", | ||
"ApplicableVersion": "any", | ||
"Tags": [ | ||
"UI", | ||
"convenience", | ||
"command", | ||
"bgm", | ||
"switch" | ||
], | ||
"DalamudApiLevel": 11, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "Like /bgm but auto", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "stable" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"Author": "hunter2_, originally by Eisenhuth", | ||
"Name": "Big Nael Quotes", | ||
"InternalName": "BigNaelQuotes", | ||
"AssemblyVersion": "0.0.5.0", | ||
"Description": "Displays Nael quotes using the Dawntrail gimmick-text so they're easier to read.", | ||
"ApplicableVersion": "any", | ||
"RepoUrl": "https://github.com/hunter2actual/BigNaelQuotes", | ||
"Tags": [ | ||
"ui", | ||
"nael", | ||
"quotes" | ||
], | ||
"DalamudApiLevel": 11, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"ImageUrls": [ | ||
"https://i.imgur.com/LLZ1yN9.png" | ||
], | ||
"Punchline": "Makes Nael quotes more visible.", | ||
"Changelog": "Randomize quote selection", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "stable" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.