-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update distribute (34f028b852f326e35594645002c248fdd9fdbe7b)
- Loading branch information
1 parent
c6c9dea
commit 580ac68
Showing
7 changed files
with
145 additions
and
0 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
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,23 @@ | ||
{ | ||
"Author": "keifufu", | ||
"Name": "JobTitles", | ||
"InternalName": "JobTitles", | ||
"AssemblyVersion": "0.0.1.3", | ||
"Description": "Changes your title based on the current job, with per-character settings.", | ||
"ApplicableVersion": "any", | ||
"RepoUrl": "https://github.com/keifufu/JobTitles", | ||
"Tags": [ | ||
"Job", | ||
"Class", | ||
"Title" | ||
], | ||
"DalamudApiLevel": 11, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "No longer will you be an Archmage Monk, set a different title per job!", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "testing-live" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"Author": "wompscode", | ||
"Name": "NowPlaying", | ||
"InternalName": "NowPlaying", | ||
"AssemblyVersion": "1.0.0.0", | ||
"Description": "Play/pause/skip songs that are currently playing. Ideal for macro usage. (Windows only)", | ||
"ApplicableVersion": "any", | ||
"Tags": [ | ||
"music", | ||
"background", | ||
"utility" | ||
], | ||
"DalamudApiLevel": 11, | ||
"LoadRequiredState": 0, | ||
"LoadSync": false, | ||
"CanUnloadAsync": false, | ||
"LoadPriority": 0, | ||
"Punchline": "Play/pause/skip songs that are currently playing. (Windows only)", | ||
"AcceptsFeedback": true, | ||
"_isDip17Plugin": true, | ||
"_Dip17Channel": "testing-live" | ||
} |
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.