Fix typo in MessageConfiguration.java

This commit is contained in:
Len 2024-02-11 15:13:19 +01:00
parent 4701b019d7
commit db4ab33bde

View File

@ -33,7 +33,7 @@ public class MessageConfiguration implements Configuration {
Level level = new Level();
@ConfigSerializable @Getter
public static class Level {
String requiredXp = "You need <requiredxp> to level up your island.";
String requiredXp = "You need <requiredxp> exp to level up your island.";
String upgraded = "Your island has leveled up!";
}
}