Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 946 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 946 Bytes

PbmYaml

Latest version

A small class that provides an easy way to save data and keep comments in Yaml format using YamlSnake.

This class was initially for the management of configuration file for Minecraft plugins under Spigot/Bukkit

Features

  • Get values from a Yaml file.
  • Change these values.
  • Save these values on the disk in Yaml format.
  • Save the comments present in the Yaml file.
  • Be the same as bukkit but keeping the comments ;)

Fonctionnalités

  • Obtenir des valeurs depuis un fichier Yaml.
  • Changer ces valeurs.
  • Enregistrer ces valeurs sur le dique au format Yaml.
  • Sauvegarder les commentaires présents dans le fichier Yaml.
  • Soit la même chose que bukkit mais en gardant les commentaires ;)

How to use

Teleport me to the wiki!