Compare commits
9 Commits
detached
...
1.42.0.70-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af607e4380 | ||
|
|
29e6555480 | ||
|
|
9402731b2b | ||
|
|
f43fb28257 | ||
|
|
465da1bdf2 | ||
|
|
0a592c87dd | ||
|
|
321a9c8b55 | ||
|
|
4aa09ce05e | ||
|
|
fea633b6f6 |
@@ -69,58 +69,6 @@ namespace LightlessSync;
|
|||||||
#pragma warning restore S125 // Sections of code should not be commented out
|
#pragma warning restore S125 // Sections of code should not be commented out
|
||||||
// thank you dark 🙏
|
// thank you dark 🙏
|
||||||
|
|
||||||
/*
|
|
||||||
---------
|
|
||||||
-------------------------
|
|
||||||
-------------- ##++++ -------------
|
|
||||||
----------+##+++++++++++++++++++###--------
|
|
||||||
+------ ####++++++++++++++++++++++++##### -----
|
|
||||||
------- #####++++++++++++++++++++++++++++++###### +++++
|
|
||||||
------+#####++++++++++++++++++++++++++++++++++########+++++
|
|
||||||
------######++++++++++++++++++++++++++++++++++++++#########++++
|
|
||||||
------######+++++++++++++++++++++++++++++++++++++##############+++
|
|
||||||
-----#######+++++++++++++++++++++++++++++++#######################+++
|
|
||||||
---- #######++++++++++++++++++++++++++++############################ ++
|
|
||||||
-----########+++++++++++++++++++++++++++##################################
|
|
||||||
----+########+++++++++++++++++++++++++#######################################
|
|
||||||
---- ########+++++++++++++++++++++++-+#########################################
|
|
||||||
-----#########++++++++++++++++++++--+###########################################
|
|
||||||
----#########+++++++++++++++++++---+#######+++++++++#############################
|
|
||||||
----##########+++++++++++++++++----###+--------.......---+####################### #
|
|
||||||
---###########+++++++++++++++-----#+------..................-#######################
|
|
||||||
----###########++++++++++++++----------..----..................-+####################
|
|
||||||
---+###########+++++++++++++--------.-+########+-................-###################
|
|
||||||
----############++++++++++++--------+##############+................+#################
|
|
||||||
----############++++---+---------.-#################+................-################
|
|
||||||
---+####+++++-------------------..###################+...............--###############
|
|
||||||
----+#############++-------------.+####################-...............--###############
|
|
||||||
----+##############++++++++------.+####################+...............---##############
|
|
||||||
----+##############+++++++++-----.+####################+...............---+#############
|
|
||||||
---++##############++++++++-------####################.................---#############
|
|
||||||
----+################++++++++-----+##################-......-..........---+############
|
|
||||||
----++################+++++++-------################-......+...........---+############
|
|
||||||
----++##################++++++--------+##########+-......-#-..........----+###########
|
|
||||||
--- ++##################+++++--------..--+++---........+#-.........------+###########
|
|
||||||
+++++++####################++----------.............-+#+-......-.--------+##########
|
|
||||||
+++ +++######################+---------..........+###+-......-----------+##########
|
|
||||||
++++-+++##########################+++------+++######-......--------.----##########
|
|
||||||
++++----+########################################+-.......------------+#########
|
|
||||||
++++ ----+####################################--.....----------------#########
|
|
||||||
+++ -----++###############################+------------------------########
|
|
||||||
+++ ------++###########++##+++++#+++----------------------------+#######
|
|
||||||
+++ ----------++########-----------...------------------------+#######
|
|
||||||
+++ -------------------------------------------------------#######
|
|
||||||
++# ---------------------------------------------------+######
|
|
||||||
## ------------------------------------------------######
|
|
||||||
### -------------------------------------------+#####
|
|
||||||
### --------------------------------------+#####
|
|
||||||
# -------------------------------####
|
|
||||||
----------------------++###
|
|
||||||
------------#
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Just a shitty fork, still with love.
|
|
||||||
|
|
||||||
public class LightlessPlugin : MediatorSubscriberBase, IHostedService
|
public class LightlessPlugin : MediatorSubscriberBase, IHostedService
|
||||||
{
|
{
|
||||||
private readonly DalamudUtilService _dalamudUtil;
|
private readonly DalamudUtilService _dalamudUtil;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>2.0.0</Version>
|
<Version>1.42.0.70</Version>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>
|
||||||
|
|||||||
@@ -48,8 +48,7 @@ public sealed class CommandManagerService : IDisposable
|
|||||||
"\t /light gpose - Opens the Lightless Character Data Hub window" + Environment.NewLine +
|
"\t /light gpose - Opens the Lightless Character Data Hub window" + Environment.NewLine +
|
||||||
"\t /light analyze - Opens the Lightless Character Data Analysis window" + Environment.NewLine +
|
"\t /light analyze - Opens the Lightless Character Data Analysis window" + Environment.NewLine +
|
||||||
"\t /light settings - Opens the Lightless Settings window" + Environment.NewLine +
|
"\t /light settings - Opens the Lightless Settings window" + Environment.NewLine +
|
||||||
"\t /light finder - Opens the Lightfinder window" + Environment.NewLine +
|
"\t /light finder - Opens the Lightfinder window"
|
||||||
"\t /light finder - Opens the Lightless Chat window"
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -134,9 +133,5 @@ public sealed class CommandManagerService : IDisposable
|
|||||||
{
|
{
|
||||||
_mediator.Publish(new UiToggleMessage(typeof(LightFinderUI)));
|
_mediator.Publish(new UiToggleMessage(typeof(LightFinderUI)));
|
||||||
}
|
}
|
||||||
else if (string.Equals(splitArgs[0], "chat", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
_mediator.Publish(new UiToggleMessage(typeof(ZoneChatUi)));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user