Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit a8303ec

Browse files
JRoymdcfe
andauthored
Add Discord module wiki stuff (#46)
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
1 parent c3df33d commit a8303ec

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

plugins/wiki-redirects/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ const redirects = [
3737
fromPath: "/BannerMeta",
3838
toPath: "/wiki/BannerMeta.html"
3939
},
40+
{
41+
fromPath: "/Discord-Tutorial",
42+
toPath: "/wiki/Discord-Tutorial.html"
43+
},
4044
{
4145
fromPath: "/geoip",
4246
toPath: "/wiki/GeoIP.html"
@@ -82,6 +86,10 @@ const redirects = [
8286
fromPath: "/BannerMeta.html",
8387
toPath: "/wiki/BannerMeta.html"
8488
},
89+
{
90+
fromPath: "/Discord-Tutorial.html",
91+
toPath: "/wiki/Discord-Tutorial.html"
92+
},
8593
{
8694
fromPath: "/geoip.html",
8795
toPath: "/wiki/GeoIP.html"
@@ -115,6 +123,10 @@ const redirects = [
115123
fromPath: "/Module-Breakdown#essentialsx-xmpp",
116124
toPath: "/wiki/Module-Breakdown.html#essentialsx-xmpp"
117125
},
126+
{
127+
fromPath: "/Module-Breakdown#essentialsx-discord",
128+
toPath: "/wiki/Module-Breakdown.html#essentialsx-discord"
129+
},
118130
]
119131

120132
module.exports = {

saber-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
{ label: "Command Cooldowns", link: "/wiki/Command-Cooldowns.html" },
3131
{ label: "Color Permissions", link: "/wiki/Color-Permissions.html" },
3232
{ label: "Customising /list", href: "https://wiki.mc-ess.net/wiki/List" },
33+
{ label: "EssentialsX Discord Setup Guide", link: "/wiki/Discord-Tutorial.html" },
3334
],
3435
"Using EssentialsX": [
3536
{ label: "Signs", href: "https://wiki.mc-ess.net/wiki/Sign_Tutorial" },
@@ -38,6 +39,7 @@ module.exports = {
3839
Modules: [
3940
{ label: "AntiBuild", href: "https://wiki.mc-ess.net/wiki/AntiBuild" },
4041
{ label: "Chat", link: "/wiki/Module-Breakdown.html#essentialsx-chat" },
42+
{ label: "Discord", link: "/wiki/Module-Breakdown.html#essentialsx-discord" },
4143
{ label: "GeoIP", link: "/wiki/GeoIP.html" },
4244
{ label: "Protect", href: "https://wiki.mc-ess.net/wiki/Configuration_file#EssentialsProtect" },
4345
{ label: "Spawn", link: "/wiki/Module-Breakdown.html#essentialsx-spawn" },

0 commit comments

Comments
 (0)