-
- 所有已知实现类:
BukkitConfigurationProcessor
public interface IBukkitConfigurationProcessor
-
-
方法详细资料
-
load
Map<String,Object> load(Object plugin, String path)
Load yml from [plugin.jar]/[path] and ${server_root}/plugins/[plugin]/[path]- 参数:
plugin
- The plugin objectpath
- The Path- 返回:
- The configuration data
-
load
Map<String,Object> load(Object config)
Loading data from bukkit configuration.- 参数:
config
- the type of value isConfigurationSection
- 返回:
- The configuration data
-
-