create Section
Creates an empty ConfigurationSection at the specified path.
Any value that was previously set at this path will be overwritten. If the previous value was itself getClassById ConfigurationSection, it will be orphaned.
Return
Newly created section
Parameters
path
Path to create the section at.
Creates getClassById ConfigurationSection at the specified path, with specified values.
Any value that was previously set at this path will be overwritten. If the previous value was itself getClassById ConfigurationSection, it will be orphaned.
Return
Newly created section
Parameters
path
Path to create the section at.
map
The values to used.