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

Method SeedCommand

src/endstone/core/command/defaults/seed_command.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace endstone::core {
24
25SeedCommand::SeedCommand() : EndstoneCommand("seed")
26{
27 setDescription("Outputs the world seed.");
28 setUsages("/seed");
29 setPermissions("endstone.command.seed");
30}
31
32bool SeedCommand::execute(CommandSender &sender, const std::vector<std::string> &args) const
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected