LogoLogo
LogoLogo
  • What is PacketEvents?
  • Prerequisites
  • Getting Started
  • The PacketEvents Instance
  • Creating Your PacketEvents Instance
    • (Optional) Configuring PacketEvents
  • What is a PacketEvents Listener
  • Creating Your First Listener
  • Registering a Packet Listener
  • Sending and Simulating Packets
  • Advanced PacketEvents Example: Combining our Knowledge
  • FAQ (WIP)
Powered by GitBook
On this page
  • Does PacketEvents have a Discord Server?
  • Is PacketEvents free software?
  • Should I shade the PacketEvents API into my plugin?
  • Why do I get a "NoClassDefFoundError" when using the PacketEvents API in my plugin?

Was this helpful?

FAQ (WIP)

Frequently asked questions will be answered here.

PreviousAdvanced PacketEvents Example: Combining our Knowledge

Last updated 4 months ago

Was this helpful?

Do not worry if you haven't grasped all the answers just yet. This section assumes a certain level of familiarity with the library. Consider it a TL;DR to get oriented, and feel free to navigate directly to the detailed guide if needed.

Does PacketEvents have a Discord Server?

Yes. You can ask for support on the . If you wish to report a bug, please resort to our section.

Is PacketEvents free software?

Yes. PacketEvents is free software. Learn more about what that means . Moreover, PacketEvents is licensed under the GPLv3.

Should I shade the PacketEvents API into my plugin?

TODO

Why do I get a "NoClassDefFoundError" when using the PacketEvents API in my plugin?

Cause #1

Your server probably can't find the PacketEvents API. You can fix this by shading the dependency into your plugin or downloading the plugin version from SpigotMC or Modrinth on your server.

Cause #2

The version of PacketEvents your plugin is using is not compatible with the version that is being shaded into your plugin or that is present on the server.

discord server
GitHub issues
here