Recent content by CrazyCranberry

  • 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. C

    Question Conflicting jackson-databind versions starting in 1.21.3

    I'm having this issue on spigot too So disregard. Sorry!
  2. C

    Question Conflicting jackson-databind versions starting in 1.21.3

    Hello! My mini-golf plugin serializes and deserializes yaml for course information. I'm using the com.fasterxml.jackson.dataformat.jackson-dataformat-yaml dependency to do so. My plugin stopped working with the release of paper 1.21.3; methods from within my dependencies were missing. I'm...