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

Sponge platform #59

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Sponge platform #59

wants to merge 20 commits into from

Conversation

LichtHund
Copy link
Member

No description provided.

Getting the ball rolling, followed bukkit impl as a guide
Most is pulled from bukkitCommands and modified!
The caveat is that we always return success (for now)
@LichtHund LichtHund added this to the Rewrite v2.0 milestone May 9, 2022
@@ -21,7 +22,7 @@ listOf(
includeProject(name, folder)
}

include("test-module")
include("Spawn-Protection")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure you don't include this.

id("cmds.library-conventions")
}

repositories {}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed.

}

repositories {
maven {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace with maven("https://repo.spongepowered.org/maven").

* {@inheritDoc}
*/
@Override
public void execute(@NotNull Runnable command) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget the final.

remove unused plugin and repo block in gradle
condense sponge maven repo
make Runnable final
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants