Added Bedwars
Added ConfigurationHandler for games Further progress
This commit is contained in:
@@ -7,6 +7,6 @@ public class DummyLang extends Lang {
|
||||
|
||||
@Override
|
||||
public String getEntry(String key) {
|
||||
return "translation:" + key;
|
||||
return "missingI18n:" + key;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user