Skip to content

Commit d94ae6e

Browse files
committed
feat: update links to replace Hangar with Modrinth for version references and downloads
1 parent e6c8476 commit d94ae6e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

content/docs/characters/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion"
4444
If you encounter any issues while running an older build, you will not receive any support.
4545
</Callout>
4646

47-
If you are **not** running the **latest** version of Paper, visit [Hangar](https://hangar.papermc.io/TheNextLvl/Characters/versions)
47+
If you are **not** running the **latest** version of Paper, visit [Modrinth](https://modrinth.com/project/oeBa7ep1/versions)
4848
and look for the latest version supporting your server version.
4949

50-
_For any version not listed on hangar, see [#old-versions](#old-versions)._
50+
_For any version not listed on Modrinth, see [#old-versions](#old-versions)._
5151

5252
</Accordion>
5353
</Accordions>

content/docs/characters/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"pages": [
44
"---Links---",
55
"[Github][GitHub](https://github.com/thenextlvl-net/characters)",
6-
"[Send][Hangar](https://hangar.papermc.io/TheNextLvl/Characters)",
6+
"[Download][Download](https://modrinth.com/project/oeBa7ep1#download)",
77
"[ChartLine][Metrics](https://bstats.org/plugin/bukkit/TheNextLvl%20Characters/24223)",
88
"[BookDown][Repository](https://repo.thenextlvl.net/#/releases/net/thenextlvl/characters)",
99
"---Introduction---",

content/docs/worlds/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion"
100100
If you encounter any issues while running an older build, you will not receive any support.
101101
</Callout>
102102

103-
If you are **not** running the **latest** version of Paper, visit [Hangar](https://hangar.papermc.io/TheNextLvl/Worlds/versions)
103+
If you are **not** running the **latest** version of Paper, visit [Modrinth](https://modrinth.com/project/gBIw3Gvy/versions)
104104
and look for the latest version supporting your server version.
105105
For even older server versions, see the list below.
106106

107-
[Latest version supporting 1.20.6 (Java 21)](https://hangar.papermc.io/TheNextLvl/Worlds/versions/1.2.5)
107+
[Latest version supporting 1.20.6 (Java 21)](https://modrinth.com/project/gBIw3Gvy/version/1.2.5)
108108
[Latest version supporting 1.19/1.20.4 (Java 19)](https://hangar.papermc.io/TheNextLvl/Worlds/versions/1.1.6)
109109
[Latest version supporting 1.19/1.20.4 (Java 17)](https://hangar.papermc.io/TheNextLvl/Worlds/versions/1.1.3)
110110

111-
_For any version not listed on hangar, see [#old-versions](#old-versions)._
111+
_For any version not listed here or on Modrinth, see [#old-versions](#old-versions)._
112112

113113
</Accordion>
114114
<Accordion

content/docs/worlds/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"pages": [
44
"---Links---",
55
"[Github][GitHub](https://github.com/thenextlvl-net/worlds)",
6-
"[Send][Hangar](https://hangar.papermc.io/TheNextLvl/Worlds)",
6+
"[Download][Download](https://modrinth.com/project/gBIw3Gvy#download)",
77
"[ChartLine][Metrics](https://bstats.org/plugin/bukkit/TheNextLvl%20Worlds/19652)",
88
"[BookDown][Repository](https://repo.thenextlvl.net/#/releases/net/thenextlvl/worlds)",
99
"---Introduction---",

content/docs/worlds/per-worlds/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This also allows you to have **player data**, **inventories**, **gamerules**, an
1111
<Callout type="info" title="Also standalone!">
1212

1313
PerWorlds is bundled with the Worlds plugin, providing a seamless experience for managing your worlds.
14-
If you don't want to use Worlds, you can still use [PerWorlds](https://hangar.papermc.io/TheNextLvl/PerWorlds) as a standalone plugin.
14+
If you don't want to use Worlds, you can still use [PerWorlds](https://modrinth.com/project/lpfQmSV2) as a standalone plugin.
1515

1616
</Callout>
1717

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const config = {
2929
},
3030
{
3131
source: "/plugins",
32-
destination: "https://hangar.papermc.io/TheNextLvl",
32+
destination: "https://modrinth.com/organization/thenextlvl",
3333
permanent: false,
3434
},
3535
]

0 commit comments

Comments
 (0)