From 81d0373fbd9d66f812ec849428514d2a3dc142f5 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 18:24:11 +0100 Subject: [PATCH 01/11] Config update --- _config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_config.yml b/_config.yml index 5b9984b..3ceed72 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,4 @@ +favicon_ico: "https://cedmod.nl/favicon.ico" title: CedMod Documentation description: Documentation for Installation and Usage of CedMod theme: just-the-docs @@ -6,6 +7,18 @@ color_scheme: dark url: https://docs.cedmod.nl baseurl: / +aux_links: + "CedMod on GitHub": + - "https://github.com/CedModV2" + +nav_external_links: + - title: CedMod on GitHub + url: https://github.com/CedModV2 + - title: CedMod Panel + url: https://cedmod.nl/ + - title: Changelog + url: https://demo.cedmod.nl/Changelog + callouts: warning: title: Warning From 71e7773f14bab470597ee7bee1706b8224156c59 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 18:24:23 +0100 Subject: [PATCH 02/11] Fixed link --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 770eca3..28409e1 100644 --- a/index.md +++ b/index.md @@ -15,7 +15,7 @@ Aimed towards assisting in server moderation by providing a web based ban manage This documentation is currently not complete and is still WIP [Get started](#getting-started){: .btn .mr-2 } -[Visit the website](https://docs.cedmod.nl/docs/Setup/){: .btn .mr-2 } +[Visit the website](https://cedmod.nl){: .btn .mr-2 } [Join our Discord](https://discord.com/invite/p69SGfwxxm){: .btn .mr-2 } [GitHub](https://github.com/CedModV2/CedMod){: .btn .mr-2 } From 63cc6ef73ab44dde480f8fb2ea639e677962dcbd Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 18:31:41 +0100 Subject: [PATCH 03/11] Notes color changed to blue --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3ceed72..76b3992 100644 --- a/_config.yml +++ b/_config.yml @@ -25,4 +25,4 @@ callouts: color: red note: title: Note - color: purple \ No newline at end of file + color: blue \ No newline at end of file From c384e08f796e4cfb14e3b964ea873ec465747c25 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 18:47:17 +0100 Subject: [PATCH 04/11] Add new callout --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 76b3992..6b184ff 100644 --- a/_config.yml +++ b/_config.yml @@ -25,4 +25,7 @@ callouts: color: red note: title: Note - color: blue \ No newline at end of file + color: blue + attention: + title: Attention + color: yellow \ No newline at end of file From 2f415569b97c8d59ceda305ebfbcf08d6113f984 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 19:03:07 +0100 Subject: [PATCH 05/11] Footer --- _config.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6b184ff..f7cd45b 100644 --- a/_config.yml +++ b/_config.yml @@ -28,4 +28,15 @@ callouts: color: blue attention: title: Attention - color: yellow \ No newline at end of file + color: yellow + +footer_content: "CedMod All Rights Reserved. CedMod is owned by ced777ric - Repository" + +last_edit_timestamp: true +last_edit_time_format: "%b %e %Y at %I:%M %p" + +gh_edit_link: true +gh_edit_link_text: "Contribute to this page." +gh_edit_repository: "https://github.com/CedModV2/docs" +gh_edit_branch: "main" +gh_edit_view_mode: "tree" \ No newline at end of file From b8e72ef8c9c4ce0eb6e359606d58ecf5566e72bb Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 19:03:40 +0100 Subject: [PATCH 06/11] Fixed a small error --- docs/Setup/Installation/index.md | 2 +- docs/Setup/Instance/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Setup/Installation/index.md b/docs/Setup/Installation/index.md index ff6b7ad..91bacf3 100644 --- a/docs/Setup/Installation/index.md +++ b/docs/Setup/Installation/index.md @@ -5,4 +5,4 @@ layout: default has_children: true --- -Instance \ No newline at end of file +Installation \ No newline at end of file diff --git a/docs/Setup/Instance/index.md b/docs/Setup/Instance/index.md index 7094f71..dbfc02a 100644 --- a/docs/Setup/Instance/index.md +++ b/docs/Setup/Instance/index.md @@ -5,4 +5,4 @@ layout: default has_children: true --- -Installation +Instance From 12fca25d0a6986e1aa223e3884a3a3bcfd5300a6 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 19:05:16 +0100 Subject: [PATCH 07/11] Setup page change --- docs/Setup/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Setup/index.md b/docs/Setup/index.md index a7fd5b6..370a98a 100644 --- a/docs/Setup/index.md +++ b/docs/Setup/index.md @@ -5,4 +5,10 @@ nav_order: 2 has_children: true --- -Setup +# Setup +{: .fs-9 } + +Cedmod requires additional setup to work. +These guides explain how to set up an instance, +configure it and a bit of its usage. +{: .fs-6 .fw-300 } From e2764dd032f7ca05f2c84335181c790bc460acd4 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 19:05:28 +0100 Subject: [PATCH 08/11] Exiled installation --- docs/Setup/Installation/exiled.md | 48 +++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/docs/Setup/Installation/exiled.md b/docs/Setup/Installation/exiled.md index f5c1c23..a95a3fe 100644 --- a/docs/Setup/Installation/exiled.md +++ b/docs/Setup/Installation/exiled.md @@ -5,6 +5,50 @@ grand_parent: Setup layout: default --- -## Installation for Exiled +# Installation for Exiled -For the installation with exiled first download the latest cedmod release. \ No newline at end of file +{: .warning } +CedMod does currently not support the Exiled Reboot 9.0.0 beta. Updates will + +[Exiled](https://github.com/ExMod-Team/EXILED){: .btn .btn-purple .mr-2 } +[Exiled Reboot](https://github.com/Exiled-Team/EXILED){: .btn .btn-purple .mr-2 } + +## How to install Exiled + +Download the latest compatible release of either **Exiled** or **Exiled Reboot**. +It is not relevant +which of them you use but due note that they have to completely different development teams +and are aiming for different goals. + +On a guide on how to install Exiled/Exiled Reboot on their official docs. +For Exiled go [here](https://github.com/ExMod-Team/EXILED/blob/master/.github/documentation/README.md#installation), +for Exiled Reboot look [here](https://github.com/Exiled-Team/EXILED?tab=readme-ov-file#installation). +The guides are practically identical but could change in the future when development of the two changes more and more. + +## Getting the CedMod release + +After installing exiled, you need to download the CedMod release compatible with it. +All releases will have a section that marks the compatibility with the exiled and game version. + +{: .attention } +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 + +1. Go to the [cedmod releases tab](https://github.com/CedModV2/CedMod/releases) and download your desired version +2. Drag and drop it into your plugins folder +3. Reboot your server + +Your CedMod installation is done. + +## After the Installation + +After you install CedMod and restart your server, a message will be displayed in your console: +``` +CedMod requires additional Setup, the plugin will not function and some features will not work if the plugin is not setup. +Please follow the setup guide on https://cedmod.nl/Servers/Create +``` + +Go to the page [displayed in the message](https://cedmod.nl/Servers/Create), +and then follow the [instance creation guide](https://docs.cedmod.nl/docs/Setup/Instance/create.html) + +{: .note } +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 From c78909139e662e429df69aa193f40a261c414c79 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 19:13:20 +0100 Subject: [PATCH 09/11] fix to exiled.md --- docs/Setup/Installation/exiled.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Setup/Installation/exiled.md b/docs/Setup/Installation/exiled.md index a95a3fe..adf77fd 100644 --- a/docs/Setup/Installation/exiled.md +++ b/docs/Setup/Installation/exiled.md @@ -8,7 +8,7 @@ layout: default # Installation for Exiled {: .warning } -CedMod does currently not support the Exiled Reboot 9.0.0 beta. Updates will +CedMod does currently not support the Exiled Reboot 9.0.0 beta. [Exiled](https://github.com/ExMod-Team/EXILED){: .btn .btn-purple .mr-2 } [Exiled Reboot](https://github.com/Exiled-Team/EXILED){: .btn .btn-purple .mr-2 } From ccd2b510a1a78a86be40ce5aa1d809a4fc9dfca4 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 19:48:54 +0100 Subject: [PATCH 10/11] nwapi installation --- docs/Setup/Installation/nwapi.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/Setup/Installation/nwapi.md b/docs/Setup/Installation/nwapi.md index 32a205b..3018116 100644 --- a/docs/Setup/Installation/nwapi.md +++ b/docs/Setup/Installation/nwapi.md @@ -5,4 +5,32 @@ grand_parent: Setup layout: default --- -Installation for NWApi +# Installation for NWAPI + +NWAPI is the preinstalled plugins api for SCP: Secret Laboratory servers and does not need any extra installation + +## Getting the CedMod release + +{: .note } +Installation with nwapi requires the [NWAPIPermissionSystem](https://github.com/CedModV2/NWAPIPermissionSystem) to function properly + +{: .attention } +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 + +1. Go to the [cedmod releases tab](https://github.com/CedModV2/CedMod/releases) and download your desired version +2. Drag and drop it into your plugins folder +3. Reboot your server + +## After the Installation + +After you install CedMod and restart your server, a message will be displayed in your console: +``` +CedMod requires additional Setup, the plugin will not function and some features will not work if the plugin is not setup. +Please follow the setup guide on https://cedmod.nl/Servers/Create +``` + +Go to the page [displayed in the message](https://cedmod.nl/Servers/Create), +and then follow the [instance creation guide](https://docs.cedmod.nl/docs/Setup/Instance/create.html) + +{: .note } +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 From d402a5981b0337a3d1b6d108236a81fd3cac4611 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 19:59:34 +0100 Subject: [PATCH 11/11] Category Page --- docs/Setup/Installation/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Setup/Installation/index.md b/docs/Setup/Installation/index.md index 91bacf3..c75547e 100644 --- a/docs/Setup/Installation/index.md +++ b/docs/Setup/Installation/index.md @@ -5,4 +5,8 @@ layout: default has_children: true --- -Installation \ No newline at end of file +# Installation +{: .fs-9 } + +Installation guides to install exiled for NWAPI or Exiled/Exiled Reboot +{: .fs-6 .fw-300 } \ No newline at end of file