1. So @Wulf , bringing back the thread, should I use the OnServerInitialized() hook to look for TC entities then instead of Loaded() / OnPluginLoaded() ?

    Another question, the markers (and therefore the info about authorized players and TCs) must be updated. Should I call for the update on OnCupboardAuthorize() and OnCupboardDeauthorized() ? First i thought about a timer, but that probably is too much updating for no reason.

    thx <3