Package me.efekos.simpler.config
package me.efekos.simpler.config
Classes about configuration and data storing.
-
ClassDescriptionAnother type of configuration that can read JSON files.ListDataManager<T extends Storable>A basic database class made using
Gson
.MapDataManager<K,V extends Storable> A basic database class made usingGson
.Configuration for default messages sent by Simpler through handling, such as argument correction or permission messages.Builder class that will hopefully help you create a message configuration.An interface that makes your class able to store under aListDataManager
or aMapDataManager
Can be used as a YamlConfiguration.