-
-
Notifications
You must be signed in to change notification settings - Fork 338
Remove MapManager API dependence #3242
Copy link
Copy link
Closed
Labels
EnhancementNew feature or requestNew feature or requestGood first issueSimple issue which would be a good first PR for newbies interested in contributing to the projectSimple issue which would be a good first PR for newbies interested in contributing to the projectHacktoberfestApply this label on issuesApply this label on issues
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestGood first issueSimple issue which would be a good first PR for newbies interested in contributing to the projectSimple issue which would be a good first PR for newbies interested in contributing to the projectHacktoberfestApply this label on issuesApply this label on issues
What feature do you want to see added?
FAWE currently depends on MapManager
FastAsyncWorldEdit/gradle/libs.versions.toml
Line 13 in 67ecacf
However, MapManager is basically unsupported and seemingly also doesn't support any MC versions currently supported by FAWE.
That means we can either remove or replace/update the usages and get rid of the dependency.
Are there any alternatives?
Do nothing
Anything else?
MapManager is pulled from jitpack, which is down at the time of writing. That's the initial motivation behind this issue.