Carleslc / Simple-YAML

This Java API provides an easy-to-use way to store data and provide configurations using the YAML format.
https://carleslc.me/Simple-YAML
GNU General Public License v3.0
130 stars 38 forks source link

.save() error #40

Closed ghost closed 3 years ago

ghost commented 3 years ago

Error: https://hastebin.com/tiyecimuku.css Code: TestConfig.java: https://hastebin.com/rimijikuja.java CustomConfiguration: https://hastebin.com/uzukuqiqer.kotlin

portlek commented 3 years ago

probably it because the bukkit's snakeyaml version is outdated.

ghost commented 3 years ago

probably it because the bukkit's snakeyaml version is outdated.

How to fix it?

portlek commented 3 years ago

use maven shade plugin with relocation.

ghost commented 3 years ago

I copied the files from the new snakeyaml to the paperspigot engine and it works. Thank you for your help.