


Bloodpebble is a lightweight alternative to Bloodstone. It allows reloading plugins without restarting the game.
Differences from Bloodstone:
(VRising folder)/BepInEx/plugins.(VRising folder)/BepInEx/BloodpebblePlugins.Bloodpebble supports the following configuration settings, available in BepInEx/config/Bloodpebble.cfg.
Client/Server Options:
ReloadablePluginsFolder [default BepInEx/BloodpebblePlugins]: The path to the directory where reloadable plugins should be searched. Relative to the game directory.EnableAutoReload [default true]: Automatically reloads plugins if any of the files get changed (added/removed/modified).AutoReloadDelaySeconds [default: 2]: Delay in seconds before auto reloading.Client Options:
F6. Not currently configurable.CTRL + F6 for a full reload.Server Options:
ReloadCommand [default !reload]: Which text command (sent in chat) should be used to trigger reloading of plugins.If ScarletRCON is installed, bloodpebble will provide an RCON command to reload.
bloodpebble.reloadplugins : Soft reload.bloodpebble.reloadpluginshard : Fully reload all valid plugins.bloodpebble.reloadplugin <PluginGUID> : Reload one plugin. Other plugins (e.g. dependents) can also be reloaded.Not every plugin is going to be reloadable. You will still have to put some things in the usual BepInEx Plugins folder.
Notes for plugin developers:
Join the modding community.
Post an issue on the GitHub repository.