File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments