How would I do search for the number of items on a server. An admin on another server recently was able to tell me how many fuses were distributed across the map. I'd like to do the same on a new server I'm managing.
Command for Item Count
You can Unity Function(FindObjectsByType) to find all `StorageContainer` and then check all items inside.
P.S. I can give you small plugin if you will send me in PM
P.S. I can give you small plugin if you will send me in PM