Class BasicVelocityConfig

java.lang.Object
me.a8kj.config.file.BaseConfig<String>
me.a8kj.config.file.impl.BasicVelocityConfig
All Implemented Interfaces:
CreatableConfig<String>, CRUDOperations<String>, DeletableConfig<String>, ReadableConfig<String>, UpdatableConfig<String>

public class BasicVelocityConfig extends BaseConfig<String>
A specialized implementation of configuration for Velocity using Configurate 4.

This version supports both GenericMap and MapPaired memory types to ensure data is correctly persisted to disk using Yaml BLOCK style for better readability.

Since:
0.2
Author:
a8kj7sea