When trying to stop all events through console, admin console or as sheduled command, it doesn't work.
Ingame console (F1) doesn't give feedback or does something, while "/gc stop" in chat works (permissions are correctly set).
Also putting "gc.stop" in rust admin console doesn't do anything either.
When triggering this command through sheduler-plugin, the console feedback is:
"Command 'gc.stop' not found"
Could it be, that gc is already reserved for garbage collection and thus is not available for the guarded crates plugin?