Skip to content

Sponge platform#59

Open
LichtHund wants to merge 20 commits intoTriumphTeam:v2-snapshotfrom
DrZoddiak:master
Open

Sponge platform#59
LichtHund wants to merge 20 commits intoTriumphTeam:v2-snapshotfrom
DrZoddiak:master

Conversation

@LichtHund
Copy link
Member

No description provided.

DrZoddiak added 6 commits May 8, 2022 15:13
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
}

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.

DrZoddiak added 2 commits May 24, 2022 18:47
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