Skip to content

Commit

Permalink
doc: add notice for spigot module not working on paper
Browse files Browse the repository at this point in the history
  • Loading branch information
radstevee committed Nov 1, 2024
1 parent 3a574b9 commit 4f1ac10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ public class MyPlugin extends JavaPlugin {
}
```

> [!CAUTION]
> The Spigot module does not function on Paper. Please use the Paper module and check what the server
> is running on, and decide based on that. The Spigot module uses reflection into internals which are
> renamed on Paper due to mojang mappings at runtime.
This will register an HTTP injector which will respond with `Hello, from Minecraft!`
to any HTTP request to the Minecraft port.

Expand Down

0 comments on commit 4f1ac10

Please sign in to comment.