tc?
codelock?
and similar items?
saintmichel13thanks legit i'll check this out. BTW would you know any easy way to get a list of teams?
Sorry, not that I know of. However, I could easily make a plugin that can generate the list of teams. What for though? Just curious
saintmichel13its ok i found it! teaminfo <id> It's just that I realized there is not simple way to monitor teams. My next problem is team swapping, there's no way to prevent or manage it (maybe cooldown). I'm trying to learn how to create my own plugins too haha any tips where to start? thanks for being helpful
You can monitor teams easily with plugins, including preventing and managing them. What you're looking for is related to the RelationshipManager. Far as learning how to make plugins, you can start off with Oxide Hooks. Oxide nor Rust provides much documentation about how things work server wise, so to learn how Rust does things, you'll need to learn how to decompile the Rust server itself to learn more in depth.
Requirements are knowing CSharp, and having Visual Studio and the server installed on your machine.
With having that knowledge, you can start here https://umod.org/documentation/api/overview
Then start hooking https://umod.org/documentation/games/rust#onteamcreate
Facepunch does have a wiki upon Modding with some extra informative information https://wiki.facepunch.com/rust/Coroutines , but you won't learn much without decompiling, and or looking at how other plugins are written.