Recent content by DenWav

  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.