Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Iaotle committed Dec 27, 2021
1 parent 8900b5f commit c2f6ae8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@

# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = none

# SA1513: Closing brace should be followed by blank line
dotnet_diagnostic.SA1513.severity = none
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

.vs/

XIVComboExpanded/obj/
XIVSlothCombo/obj/

XIVComboExpanded/bin/Debug/
XIVSlothCombo/bin/Debug/

*.v2
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

XIVComboWayTooAkiiified
XIVSlothCombo
Copyright (C) 2021 Nik-Potokar

This program is free software: you can redistribute it and/or modify
Expand All @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

XIVComboWayTooAkiiified Copyright (C) 2021 Nik-Potokar
XIVSlothCombo Copyright (C) 2021 Nik-Potokar
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Have an issue or suggestion? Please post them [here](https://github.com/Nik-Potokar/XIVComboWayTooAkiiified/issues).
# Have an issue or suggestion? Please post them [here](https://github.com/Nik-Potokar/XIVSlothCombo/issues).
(Keep in mind we don't play every job, so if you're having an issue please describe your desired fix in detail. Feel free to make a pull request.)
### Updated Daily
# If something dosen't seem to be working please swap class or re-slot the skill.
Expand All @@ -7,7 +7,7 @@

### Repo Link
`https://raw.githubusercontent.com/Nik-Potokar/MyDalamudPlugins/main/pluginmaster.json `
[![Build](https://github.com/Nik-Potokar/XIVComboWayTooAkiiified/actions/workflows/build.yml/badge.svg)](https://github.com/Nik-Potokar/XIVComboWayTooAkiiified/actions/workflows/build.yml)
[![Build](https://github.com/Nik-Potokar/XIVSlothCombo/actions/workflows/build.yml/badge.svg)](https://github.com/Nik-Potokar/XIVSlothCombo/actions/workflows/build.yml)


_________________________________________________________________________________________________________________________________________________________________________________
Expand Down Expand Up @@ -115,7 +115,7 @@ Recommended:

Or

* Download the latest zip file under releases [Here](https://github.com/Nik-Potokar/XIVComboWayTooAkiiified/releases)
* Download the latest zip file under releases [Here](https://github.com/Nik-Potokar/XIVSlothCombo/releases)
* Extract all the contents of the ZIP file inside the %appdata%/XIVLauncher/devPlugins folder
* The addon will show up in-game under Dev Tools > Installed Dev Plugins

Expand Down
12 changes: 6 additions & 6 deletions pluginmaster.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"Author": "attick, daemitus, alymphocyte, Aki",
"Name": "XIVComboWayTooAkiiified",
"Name": "XIVSlothCombo",
"Description": "XIVCombo But For Lazy Gamers, Should Have Everything That Original XIVCombo Has And More +++",
"InternalName": "XIVComboWayTooAkiiified",
"InternalName": "XIVSlothCombo",
"AssemblyVersion": "1.0.0.0",
"RepoUrl": "https://github.com/Nik-Potokar/XIVComboWayTooAkiiified",
"RepoUrl": "https://github.com/Nik-Potokar/XIVSlothCombo",
"ApplicableVersion": "any",
"DalamudApiLevel": 4,
"DownloadLinkInstall": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVComboWayTooAkiiified/latest.zip",
"DownloadLinkInstall": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVSlothCombo/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVComboWayTooAkiiified/latest.zip",
"DownloadLinkUpdate": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVComboWayTooAkiiified/latest.zip",
"DownloadLinkTesting": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVSlothCombo/latest.zip",
"DownloadLinkUpdate": "https://github.com/Nik-Potokar/MyDalamudPlugins/raw/main/plugins/XIVSlothCombo/latest.zip",
"DownloadCount": 0,
"LastUpdated": "0"
}
Expand Down

0 comments on commit c2f6ae8

Please sign in to comment.