MCPcopy
hub / github.com/walterhiggins/ScriptCraft / execCommand

Function execCommand

src/main/js/modules/minigames/scoreboard.js:14–16  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

12 return;
13}
14function execCommand(command) {
15 server.executeVanillaCommand(server, command);
16}
17/*
18function getTeamByName( teamName ){
19 var allTeams = sb.getTeams().toArray();

Callers 5

createScoreboardFunction · 0.85
addTeamToScoreboardFunction · 0.85
addPlayerToTeamFunction · 0.85
updatePlayerScoreFunction · 0.85
removeTeamFromScoreboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected