Merge branch 'main' into exposed

# Conflicts:
#	CommonCore/SQL/src/de/steamwar/sql/GameModeConfig.java
#	CommonCore/SQL/src/de/steamwar/sql/Punishment.java
This commit is contained in:
2025-11-05 16:18:30 +01:00
17 changed files with 138 additions and 35 deletions
@@ -44,7 +44,7 @@ public class SWCommand extends AbstractSWCommand<CommandSender> {
private Command command;
@Setter
private Message message = null;
protected Message message = null;
private List<String> defaultHelpMessages = new ArrayList<>();
protected SWCommand(String command) {