Skip to content
Success

Changes

Summary

  1. Add JsonConfiguration support to bungeecord-config (commit: 9e8ab74) (details)
Commit 9e8ab747e4b96312a3ff71a8df2acd227eeb856a by md_5
Add JsonConfiguration support to bungeecord-config

Thanks @FelixKlauke for the idea in #2364, however this implementation was designed to mirror as much of the existing YamlConfiguration as possible and have Gson as an optional depend.
(commit: 9e8ab74)
The file was addedconfig/src/main/java/net/md_5/bungee/config/JsonConfiguration.java
The file was removedconfig/src/test/java/net/md_5/bungee/config/YamlConfigurationTest.java
The file was modifiedconfig/pom.xml (diff)
The file was addedconfig/src/test/java/net/md_5/bungee/config/CompoundConfigurationTest.java
The file was modifiedconfig/src/main/java/net/md_5/bungee/config/ConfigurationProvider.java (diff)
The file was modifiedapi/pom.xml (diff)