Add configuration stuff (this is not done yet)

This commit is contained in:
Andrew Steinborn
2018-07-27 13:32:15 -04:00
parent 66dcb13b5a
commit f34e9b19c9
14 changed files with 407 additions and 14 deletions

View File

@@ -27,6 +27,7 @@ dependencies {
compile 'net.kyori:text:1.12-1.5.0'
compile 'org.apache.logging.log4j:log4j-api:2.11.0'
compile 'org.apache.logging.log4j:log4j-core:2.11.0'
compile 'com.moandjiezana.toml:toml4j:0.7.2'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.3.0-M1'
testCompile 'org.junit.jupiter:junit-jupiter-engine:5.3.0-M1'
}