profileeditor module
edits profiles of accounts, including banner colors, bios, and pronouns.
usage
enable the module and configure the settings you want to use. each part can be enabled and disabled as you wish.
config
profileeditor
enabled boolean
toggles the profileeditor module.
profileeditor.banner_color
settings for changing the banner color.
enabled boolean
toggles banner color editing.
mode "random" | "specific"
random
: generates colors based on random_color settings
specific
: uses the custom_color setting
profileeditor.banner_color.random_color
settings for random color generation.
hue integer | null
range: 0-360
or null
hue of the color. null for random hue.
saturation integer | null
range: 0-100
or null
saturation of the color. null for random saturation.
value integer | null
range: 0-100
or null
brightness of the color. null for random value.
custom_color string
hex color code to use when mode is "specific".
profileeditor.bio
settings for changing the about me section.
enabled boolean
toggles bio editing.
mode "random" | "remove"
random
: selects random bio from bios.txt
remove
: removes the bio
humanize boolean
adds human-like typos to bios.
profileeditor.pronouns
settings for changing pronouns.
enabled boolean
toggles pronoun editing.
mode "random" | "remove"
random
: selects random pronouns from pronouns.txt
remove
: removes the pronouns
humanize boolean
adds human-like typos to pronouns.