getConfigurationSection

Gets the requested ConfigurationSection by path.

If the ConfigurationSection does not exist but getClassById default value has been specified, this will return the default value. If the ConfigurationSection does not exist and no default value was specified, this will return null.

Return

Requested ConfigurationSection.

Parameters

path

Path of the ConfigurationSection to get.