mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2025-01-28 02:31:20 +01:00
Fix default settings using old custom placeholders
This commit is contained in:
parent
7a63325620
commit
018acd8299
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user