Skip to content

Commit

Permalink
version 2.0.5
Browse files Browse the repository at this point in the history
just updating the help section
  • Loading branch information
Thires authored Jul 12, 2023
1 parent 726cb17 commit f83bf86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PluginInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public bool Enabled

public string Name => "SimuCoins";

public string Version => "2.0.4";
public string Version => "2.0.5";

public string Description => "Log into SimuCoins store to check current coins, time left and auto claim coins when available";

Expand Down Expand Up @@ -67,7 +67,7 @@ public string ParseText(string text, string window)
{
if (Regex.IsMatch(text, @"(^/sct|sctext|sc|scg|simucoins|scall|sca)(\shelp)$", RegexOptions.IgnoreCase))
{
Coin?.EchoText("\r\nUse the GUI to enter accounts that will be saved with successful logins.\r\nAll methods will claim coins if they are available.\r\nCommands for Simucoins:\r\n/sc or /simucoins will open the GUI.\r\n/sc or /simucoins <username> <password> logs in using the GUI.\r\n/sct or /sctext <username> <password> displays text version.\r\n/sca or /scall will display text and log into each account that is saved within the xml.\r\n");
Coin?.EchoText("\r\nUse the GUI to enter accounts that will be saved with successful logins.\r\nAll methods will claim coins if they are available.\r\nCommands for Simucoins:\r\n/sc or /simucoins will open the GUI.\r\n/sc or /simucoins <username> <password> logs in using the GUI.\r\n/sct or /sctext <username> <password> displays text version.\r\n/sca or /scall will display text and log into each account that is saved within the xml.\r\n\r\n#trigger {^Welcome to DragonRealms \\(\\w+\\) v\\d+\\.\\d+$} {#put /sca}\r\n#trigger save\r\n");
return "";
}
else if (Regex.IsMatch(text, @"^/sct($|\s)|^/sctext($|\s)", RegexOptions.IgnoreCase))
Expand Down
Binary file modified SimuCoins.dll
Binary file not shown.

0 comments on commit f83bf86

Please sign in to comment.