Skip to content

Commit 054cf92

Browse files
lynxplayMiniDigger
authored andcommitted
Bump userdev version to 1.7.1
1 parent bba4d04 commit 054cf92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/paper/admin/reference/system-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ It also remaps plugin CB calls to remove the version information.
214214
#### paper.disable-plugin-rewriting
215215

216216
- **default**: `false`
217-
- **description**: Disables plugin remapping introduced in 1.20.5 and everything involving automatic plugin conversion by commodore. For more information see the [userdev](../../dev/getting-started/userdev.mdx#1205) documentation and the official [announcement](https://discord.com/channels/289587909051416579/976631292747735080/1232740079097876570).
217+
- **description**: Disables plugin remapping introduced in 1.20.5 and everything involving automatic plugin conversion by commodore. For more information see the [userdev](../../dev/getting-started/userdev.mdx#1205-and-beyond) documentation and the official [announcement](https://discord.com/channels/289587909051416579/976631292747735080/1232740079097876570).

docs/paper/dev/getting-started/userdev.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ server.
2727
:::caution[1.20.5]
2828

2929
As of Minecraft version 1.20.5, Paper ships with a Mojang-mapped runtime instead of reobfuscating the server to Spigot mappings.
30-
See [here](#1205) for more details.
30+
See [here](#1205-and-beyond) for more details.
3131

3232
:::
3333

@@ -42,7 +42,7 @@ use non-obfuscated names in reflection.
4242
Add the plugin to your `build.gradle.kts` file.
4343
```kotlin
4444
plugins {
45-
id("io.papermc.paperweight.userdev") version "1.7.0" // Check for new versions at https://plugins.gradle.org/plugin/io.papermc.paperweight.userdev
45+
id("io.papermc.paperweight.userdev") version "1.7.1" // Check for new versions at https://plugins.gradle.org/plugin/io.papermc.paperweight.userdev
4646
}
4747
```
4848

@@ -110,7 +110,7 @@ tasks.assemble {
110110
}
111111
```
112112

113-
## 1.20.5
113+
## 1.20.5 and beyond
114114

115115
As of 1.20.5, Paper ships with a Mojang-mapped runtime instead of reobfuscating the server to Spigot mappings.
116116
Additionally, CraftBukkit classes will no longer be relocated into a versioned package.

0 commit comments

Comments
 (0)