Added Bedwars

Added ConfigurationHandler for games
Further progress
This commit is contained in:
2023-01-07 23:54:55 +01:00
parent bf4d8b97ed
commit d1432347c1
452 changed files with 671 additions and 44019 deletions

View File

@@ -7,6 +7,6 @@ public class DummyLang extends Lang {
@Override
public String getEntry(String key) {
return "translation:" + key;
return "missingI18n:" + key;
}
}