Hello,
I've recently started coding a plugin for my Rust server.
I have a function that takes a long time to complete and if I just call it from a ChatCommand, the player get kicked for Packet Flooding...
I tried tasks but you're not allowed to use them and you can't use unity Coroutines system...
Would you have any ideas how I could make this works?