Hello @misticos 👋
Let me introduce the context (that is not related to your plugin):
I am trying to clean the new harbor containers at startup since I have some error messages sometimes with them.
In order to achieve that, I am trying to run your fantastic tool from AutoCommands (that runs commands at OnServerInitialized). Unfortunately, I have a 'command not found' error message at server startup.
I wonder if you could register Object Remover commands at Init time instead of OnServerInitialized? 🤔
I modified your plugin on my server (by replacing OnServerInitialized with Init) for test purpose and that solves the issue.
Thanks! WouayNote.