Skip to content

Commit e13ed7c

Browse files
add more useful links
1 parent 728e863 commit e13ed7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Plugin/MainPlugin.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ public class MainPlugin : LabApi.Loader.Features.Plugins.Plugin<Config>
2323
public override Version Version => new(0, 10, 0);
2424

2525
public static string GitHubLink => "https://github.com/ScriptedEvents/ScriptedEventsReloaded";
26+
public static string DocsLink => "https://scriptedeventsreloaded.gitbook.io/docs/tutorial";
27+
public static string DiscordLink => "https://discord.gg/3j54zBnbbD";
28+
2629
public static string HelpCommandName => "serhelp";
2730
public static MainPlugin Instance { get; private set; } = null!;
2831

@@ -85,6 +88,8 @@ private void OnServerFullyInit()
8588
8689
Help command: {HelpCommandName}
8790
GitHub repository: {GitHubLink}
91+
Documentation: {DocsLink}
92+
Discord: {DiscordLink}
8893
""",
8994
ConsoleColor.Cyan
9095
);

0 commit comments

Comments
 (0)