dataFolder

@NotNull
abstract fun dataFolder(): @NotNull File

Returns the data folder for the BetterModel plugin. This is where configuration files, data files, and other plugin-specific resources are stored.

Return

the data folder as a File object.

Since

2.0.0