Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove the scoreboard command for now, too much work
  • Loading branch information
lukeeey committed Jan 24, 2021
commit 825b46f524fb230d8f20fd78f2cdcd915364fc2a

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ private void registerDefaults() {
this.registerInternal("pardon-ip", new PardonIpCommand());
this.registerInternal("particle", new ParticleCommand());
this.registerInternal("say", new SayCommand());
this.registerInternal("scoreboard", new ScoreboardCommand());
this.registerInternal("seed", new SeedCommand());
this.registerInternal("setblock", new SetBlockCommand());
this.registerInternal("setworldspawn", new SetWorldSpawnCommand());
Expand Down