Skip to content

Commit ef2e32e

Browse files
authored
README: clearer info on paper plugins (#394)
I had not personally made a paper plugin until I tested it for #393. The README was a bit confusing so I clarified the userdev toolchain relationship.
1 parent b7c1cc0 commit ef2e32e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,5 @@ Your plugin is a [Paper plugin](https://docs.papermc.io/paper/dev/getting-starte
144144

145145
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).
146146

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

Comments
 (0)