Package me.hsgamer.bettergui.config
Class MainConfig
- java.lang.Object
-
- me.hsgamer.hscore.config.DecorativeConfig
-
- me.hsgamer.hscore.config.annotated.AnnotatedConfig
-
- me.hsgamer.bettergui.config.MainConfig
-
- All Implemented Interfaces:
Config
public class MainConfig extends AnnotatedConfig
The main class of the plugin
-
-
Field Summary
Fields Modifier and Type Field Description booleanincludeMenuInTemplatebooleanmodernClickTypebooleanrelativeMenuNamebooleanreplaceAllVariablesbooleantrimMenuFileExtensionbooleanuseLegacyButton-
Fields inherited from class me.hsgamer.hscore.config.DecorativeConfig
config
-
-
Constructor Summary
Constructors Constructor Description MainConfig(org.bukkit.plugin.Plugin plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName(File rootFolder, File file)Get the file name-
Methods inherited from class me.hsgamer.hscore.config.annotated.AnnotatedConfig
reload, set, setup
-
Methods inherited from class me.hsgamer.hscore.config.DecorativeConfig
addDefault, contains, get, getComment, getName, getOriginal, getOriginalConfig, getValues, isNormalizable, normalize, save, setComment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.hsgamer.hscore.config.Config
addDefaults, clear, get, getComment, getInstance, getInstance, getKeys, getKeys, getNormalized, getNormalized, getNormalizedValues, getNormalizedValues, getValues, isInstance, normalizeObject, remove, setComment
-
-
-
-
Field Detail
-
replaceAllVariables
public final boolean replaceAllVariables
-
modernClickType
public final boolean modernClickType
-
useLegacyButton
public final boolean useLegacyButton
-
relativeMenuName
public final boolean relativeMenuName
-
trimMenuFileExtension
public final boolean trimMenuFileExtension
-
includeMenuInTemplate
public final boolean includeMenuInTemplate
-
-