You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Documentation for Installation and Usage of CedMod
3
4
theme: just-the-docs
@@ -6,10 +7,36 @@ color_scheme: dark
6
7
url: https://docs.cedmod.nl
7
8
baseurl: /
8
9
10
+
aux_links:
11
+
"CedMod on GitHub":
12
+
- "https://github.com/CedModV2"
13
+
14
+
nav_external_links:
15
+
- title: CedMod on GitHub
16
+
url: https://github.com/CedModV2
17
+
- title: CedMod Panel
18
+
url: https://cedmod.nl/
19
+
- title: Changelog
20
+
url: https://demo.cedmod.nl/Changelog
21
+
9
22
callouts:
10
23
warning:
11
24
title: Warning
12
25
color: red
13
26
note:
14
27
title: Note
15
-
color: purple
28
+
color: blue
29
+
attention:
30
+
title: Attention
31
+
color: yellow
32
+
33
+
footer_content: "CedMod All Rights Reserved. CedMod is owned by <a href=\"https://github.com/ced777ric\">ced777ric</a> - <a href=\"https://github.com/CedModV2\">Repository</a>"
Download the latest compatible release of either **Exiled** or **Exiled Reboot**.
19
+
It is not relevant
20
+
which of them you use but due note that they have to completely different development teams
21
+
and are aiming for different goals.
22
+
23
+
On a guide on how to install Exiled/Exiled Reboot on their official docs.
24
+
For Exiled go [here](https://github.com/ExMod-Team/EXILED/blob/master/.github/documentation/README.md#installation),
25
+
for Exiled Reboot look [here](https://github.com/Exiled-Team/EXILED?tab=readme-ov-file#installation).
26
+
The guides are practically identical but could change in the future when development of the two changes more and more.
27
+
28
+
## Getting the CedMod release
29
+
30
+
After installing exiled, you need to download the CedMod release compatible with it.
31
+
All releases will have a section that marks the compatibility with the exiled and game version.
32
+
33
+
{: .attention }
34
+
Make sure the CedMod release you are downloading has **EXILED** and not **NWAPI** in its title as only the exiled versions are meant for exiled installation
35
+
36
+
1. Go to the [cedmod releases tab](https://github.com/CedModV2/CedMod/releases) and download your desired version
37
+
2. Drag and drop it into your plugins folder
38
+
3. Reboot your server
39
+
40
+
Your CedMod installation is done.
41
+
42
+
## After the Installation
43
+
44
+
After you install CedMod and restart your server, a message will be displayed in your console:
45
+
```
46
+
CedMod requires additional Setup, the plugin will not function and some features will not work if the plugin is not setup.
47
+
Please follow the setup guide on https://cedmod.nl/Servers/Create
48
+
```
49
+
50
+
Go to the page [displayed in the message](https://cedmod.nl/Servers/Create),
51
+
and then follow the [instance creation guide](https://docs.cedmod.nl/docs/Setup/Instance/create.html)
52
+
53
+
{: .note }
54
+
If you already have a CedMod instance, then go to the queryserver page in your panel and create a new queryserver or copy the setup command of an existing one
Copy file name to clipboardExpand all lines: docs/Setup/Installation/nwapi.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,32 @@ grand_parent: Setup
5
5
layout: default
6
6
---
7
7
8
-
Installation for NWApi
8
+
# Installation for NWAPI
9
+
10
+
NWAPI is the preinstalled plugins api for SCP: Secret Laboratory servers and does not need any extra installation
11
+
12
+
## Getting the CedMod release
13
+
14
+
{: .note }
15
+
Installation with nwapi requires the [NWAPIPermissionSystem](https://github.com/CedModV2/NWAPIPermissionSystem) to function properly
16
+
17
+
{: .attention }
18
+
Make sure the CedMod release you are downloading has **NWAPI** and not **EXILED** in its title as only the exiled versions are meant for exiled installation
19
+
20
+
1. Go to the [cedmod releases tab](https://github.com/CedModV2/CedMod/releases) and download your desired version
21
+
2. Drag and drop it into your plugins folder
22
+
3. Reboot your server
23
+
24
+
## After the Installation
25
+
26
+
After you install CedMod and restart your server, a message will be displayed in your console:
27
+
```
28
+
CedMod requires additional Setup, the plugin will not function and some features will not work if the plugin is not setup.
29
+
Please follow the setup guide on https://cedmod.nl/Servers/Create
30
+
```
31
+
32
+
Go to the page [displayed in the message](https://cedmod.nl/Servers/Create),
33
+
and then follow the [instance creation guide](https://docs.cedmod.nl/docs/Setup/Instance/create.html)
34
+
35
+
{: .note }
36
+
If you already have a CedMod instance, then go to the queryserver page in your panel and create a new queryserver or copy the setup command of an existing one
0 commit comments