Skip to content

Medialo/PbmYaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!