From 082b34dadc5451b3ec6942256abadaf67120ce4d Mon Sep 17 00:00:00 2001 From: DessieOwO Date: Wed, 21 Jan 2026 13:54:05 -0500 Subject: [PATCH 1/3] Create description Add description for LabAPI --- topics/scpsl-labapi/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 topics/scpsl-labapi/index.md diff --git a/topics/scpsl-labapi/index.md b/topics/scpsl-labapi/index.md new file mode 100644 index 00000000000..f381ea66a6e --- /dev/null +++ b/topics/scpsl-labapi/index.md @@ -0,0 +1,10 @@ +--- +display_name: SCP:SL LabAPI +short_description: A built-in plugin API for the game SCP:SL. +topic: scpsl-labapi +url: https://plugins.scpslgame.com/ +related: scp-sl +github_url: https://github.com/northwood-studios/LabAPI +created_by: Northwood Studios +--- +LabAPI is the official server-side plugin loader for the game SCP: Secret Laboratory, and is created by Northwood Studios. Its API provides events and wrappers for game mechanics, to allow plugin developers to interact with the game. \ No newline at end of file From 4c2387d5e2a636d9b71ea53de6079e5dbd83982c Mon Sep 17 00:00:00 2001 From: Harper <154289487+DessieOwO@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:33:54 -0500 Subject: [PATCH 2/3] Add related tags Add more related tags to scpsl-labapi --- topics/scpsl-labapi/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/scpsl-labapi/index.md b/topics/scpsl-labapi/index.md index f381ea66a6e..8b0a84a16af 100644 --- a/topics/scpsl-labapi/index.md +++ b/topics/scpsl-labapi/index.md @@ -3,8 +3,8 @@ display_name: SCP:SL LabAPI short_description: A built-in plugin API for the game SCP:SL. topic: scpsl-labapi url: https://plugins.scpslgame.com/ -related: scp-sl +related: scp-sl, scpsl-plugin, scpsl-server, scpsl github_url: https://github.com/northwood-studios/LabAPI created_by: Northwood Studios --- -LabAPI is the official server-side plugin loader for the game SCP: Secret Laboratory, and is created by Northwood Studios. Its API provides events and wrappers for game mechanics, to allow plugin developers to interact with the game. \ No newline at end of file +LabAPI is the official server-side plugin loader for the game SCP: Secret Laboratory, and is created by Northwood Studios. Its API provides events and wrappers for game mechanics, to allow plugin developers to interact with the game. From db89456018924edeabc41caa0ed0ccafd5fc2f8d Mon Sep 17 00:00:00 2001 From: Harper <154289487+DessieOwO@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:46:05 -0500 Subject: [PATCH 3/3] Add alias Add labapi as an alias for scpsl-labapi --- topics/scpsl-labapi/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/scpsl-labapi/index.md b/topics/scpsl-labapi/index.md index 8b0a84a16af..892e132f295 100644 --- a/topics/scpsl-labapi/index.md +++ b/topics/scpsl-labapi/index.md @@ -4,6 +4,7 @@ short_description: A built-in plugin API for the game SCP:SL. topic: scpsl-labapi url: https://plugins.scpslgame.com/ related: scp-sl, scpsl-plugin, scpsl-server, scpsl +aliases: labapi github_url: https://github.com/northwood-studios/LabAPI created_by: Northwood Studios ---