I'm currently developing a server that requires some plugins, such as a plugin that allows a spawn point to be saved and held at a position (So when players connect they spawn in the lobby area). Also a plugin that teleports a player to a game mode when they walk into a specific area. I'm pretty new to developing rust servers however, i do have experience coding with the unity engine. Any threads or video tutorials would be greatly appreciated thanks.
Info on making an arena server?
Welcome to uMod!
There is https://umod.org/plugins/event-manager (and its dependency https://umod.org/plugins/eminterface). These use multiple event mods which are on this site. EventManager uses these mods too: Rust Kits, Spawns Database, & Zone Manager. There are a couple of mods that can adjust the spawn points for players to always arrive at your lobby: https://umod.org/plugins/custom-spawn-points is one.
I like the https://umod.org/plugins/arena-deathmatch the most. This one is handy, too: https://umod.org/plugins/arena-wall-generator. To have multiple events going at once, you'll need the paid version of EventManager which isn't on this site.
There is https://umod.org/plugins/event-manager (and its dependency https://umod.org/plugins/eminterface). These use multiple event mods which are on this site. EventManager uses these mods too: Rust Kits, Spawns Database, & Zone Manager. There are a couple of mods that can adjust the spawn points for players to always arrive at your lobby: https://umod.org/plugins/custom-spawn-points is one.
I like the https://umod.org/plugins/arena-deathmatch the most. This one is handy, too: https://umod.org/plugins/arena-wall-generator. To have multiple events going at once, you'll need the paid version of EventManager which isn't on this site.