-
Notifications
You must be signed in to change notification settings - Fork 1
Config Descriptions
Ang edited this page Nov 18, 2022
·
1 revision
This is an unreleased feature that will be included in v3.0.0. It will be used for Paragon's addon mod, Epitome (which adds config screens using YACL)
Simply add the Description annotation to your ConfigOption or ConfigGroup
Below is an example of the annotation.
@Description("Paragon developer's discord username (aka me)")
public static final ConfigOption<String> DISCORD_USERNAME = new ConfigOption<>("username", new String("acee#1220"));Paragon is a simple, easy-to-use and lightweight config library.