Skip to content

Commit 5a8d420

Browse files
authored
Merge pull request #558 from Nethonos/patch-4
Added /stopwatch
2 parents fa59902 + aed3387 commit 5a8d420

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cmds/minecraft/commands.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,13 @@
509509
"/stopsound <targets> <source>",
510510
"/stopsound <targets> <source> <sound>"
511511
],
512+
"stopwatch": [
513+
"/stopwatch create <id>",
514+
"/stopwatch query <id>",
515+
"/stopwatch query <id> <scale>",
516+
"/stopwatch remove <id>",
517+
"/stopwatch restart <id>"
518+
],
512519
"summon": [
513520
"/summon <entity>",
514521
"/summon <entity> <pos>",

0 commit comments

Comments
 (0)