Fix default settings using old custom placeholders

This commit is contained in:
filoghost 2022-06-19 11:10:50 +02:00
parent 7a63325620
commit 018acd8299

View File

@ -22,10 +22,10 @@ public class SettingsModel implements MappedConfig {
boolean quickEditCommands = true; boolean quickEditCommands = true;
@Path("image-rendering.solid-pixel") @Path("image-rendering.solid-pixel")
String imageRenderingSolidPixel = "[x]"; String imageRenderingSolidPixel = "\\u2588";
@Path("image-rendering.transparent-pixel") @Path("image-rendering.transparent-pixel")
String imageRenderingTransparentPixel = "&7 [|] "; String imageRenderingTransparentPixel = "&7 \\u23B9 ";
@Path("bungee.refresh-seconds") @Path("bungee.refresh-seconds")
int bungeeRefreshSeconds = 3; int bungeeRefreshSeconds = 3;