Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 360 Bytes

Yaml

Bukkit Yaml Configuration implementation now as a single library!

Original project https://github.com/l89669/bukkitYaml.git
SnakeYaml(1db25c2f)

Gradle

 repositories {
    maven {url "https://maven.mohistmc.com/"}
 }

dependencies {
    implementation 'com.mohistmc:yaml:0.8'
}