Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to change plugin ID #1073

Open
Yeregorix opened this issue Nov 19, 2023 · 1 comment
Open

Add ability to change plugin ID #1073

Yeregorix opened this issue Nov 19, 2023 · 1 comment

Comments

@Yeregorix
Copy link
Member

Yeregorix commented Nov 19, 2023

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.

@Katrix
Copy link
Member

Katrix commented Nov 19, 2023

We need to change how we store files before we can this. After that we can probably easily to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants