paper-nms-maven-plugin icon indicating copy to clipboard operation
paper-nms-maven-plugin copied to clipboard

A maven plugin for using NMS on paper with Mojang mappings.

Results 7 paper-nms-maven-plugin issues
Sort by recently updated
recently updated
newest added

Sorry if this is hard to read as I am using DeepL translation. This pull request will generate a Mojang mapping (.srg) and extend the scope of the remapping to...

The `ArtifactFactory` class is deprecated. I can't find the page, but there was a page that showed old classes and their replacements. But I think there was no ArtifactInstaller or...

On some older spigot versions, mappings use a package rename to avoid having to retype `net/minecraft/server` for every class mapping. Lorenz does not support package renames in srg mapping files...

Do you think it's possible to squeeze a little bit more of performance in this extension? Remap takes some time, I understand, but I'm wondering if we could optimize it...

Hey, I ran into the following error: ``` [INFO] --- paper-nms-maven-plugin:1.4.2:remap (default) @ v1_17_r1 --- [INFO] Remapping classes Mapping target name conflicts detected: METHODs net/minecraft/world/entity/projectile/EntityFireballFireball/[net/minecraft/world/entity/projectile/ItemSupplier/getItem, getSuppliedItem METHODs net/minecraft/world/entity/projectile/EntityProjectileThrowable/[net/minecraft/world/entity/projectile/ItemSupplier/getItem, getSuppliedItemThere were...

> Not submitting the pom here for now, if you need it, please let me know ``` [INFO] --- paper-nms:1.4.4:remap (default) @ commandapi-paper-1.17-common --- [INFO] Remapping classes Mapping target name...

On rare occasions I get this error when running package command. I managed to fix it by deleting the `.paper-nms/classes.json` file which for some reason gets bugged. ``` Caused by:...