Question Paperweight NMS Multiversioning

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

Rinuuri

New member
Oct 21, 2024
1
0
1
I am trying to make my plugin support multiple versions with NMS and paperweight-userdev, as I understand I need to copy all classes that are using NMS and implement them for each supported version, but I don't know how to import all that versions at the same time for compiling, I can compile and use my 1.20 and my 1.17 implementations by their own and they are working fine but paperweight doesn't allow to use 2 dev bundles at the same time so i can't compile 1.20 and 1.17 implementations into the same jar