initial commit

This commit is contained in:
Laura
2026-01-18 15:01:25 +01:00
commit 3ec59b4074
38 changed files with 1021 additions and 0 deletions
@@ -0,0 +1,6 @@
package de.softwarerat.bansystem.Moderation;
public enum MuteLocation {
MUTE_LOCATION_DISCORD,
MUTE_LOCATION_MINECRAFT
}