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
Should you use the official maven repo, jitpack, or local build and shadow it into your jar, or copy the entire project into your project, and if the latter, should you include everything, or go through and copy only the things you use, also should you keep the package path the same or change it to avoid conflicting with other plugins that include it.
I've found plugins doing all of this, even a plugin that modified this into a plugin and had the user install it in their server's plugin folder, so which one is recommended by you, Thanks.
EDIT: Unrelated but WrapperPlayServerCustomPayload and WrapperPlayClientCustomPayloadgetContents() is modifying the original data, causing the data to be deleted when using the method, use .copy() on the buffer.
The text was updated successfully, but these errors were encountered:
Should you use the official maven repo, jitpack, or local build and shadow it into your jar, or copy the entire project into your project, and if the latter, should you include everything, or go through and copy only the things you use, also should you keep the package path the same or change it to avoid conflicting with other plugins that include it.
I've found plugins doing all of this, even a plugin that modified this into a plugin and had the user install it in their server's plugin folder, so which one is recommended by you, Thanks.
EDIT: Unrelated but
WrapperPlayServerCustomPayload
andWrapperPlayClientCustomPayload
getContents()
is modifying the original data, causing the data to be deleted when using the method, use.copy()
on the buffer.The text was updated successfully, but these errors were encountered: