File tree Expand file tree Collapse file tree
Essentials/src/main/java/com/earth2me/essentials/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88import com .earth2me .essentials .commands .essentials .ItemTestCommand ;
99import com .earth2me .essentials .commands .essentials .MooCommand ;
1010import com .earth2me .essentials .commands .essentials .NyanCommand ;
11+ import com .earth2me .essentials .commands .essentials .ReloadCommand ;
1112import com .earth2me .essentials .commands .essentials .UsermapCommand ;
1213import com .earth2me .essentials .commands .essentials .VersionCommand ;
1314
@@ -19,6 +20,7 @@ public Commandessentials() {
1920 registerNode (new DebugCommand ());
2021 registerNode (new CommandMapCommand ());
2122 registerNode (new DumpCommand ());
23+ registerNode (new ReloadCommand ());
2224 registerNode (new CleanupCommand ());
2325 registerNode (new HomesCommand ());
2426 registerNode (new UsermapCommand ());
You can’t perform that action at this time.
0 commit comments