MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / DevToolsCommand

Method DevToolsCommand

src/endstone/core/devtools/devtools_command.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace endstone::core {
20
21DevToolsCommand::DevToolsCommand() : EndstoneCommand("devtools")
22{
23 setDescription("Opens the DevTools.");
24 setUsages("/devtools");
25 setAliases("dev");
26 setPermissions("endstone.command.devtools");
27}
28
29bool DevToolsCommand::execute(CommandSender &sender, const std::vector<std::string> &args) const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected