Zum Inhalt

2026

Added Plugin Dev Manual and OBS Studio

Version 2.10.2 | OBS Studio

We added a little bit of guidance for the brave pioneers that are trying to extend adaptor:ex. Even though there is still a lot of details missing, it's enough to make it a whole new chapter with the inspiring name of Development.

Screenshot of the adaptor:ex docs menu with arrows pointing to the Development tab

Maybe motivating: since v2.10 adaptor:ex can load and install plugins from NPM. If you publish your plugin to NPM everyone can use it right away 💫

Fix for "No users configured" Error

Version 2.10.1

Ouch! With yesterdays version 2.10 we introduced an error for everyone not using authentication. The editor will want you to login and show this error message:

NotFoundError: No users configured

Which might be technically correct but if you set "authentication":"disabled" in config.json there should not be any login since auth is, well, disabled.

Please update to adaptor:ex version 2.10.1 to fix this issue.

sudo npm update -g adaptorex
npm update -g adaptorex
docker compose pull

and

docker compose up -d

User roles, archives and versions

Version 2.10

Ohno, v2.10.0 has a big bug. Please use v2.10.1

Editing games and running shows got more robust with auto backups for levels, a trash bin for not eternally removing stuff on two clicks and gradual restrictions for users.

To know that I would be able to change anything, add and delete stuff anytime makes running an adaptor:ex show extra exciting 🎢. But some shows are exciting on their own, so we decided to make something that helps deleting your game project during a live show less likely.

With user roles you can restrict access to parts of your game. For each user you can choose 1 of 6 roles to allow more or less access to each game.