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.
This commit is contained in:
md_5
2020-02-03 13:25:47 +11:00
parent cdacc0b1be
commit 9e8ab747e4
6 changed files with 372 additions and 144 deletions

View File

@@ -49,5 +49,11 @@
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>