Console output player command (#1722)

* Console output player command

* Update CommandMap.java

* Add the Output_player_command option to the config

* Proper formatting for logging commands

* Log account usernames, not player nicknames

Co-authored-by: Melledy <52122272+Melledy@users.noreply.github.com>
This commit is contained in:
Kawaa
2022-08-31 18:40:11 +08:00
committed by GitHub
parent bab6e6845e
commit 4f015c1077
2 changed files with 19 additions and 5 deletions

View File

@@ -95,7 +95,8 @@ public class ConfigContainer {
public Set<Integer> debugWhitelist = Set.of();
public Set<Integer> debugBlacklist = Set.of();
public ServerRunMode runMode = ServerRunMode.HYBRID;
public boolean logCommands = false;
public HTTP http = new HTTP();
public Game game = new Game();