jpenilla / run-task

Gradle plugins adding tasks to run Minecraft server and proxy software
Apache License 2.0
227 stars 19 forks source link

Paper Mojang Mapped config option. #83

Closed nicolube closed 4 weeks ago

nicolube commented 4 weeks ago

Hello,

I'm trying to debug MC nms stuff and to make that easier I would to prefer to run the mojmapped jar avalible with paper 120.4 and smaller.

Is there already support for that or can support for that be added?

jpenilla commented 4 weeks ago

Apply the paperweight-userdev plugin and use the runDevBundleServer task. No plans to add a way to download Mojang mapped jars for these old versions, debugging the server without correct sources is not very useful due to line mapping issues.