Skip to content

Commit 701b059

Browse files
authored
Merge pull request #8 from Vxrpenter/main
New Installation guides
2 parents c271228 + d402a59 commit 701b059

File tree

7 files changed

+117
-8
lines changed

7 files changed

+117
-8
lines changed

_config.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
favicon_ico: "https://cedmod.nl/favicon.ico"
12
title: CedMod Documentation
23
description: Documentation for Installation and Usage of CedMod
34
theme: just-the-docs
@@ -6,10 +7,36 @@ color_scheme: dark
67
url: https://docs.cedmod.nl
78
baseurl: /
89

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+
922
callouts:
1023
warning:
1124
title: Warning
1225
color: red
1326
note:
1427
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>"
34+
35+
last_edit_timestamp: true
36+
last_edit_time_format: "%b %e %Y at %I:%M %p"
37+
38+
gh_edit_link: true
39+
gh_edit_link_text: "Contribute to this page."
40+
gh_edit_repository: "https://github.com/CedModV2/docs"
41+
gh_edit_branch: "main"
42+
gh_edit_view_mode: "tree"

docs/Setup/Installation/exiled.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ grand_parent: Setup
55
layout: default
66
---
77

8-
## Installation for Exiled
8+
# Installation for Exiled
99

10-
For the installation with exiled first download the latest cedmod release.
10+
{: .warning }
11+
CedMod does currently not support the Exiled Reboot 9.0.0 beta.
12+
13+
[Exiled](https://github.com/ExMod-Team/EXILED){: .btn .btn-purple .mr-2 }
14+
[Exiled Reboot](https://github.com/Exiled-Team/EXILED){: .btn .btn-purple .mr-2 }
15+
16+
## How to install Exiled
17+
18+
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

docs/Setup/Installation/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ layout: default
55
has_children: true
66
---
77

8-
Instance
8+
# Installation
9+
{: .fs-9 }
10+
11+
Installation guides to install exiled for NWAPI or Exiled/Exiled Reboot
12+
{: .fs-6 .fw-300 }

docs/Setup/Installation/nwapi.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,32 @@ grand_parent: Setup
55
layout: default
66
---
77

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

docs/Setup/Instance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ layout: default
55
has_children: true
66
---
77

8-
Installation
8+
Instance

docs/Setup/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@ nav_order: 2
55
has_children: true
66
---
77

8-
Setup
8+
# Setup
9+
{: .fs-9 }
10+
11+
Cedmod requires additional setup to work.
12+
These guides explain how to set up an instance,
13+
configure it and a bit of its usage.
14+
{: .fs-6 .fw-300 }

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Aimed towards assisting in server moderation by providing a web based ban manage
1515
This documentation is currently not complete and is still WIP
1616

1717
[Get started](#getting-started){: .btn .mr-2 }
18-
[Visit the website](https://docs.cedmod.nl/docs/Setup/){: .btn .mr-2 }
18+
[Visit the website](https://cedmod.nl){: .btn .mr-2 }
1919
[Join our Discord](https://discord.com/invite/p69SGfwxxm){: .btn .mr-2 }
2020
[GitHub](https://github.com/CedModV2/CedMod){: .btn .mr-2 }
2121

0 commit comments

Comments
 (0)