-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
This could just be my own oversight on something, but when I follow the shading-packetevents example, it throws a gson class not found error and doesnt allow any players to join the server (tested on a Spigot 1.20.4 plugin on a Paper 1.20.4 server)
what fixes the issue is converting this
<pattern>com.google.gson</pattern>
to this
<pattern>com.google.code.gson</pattern>
Metadata
Metadata
Assignees
Labels
No labels