You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,5 @@ Your plugin is a [Paper plugin](https://docs.papermc.io/paper/dev/getting-starte
144
144
145
145
Paper plugins **do not** use Spigot mappings by default. You must [explicitly enable them via your manifest](https://docs.papermc.io/paper/dev/project-setup#spigot-mappings).
146
146
147
-
### Paperweight Userdev
148
-
149
-
If you are using the [Paperweight Userdev](https://docs.papermc.io/paper/dev/userdev) toolchain, you must enable Spigot mappings via [the reobfArtifactConfiguration option](https://docs.papermc.io/paper/dev/userdev#compiling-to-spigot-mappings).
147
+
If you are accessing server internals in your paper plugin, you need to reobfuscate
148
+
your plugin to Spigot mappings. Assuming you are using the [Paperweight Userdev](https://docs.papermc.io/paper/dev/userdev) toolchain, enable Spigot mappings via [the reobfArtifactConfiguration option](https://docs.papermc.io/paper/dev/userdev#compiling-to-spigot-mappings).
0 commit comments