diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 728da76f7f..d23c64887c 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -12,7 +12,7 @@ permissions:
id-token: write
env:
- EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/Master.zip
+ EXILED_REFERENCES_URL: https://Exmod-team.github.io/SL-References/Master.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
diff --git a/.github/workflows/labapi.yml b/.github/workflows/labapi.yml
deleted file mode 100644
index 69cb71f0aa..0000000000
--- a/.github/workflows/labapi.yml
+++ /dev/null
@@ -1,74 +0,0 @@
-name: Exiled Dev CI
-
-on:
- push:
- branches:
- - LabAPI
- pull_request:
- branches:
- - LabAPI
- workflow_dispatch:
-
-defaults:
- run:
- working-directory: ./EXILED
-
-env:
- EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/LabAPI.zip
- EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
- EXILED_DLL_ARCHIVER_URL: https://github.com/ExSLMod-Team/EXILED-DLL-Archiver/releases/download/v1.8.2/EXILED-DLL-Archiver.exe
-
-jobs:
-
- build:
-
- runs-on: windows-latest
- # Prevent double running for push & pull_request events from the main repo
- if: github.event_name != 'push' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
-
- steps:
-
- - name: Setup .NET Core SDK
- uses: actions/setup-dotnet@v4.0.1
-
- - name: Setup Nuget
- uses: nuget/setup-nuget@v2
-
- - uses: actions/checkout@v4.1.7
-
- - name: Get references
- shell: pwsh
- run: |
- Invoke-WebRequest -Uri ${{ env.EXILED_REFERENCES_URL }} -OutFile ${{ github.workspace }}/EXILED/References.zip
- Expand-Archive -Path References.zip -DestinationPath ${{ env.EXILED_REFERENCES_PATH }}
-
- - name: Build
- env:
- EXILED_REFERENCES: ${{ env.EXILED_REFERENCES_PATH }}
- shell: pwsh
- run: |
- ./build.ps1 -BuildNuGet
- $File = (Get-ChildItem -Path . -Include 'ExMod.Exiled.*.nupkg' -Recurse).Name
- Out-File -FilePath ${{ github.env }} -InputObject "PackageFile=$File" -Encoding utf-8 -Append
-
- - name: Upload nuget package
- uses: actions/upload-artifact@v4
- with:
- name: ${{ env.PackageFile }}
- path: EXILED/${{ env.PackageFile }}
-
- - name: Get references
- shell: pwsh
- run: |
- Invoke-WebRequest -Uri ${{ env.EXILED_DLL_ARCHIVER_URL }} -OutFile ${{ github.workspace }}/EXILED/EXILED-DLL-Archiver.exe
-
- - name: Packaging results as tar.gz
- shell: pwsh
- run: ./packaging.ps1
-
- - name: Upload artifacts
- uses: actions/upload-artifact@v4
- with:
- name: Build Result
- path: EXILED/bin/Release/Exiled.tar.gz
-
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 576a58f46b..0789a2649d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,7 +13,7 @@ defaults:
working-directory: ./EXILED
env:
- EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/Master.zip
+ EXILED_REFERENCES_URL: https://Exmod-team.github.io/SL-References/Master.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
jobs:
diff --git a/.github/workflows/push_nuget.yml b/.github/workflows/push_nuget.yml
index 29175ffee8..ea82f96926 100644
--- a/.github/workflows/push_nuget.yml
+++ b/.github/workflows/push_nuget.yml
@@ -10,7 +10,7 @@ defaults:
working-directory: ./EXILED
env:
- EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/LabAPI.zip
+ EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Dev.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
jobs:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9b1b16ee05..b7c930b5e1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,9 +11,9 @@ defaults:
working-directory: ./EXILED
env:
- EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/LabAPI.zip
+ EXILED_REFERENCES_URL: https://Exmod-team.github.io/SL-References/Dev.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
- EXILED_DLL_ARCHIVER_URL: https://github.com/ExSLMod-Team/EXILED-DLL-Archiver/releases/download/v1.8.1/EXILED-DLL-Archiver.exe
+ EXILED_DLL_ARCHIVER_URL: https://github.com/Exmod-Team/EXILED-DLL-Archiver/releases/download/v1.8.1/EXILED-DLL-Archiver.exe
jobs:
build:
diff --git a/EXILED/EXILED.props b/EXILED/EXILED.props
index 6ff3aa50c2..a4e5a63b69 100644
--- a/EXILED/EXILED.props
+++ b/EXILED/EXILED.props
@@ -25,8 +25,8 @@
Copyright © $(Authors) 2020 - $([System.DateTime]::Now.ToString("yyyy"))
Git
- https://github.com/ExSLMod-Team/EXILED
- https://github.com/ExSLMod-Team/EXILED
+ https://github.com/Exmod-Team/EXILED
+ https://github.com/Exmod-Team/EXILED
CC-BY-SA-3.0
$(DefineConstants);PUBLIC_BETA
diff --git a/EXILED/Exiled.CreditTags/Features/DatabaseHandler.cs b/EXILED/Exiled.CreditTags/Features/DatabaseHandler.cs
index c2ec515742..ac3cc91781 100644
--- a/EXILED/Exiled.CreditTags/Features/DatabaseHandler.cs
+++ b/EXILED/Exiled.CreditTags/Features/DatabaseHandler.cs
@@ -17,7 +17,7 @@ namespace Exiled.CreditTags.Features
public static class DatabaseHandler
{
- private const string Url = "https://raw.githubusercontent.com/ExSLMod-Team/CreditTags/main/data.yml";
+ private const string Url = "https://raw.githubusercontent.com/Exmod-Team/CreditTags/main/data.yml";
private const string ETagCacheFileName = "etag_cache.txt";
private const string DatabaseCacheFileName = "data.yml";
private const int CacheTimeInMinutes = 5;
diff --git a/EXILED/Exiled.Installer/README.md b/EXILED/Exiled.Installer/README.md
index c2033165c2..ad658da899 100644
--- a/EXILED/Exiled.Installer/README.md
+++ b/EXILED/Exiled.Installer/README.md
@@ -43,7 +43,7 @@ Trying to find release..
Release found!
PRE: True | ID: 87710626 | TAG: 6.0.0-beta.18
Asset found!
-ID: 90263995 | NAME: Exiled.tar.gz | SIZE: 1027928 | URL: https://api.github.com/repos/ExSLMod-Team/Exiled-EA/releases/assets/90263995 | DownloadURL: https://github.com/ExSLMod-Team/Exiled-EA/releases/download/6.0.0-beta.18/Exiled.tar.gz
+ID: 90263995 | NAME: Exiled.tar.gz | SIZE: 1027928 | URL: https://api.github.com/repos/Exmod-Team/Exiled-EA/releases/assets/90263995 | DownloadURL: https://github.com/Exmod-Team/Exiled-EA/releases/download/6.0.0-beta.18/Exiled.tar.gz
Processing 'EXILED/Plugins/dependencies/0Harmony.dll'
Extracting '0Harmony.dll' into 'YourAppDataPath/EXILED/Plugins/dependencies/0Harmony.dll'...
Processing 'EXILED/Plugins/dependencies/Exiled.API.dll'
@@ -88,7 +88,7 @@ Trying to find release..
Release found!
PRE: False | ID: 87710626 | TAG: 6.0.0-beta.18
Asset found!
-ID: 90263995 | NAME: Exiled.tar.gz | SIZE: 1027928 | URL: https://api.github.com/repos/ExSLMod-Team/Exiled-EA/releases/assets/90263995 | DownloadURL: https://github.com/ExSLMod-Team/Exiled-EA/releases/download/6.0.0-beta.18/Exiled.tar.gz
+ID: 90263995 | NAME: Exiled.tar.gz | SIZE: 1027928 | URL: https://api.github.com/repos/Exmod-Team/Exiled-EA/releases/assets/90263995 | DownloadURL: https://github.com/Exmod-Team/Exiled-EA/releases/download/6.0.0-beta.18/Exiled.tar.gz
Processing 'EXILED/Plugins/dependencies/0Harmony.dll'
Extracting '0Harmony.dll' into '/user/SCP/EXILED/Plugins/dependencies/0Harmony.dll'...
Processing 'EXILED/Plugins/dependencies/Exiled.API.dll'
diff --git a/EXILED/Exiled.Loader/Updater.cs b/EXILED/Exiled.Loader/Updater.cs
index a90f0589b0..0c70548bb4 100644
--- a/EXILED/Exiled.Loader/Updater.cs
+++ b/EXILED/Exiled.Loader/Updater.cs
@@ -136,7 +136,7 @@ private HttpClient CreateHttpClient()
Timeout = TimeSpan.FromSeconds(480),
};
- client.DefaultRequestHeaders.Add("User-Agent", $"Exiled.Loader (https://github.com/ExSLMod-Team/EXILED, {Assembly.GetExecutingAssembly().GetName().Version.ToString(3)})");
+ client.DefaultRequestHeaders.Add("User-Agent", $"Exiled.Loader (https://github.com/Exmod-Team/EXILED, {Assembly.GetExecutingAssembly().GetName().Version.ToString(3)})");
return client;
}
diff --git a/EXILED/Exiled/Exiled.nuspec b/EXILED/Exiled/Exiled.nuspec
index cf95b0fbc8..431aa120ee 100644
--- a/EXILED/Exiled/Exiled.nuspec
+++ b/EXILED/Exiled/Exiled.nuspec
@@ -9,9 +9,9 @@
ExMod-Team
Copyright © ExMod Team 2024 - $year$
false
-
- https://github.com/ExSLMod-Team/EXILED/blob/master/LICENSE
- https://github.com/ExSLMod-Team/EXILED
+
+ https://github.com/Exmod-Team/EXILED/blob/master/LICENSE
+ https://github.com/Exmod-Team/EXILED
images\Exiled_Icon.png
Plugin framework for SCP: Secret Laboratory.
diff --git a/EXILED/docs/articles/contributing/index.md b/EXILED/docs/articles/contributing/index.md
index fdcec6d5a0..b97036c9c0 100644
--- a/EXILED/docs/articles/contributing/index.md
+++ b/EXILED/docs/articles/contributing/index.md
@@ -6,7 +6,7 @@ title: Contributing to EXILED
This is a simple tutorial guiding you to contribute to our framework.
### Forking EXILED
-First, create a fork of our [GitHub repository](https://github.com/ExSLMod-Team/EXILED).
+First, create a fork of our [GitHub repository](https://github.com/Exmod-Team/EXILED).
Then, clone it to your computer like so: `git clone https://github.com/your-username/EXILED.git`
@@ -14,7 +14,7 @@ Open a terminal in your forked EXILED folder and run ```git checkout dev```. Thi
### Setting `EXILED_REFERENCES`
-If you haven't already, install the `SCP: Secret Laboratory Dedicated Server` through Steam or extract [this zip file](https://ExSLMod-Team.github.io/SL-References/Dev.zip) to an easily accessible folder.
+If you haven't already, install the `SCP: Secret Laboratory Dedicated Server` through Steam or extract [this zip file](https://Exmod-Team.github.io/SL-References/Dev.zip) to an easily accessible folder.
#### Windows users
Open the Environment Variables menu by searching for `Environment Variables` in the Start Menu.
diff --git a/EXILED/docs/articles/installation/automatic/linux.md b/EXILED/docs/articles/installation/automatic/linux.md
index d8268593d6..e88fec515b 100644
--- a/EXILED/docs/articles/installation/automatic/linux.md
+++ b/EXILED/docs/articles/installation/automatic/linux.md
@@ -4,7 +4,7 @@ title: Automatic Linux Installation
# Automatic Linux Installation
-Download `Exiled.Installer-Linux` from [here](https://github.com/ExSLMod-Team/EXILED/releases).
+Download `Exiled.Installer-Linux` from [here](https://github.com/Exmod-Team/EXILED/releases).
Move it into your **server directory** and run it using `./Exiled.Installer-Linux`
- Make sure the server directory is the one where LocalAdmin executable is found.
diff --git a/EXILED/docs/articles/installation/automatic/windows.md b/EXILED/docs/articles/installation/automatic/windows.md
index c9e890ea74..90126907c3 100644
--- a/EXILED/docs/articles/installation/automatic/windows.md
+++ b/EXILED/docs/articles/installation/automatic/windows.md
@@ -4,7 +4,7 @@ title: Automatic Windows Installation
# Automatic Windows Installation
-Download `Exiled.Installer-Win.exe` from [here](https://github.com/ExSLMod-Team/EXILED/releases).
+Download `Exiled.Installer-Win.exe` from [here](https://github.com/Exmod-Team/EXILED/releases).
Move it into your **server directory** and double click the .exe.
- Make sure the server directory is the one where LocalAdmin.exe is found.
diff --git a/EXILED/docs/articles/installation/manual.md b/EXILED/docs/articles/installation/manual.md
index 9b8cb7c3d9..994aee045e 100644
--- a/EXILED/docs/articles/installation/manual.md
+++ b/EXILED/docs/articles/installation/manual.md
@@ -8,7 +8,7 @@ You can download exiled manually following this steps:
### Pick a release
-You can select a release inside [our official GitHub repo](https://github.com/ExSLMod-Team/EXILED/releases/).
+You can select a release inside [our official GitHub repo](https://github.com/Exmod-Team/EXILED/releases/).
### Download the release
diff --git a/EXILED/docs/docfx.json b/EXILED/docs/docfx.json
index 8dc6b28e44..872a0ab23d 100644
--- a/EXILED/docs/docfx.json
+++ b/EXILED/docs/docfx.json
@@ -27,7 +27,7 @@
"_enableSearch": true,
"_lang": "en",
"_gitContribute": {
- "repo": "https://github.com/ExSLMod-Team/EXILED",
+ "repo": "https://github.com/Exmod-Team/EXILED",
"branch": "dev"
}
},
diff --git a/EXILED/docs/toc.yml b/EXILED/docs/toc.yml
index f3e6ee456a..eb1be93595 100644
--- a/EXILED/docs/toc.yml
+++ b/EXILED/docs/toc.yml
@@ -5,4 +5,4 @@
- name: NW Documentation
href: articles/SCPSLRessources/NW_Documentation.html
- name: Repository
- href: https://github.com/ExSLMod-Team/EXILED
+ href: https://github.com/Exmod-Team/EXILED