Skip to content

Commit

Permalink
chore: Bump userdev version to 1.7.1 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxplay authored May 12, 2024
1 parent bba4d04 commit e13edbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/paper/admin/reference/system-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ It also remaps plugin CB calls to remove the version information.
#### paper.disable-plugin-rewriting

- **default**: `false`
- **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).
- **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).
6 changes: 3 additions & 3 deletions docs/paper/dev/getting-started/userdev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ server.
:::caution[1.20.5]

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

:::

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

Expand Down Expand Up @@ -110,7 +110,7 @@ tasks.assemble {
}
```

## 1.20.5
## 1.20.5 and beyond

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

0 comments on commit e13edbf

Please sign in to comment.