mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
jdb: Disable html escaping
This commit is contained in:
@@ -18,6 +18,7 @@ import java.util.Map;
|
||||
public class JDB {
|
||||
private final static Gson GSON = new GsonBuilder()
|
||||
.setPrettyPrinting()
|
||||
.disableHtmlEscaping()
|
||||
.create();
|
||||
|
||||
private static final String FILE_EXTENSION = ".json";
|
||||
|
||||
Reference in New Issue
Block a user