Recent content by DenWav

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. DenWav

    Solved Cannot use Material enum without errors

    I don't know why you're trying to use it outside of running a plugin, but that issue (which isn't really an issue) is likely due to the API being a compileOnly dependency, so the API isn't included at runtime. That's because the server provides that dependency.