Ore icon indicating copy to clipboard operation
Ore copied to clipboard

Add ability to change plugin ID

Open Yeregorix opened this issue 7 months ago • 1 comments

ModLauncher has removed the - character from valid mod IDs because the Java Module System does not allow this character in module IDs. The consequence is that plugins currently using - will have to change their IDs to continue working on future versions of both SpongeForge and SpongeVanilla.

Currently, uploading a new JAR on Ore with a different plugin ID results in the following error message :

The uploaded plugin ID must match your projects plugin ID.

We need either the ability to change the project's plugin ID, or the ability to upload a JAR with an ID that doesn't match.

Yeregorix avatar Nov 19 '23 16:11 Yeregorix