How do i create custom .yml files like "config.yml" on paper.
E Ehmilien New member Feb 16, 2024 2 0 1 Feb 16, 2024 #1 How do i create custom .yml files like "config.yml" on paper.
J Jan New member Apr 15, 2024 5 0 1 Apr 15, 2024 #2 You could use an external libary. I personaly use Boosted-Yaml. Great and easy to use libary. GitHub - dejvokep/boosted-yaml: A simple-to-use standalone Java library delivering boosted experience while working with YAML documents. A simple-to-use standalone Java library delivering boosted experience while working with YAML documents. - dejvokep/boosted-yaml github.com To create a document you need a few more lines but to reload update and save one line of code is nessesary (Except the try/catch)
You could use an external libary. I personaly use Boosted-Yaml. Great and easy to use libary. GitHub - dejvokep/boosted-yaml: A simple-to-use standalone Java library delivering boosted experience while working with YAML documents. A simple-to-use standalone Java library delivering boosted experience while working with YAML documents. - dejvokep/boosted-yaml github.com To create a document you need a few more lines but to reload update and save one line of code is nessesary (Except the try/catch)