Config
Constructors
Properties
Link copied to clipboard
@ConfigField(name = "Allow Metrics", description = "Allows the plugin to send metrics data", defaultValue = "true" )
@SerializedName(value = "allowMetrics" )
Indicates if metrics are allowed.
Link copied to clipboard
@ConfigField(name = "Check for Updates", description = "Allows the plugin to check for updates", defaultValue = "true" )
@SerializedName(value = "updateCheck" )
Indicates if checking for updates is enabled.
Link copied to clipboard
@ConfigField(name = "Uninstall Mode", description = "If enabled, the plugin will revert all it's changes", defaultValue = "false" )
@SerializedName(value = "uninstallMode" )
Indicates if the uninstall mode is enabled.
Link copied to clipboard
@ConfigField(name = "Villager Blacklist", description = "The list of blacklisted villagers", defaultValue = "[]" )
@SerializedName(value = "villagerBlacklist" )
The list of blacklisted villagers.