Skip to content
antero111 edited this page Feb 19, 2023 · 4 revisions

Preset not turning on after long time of no use

Sometimes presets may appear to not turn on after extended period of time of no use or after some plugin/client update. This is due to some presets stored configs configName changing and then the plugin fails to compare current configurations to that preset because it can't find the old configName from new updated configs e.g. after client update. To fix this copy and import the failing preset and remove configs from it until the switch turns on and then remove the failing configuration from the original preset.

Account specific presets

Presets stored on the presets directory are shared across all RuneLite client instances. You can have account specific presets by having multiple settings.properties files and storing your account specific presets to them by clicking the cloud icon. As of release 1.9.11 prefer to use RuneLite profiles for account presets.

Isn't this the same as the core clients profiles?

No. RuneLite added its way of handling profiles in release 1.9.11. RuneLite profiles are a wrapper around the complete settings.properties files and Plugin Presets is a "subset" of that settings file with presets only storing handful of user selected configurations. Please use RuneLites profiles for account spesific presets (and other presets that should store all of your configurations) and use Plugin Presets for simpler toggles e.g. for bossing scenarios on top of RuneLite profiles.

Clone this wiki locally