Fix typo in MessageConfiguration.java
This commit is contained in:
+1
-1
@@ -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!";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user