Skip to content

Commit 159500a

Browse files
committed
update github username
1 parent 5397c94 commit 159500a

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# XIVComboVX
22
_Finally, hotbar space..._
33

4-
![GitHub build status](https://img.shields.io/github/actions/workflow/status/PrincessRTFM/XIVComboPlugin/build.yml?logo=github)
5-
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/PrincessRTFM/XIVComboPlugin?label=version&color=informational)
6-
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/PrincessRTFM/XIVComboPlugin/master?label=updated)
7-
[![GitHub issues](https://img.shields.io/github/issues-raw/PrincessRTFM/XIVComboPlugin?label=known%20issues)](https://github.com/PrincessRTFM/XIVComboPlugin/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
4+
![GitHub build status](https://img.shields.io/github/actions/workflow/status/VariableVixen/XIVComboPlugin/build.yml?logo=github)
5+
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/VariableVixen/XIVComboPlugin?label=version&color=informational)
6+
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/VariableVixen/XIVComboPlugin/master?label=updated)
7+
[![GitHub issues](https://img.shields.io/github/issues-raw/VariableVixen/XIVComboPlugin?label=known%20issues)](https://github.com/VariableVixen/XIVComboPlugin/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
88

99
[![Support me!](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/V7V7IK9UU)
1010

1111
## About
12-
[![License](https://img.shields.io/github/license/PrincessRTFM/XIVComboPlugin?logo=github&color=informational&cacheSeconds=86400)](https://github.com/PrincessRTFM/XIVComboPlugin/blob/master/LICENSE)
12+
[![License](https://img.shields.io/github/license/VariableVixen/XIVComboPlugin?logo=github&color=informational&cacheSeconds=86400)](https://github.com/VariableVixen/XIVComboPlugin/blob/master/LICENSE)
1313

1414
XIVCombo is a plugin to allow for "one-button" combo chains, as well as implementing various other mutually-exclusive button consolidation and quality of life replacements. Thanks to Meli for the initial start, attick and daemitus for continuing, and obviously goat for making any of this possible.
1515

1616
For some jobs, this frees a massive amount of hotbar space (looking at you, DRG). For most, it removes a lot of mindless tedium associated with having to press various buttons that have little logical reason to be separate.
1717

1818
## Installation
19-
Type `/xlplugins` in-game to access the plugin installer and updater. Note that you will need to add [my custom plugin repository](https://github.com/PrincessRTFM/MyDalamudPlugins) (full instructions included at that link) in order to find this plugin.
19+
Type `/xlplugins` in-game to access the plugin installer and updater. Note that you will need to add [my custom plugin repository](https://github.com/VariableVixen/MyDalamudPlugins) (full instructions included at that link) in order to find this plugin.
2020

2121
## In-game usage
2222
* Type `/pcombo` to pull up a GUI for editing active combo replacements.
@@ -25,11 +25,11 @@ Type `/xlplugins` in-game to access the plugin installer and updater. Note that
2525
* The description associated with each combo should be enough to tell you which ability needs to be placed on the hotbar.
2626

2727
### Examples
28-
![DRK Souleater combo](https://github.com/PrincessRTFM/XIVComboPlugin/raw/master/res/souleater_combo.gif)
28+
![DRK Souleater combo](https://github.com/VariableVixen/XIVComboPlugin/raw/master/res/souleater_combo.gif)
2929

30-
![MCH Hypercharge/Heat Blast combo](https://github.com/PrincessRTFM/XIVComboPlugin/raw/master/res/hypercharge_heat_blast.gif)
30+
![MCH Hypercharge/Heat Blast combo](https://github.com/VariableVixen/XIVComboPlugin/raw/master/res/hypercharge_heat_blast.gif)
3131

32-
![BLM Enochian switcher (outdated)](https://github.com/PrincessRTFM/XIVComboPlugin/raw/master/res/eno_swap.gif)
32+
![BLM Enochian switcher (outdated)](https://github.com/VariableVixen/XIVComboPlugin/raw/master/res/eno_swap.gif)
3333

3434
## Why Another Fork?
3535
Because the original fork developer (daemitus) has a different philosophy regarding how much the plugin should be allowed to do. They want to avoid "intelligent" decisions in the plugin, because they feel it's too close to botting. While I respect their decision and their reasoning, I also personally disagree with it, and additionally believe that since this plugin _only_ operates in PvE, there's no real harm or reason to restrict it like that. You aren't gaining an advantage over another player unless you're comparing parses, and even then nobody "wins" or "loses" anything. <!-- Although it could be said that everyone comparing parses like that loses, in a way :P -->
@@ -39,5 +39,5 @@ Furthermore, I've seen _so_ many people who want to play this game, but have som
3939
## Full list of supported combos
4040
This has been removed (it was a long time coming) because the list is both _so_ extensive and also tree-shaped with parent/child combos that it really can't be well represented in a flat list.
4141

42-
If you have any requests, including combos existing in other forks but not in this one, please [open a feature request](https://github.com/PrincessRTFM/XIVComboPlugin/issues/new/choose) here on the repo's issue tracker.
42+
If you have any requests, including combos existing in other forks but not in this one, please [open a feature request](https://github.com/VariableVixen/XIVComboPlugin/issues/new/choose) here on the repo's issue tracker.
4343

XIVComboVX/ChatUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private void onClickChatLink(uint id, SeString source) {
6565
Service.Plugin.OnPluginCommand("", "");
6666
break;
6767
case OpenIssueTrackerId:
68-
Process.Start(new ProcessStartInfo("https://github.com/PrincessRTFM/XIVComboPlugin/issues") { UseShellExecute = true });
68+
Process.Start(new ProcessStartInfo("https://github.com/VariableVixen/XIVComboPlugin/issues") { UseShellExecute = true });
6969
break;
7070
default:
7171
Service.ChatGui.Print(new XivChatEntry() {

XIVComboVX/Config/ConfigWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public ConfigWindow() : base($"Custom Combo Setup - {Service.Plugin.ShortPluginS
5454
Priority = 1,
5555
Icon = FontAwesomeIcon.Code,
5656
IconOffset = new(1, 1),
57-
Click = _ => Process.Start(new ProcessStartInfo("https://github.com/PrincessRTFM/XIVComboPlugin") { UseShellExecute = true }),
57+
Click = _ => Process.Start(new ProcessStartInfo("https://github.com/VariableVixen/XIVComboPlugin") { UseShellExecute = true }),
5858
ShowTooltip = () => {
5959
ImGui.BeginTooltip();
6060
ImGui.TextUnformatted("Browse the github repo");

XIVComboVX/XIVComboVX.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>VariableVixen, FrigidWalrus, attick, daemitus</Authors>
66
<Version>9.32.1</Version>
77
<Description>This plugin condenses various abilities onto single buttons.</Description>
8-
<PackageProjectUrl>https://github.com/PrincessRTFM/XIVComboPlugin</PackageProjectUrl>
8+
<PackageProjectUrl>https://github.com/VariableVixen/XIVComboPlugin</PackageProjectUrl>
99
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
1010
</PropertyGroup>
1111

XIVComboVX/XIVComboVX.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"Author": "attick, daemitus, VariableVixen",
33
"Name": "XIV Combo Very Expanded",
44
"Description": "This plugin condenses combos and mutually exclusive abilities onto a single button. To a degree that some would call absurd, but that's why it's all configurable. Let the players decide.",
5-
"RepoUrl": "https://github.com/PrincessRTFM/XIVComboPlugin",
5+
"RepoUrl": "https://github.com/VariableVixen/XIVComboPlugin",
66
"Punchline": "Why can't I hold all these buttons?"
77
}

0 commit comments

Comments
 (0)