Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
14
function
execCommand(command) {
15
server.executeVanillaCommand(server, command);
16
}
17
/*
18
function
getTeamByName( teamName ){
19
var
allTeams = sb.getTeams().toArray();
Callers
5
createScoreboard
Function · 0.85
addTeamToScoreboard
Function · 0.85
addPlayerToTeam
Function · 0.85
updatePlayerScore
Function · 0.85
removeTeamFromScoreboard
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected