From 7b9a41f8d12b161390b276d93822f55f75ca8287 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:28:46 -0600 Subject: [PATCH] Scoreboard command --- scripts/server/command.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/command.js b/scripts/server/command.js index 040419ac..31334481 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -480,6 +480,7 @@ function loadCommands() { new CommandData("light", lightsCommand, "", getStaffFlagValue("None"), true, false, "Turns on and off the lights for your vehicle, house, or business"), new CommandData("kill", suicideCommand, "", getStaffFlagValue("None"), true, false, "Kills yourself"), new CommandData("suicide", suicideCommand, "", getStaffFlagValue("None"), true, false, "Kills yourself"), + new CommandData("scoreboard", scoreBoardCommand, "", getStaffFlagValue("None"), true, false, "Shows the scoreboard (key press only)"), ], npc: [ new CommandData("addnpc", createNPCCommand, "", getStaffFlagValue("ManageNPCs"), true, false, "Creates an NPC with the specified skin"),