Skip to content

Commit

Permalink
remove test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed May 13, 2024
1 parent b042cec commit 66d2a10
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
import org.incendo.cloud.paper.PaperCommandManager;

import static net.kyori.adventure.text.Component.text;
import static org.incendo.cloud.bukkit.parser.location.LocationParser.locationParser;

/**
* Example plugin class
Expand Down Expand Up @@ -118,12 +117,6 @@ public void onEnable() {
// Create the builder examples.
//
new BuilderExample(this, manager);

// TODO
manager.command(manager.commandBuilder("flagtest")
.flag(manager.flagBuilder("loc")
.withComponent(locationParser()))
.build());
}

/**
Expand Down

0 comments on commit 66d2a10

Please sign in to comment.