How do I reload a plugin toolbar?

I was getting into plugin development and wanted to reload my plugin after updating it, but I encountered this error when doing so: 01:27:01.243 - This toolbar cannot create more than one button with id: "cloud_2606818899_Plugin".

I looked into destroying the toolbar when I unloaded the plugin, but I got the same error. This error didn’t break my plugin, but does appear every time I update it.

Is there a way to reload a plugin toolbar without this error happening?

1 Like

Hey, not entirely sure if you can do this just yet, I could be mistaken, however here is a post of someone suggesting it, and it was acknowledged by their team.

There is also this topic, if it helps at all:

1 Like

Shoot, that sucks. Do you know if there’s at least a way for the plugin to acknowledge that the toolbar is still active when updating it?