mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-26 20:16:18 +01:00
Adds missing commands to list when console is running songoda command
This commit is contained in:
parent
c34c8faa9c
commit
37a9ee8868
@ -25,6 +25,8 @@ public class SongodaCoreCommand extends AbstractCommand {
|
||||
guiManager.showGUI((Player) sender, new SongodaCoreOverviewGUI());
|
||||
} else {
|
||||
sender.sendMessage("/craftaro diag");
|
||||
sender.sendMessage("/craftaro myip");
|
||||
sender.sendMessage("/craftaro uuid");
|
||||
}
|
||||
|
||||
return ReturnType.SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user