New to Running Rust Servers

I had 4 questions I wanted to ask in this post:

1. How do I make my server viewable on the rust server listings?
2. How do I allow ALL players to use quicksmelt?
3. Does anyone know the ESP plugin that CNDBlood uses, and the other pugin he uses in his trolling videos where he changes his playermodel to a scientist? Here's a link to an example of what im talking about:
(ESP Plugin) https://www.youtube.com/watch?v=ifDfB5EFizE   
(playermodel plugin @5:26) https://www.youtube.com/watch?v=4eko7hOIYmc
4. How do I use oxide permissions?

Here is a list of the plugins I currently have on my server:
- Admin Radar
- Better Chat
- Clans
- DeathNotes
- GatherManager
- N Teleportation
- QuickSmelt

Also, any extra tips you may have on configuring plugins, plugins i should have, anything like that would be super helpful!  Thanks so much, happy new year!



Merged post

I also have the Vanish plugin, forgot to write that
I sent you a PM with all this and a little more.
pm me with the 1st question too :) delay from 1-2 minutes until server is shown inside list every time and thats if search is bad. never seen it via scrolling without search :(
Hey @R3nder,

2. Oxide has a group called "default" which every player on connections gains. Simple add the permission to the group:
  • oxide.grant group default quicksmelt.use


3. https://umod.org/plugins/admin-radar#documentationYou find the scientist outfit in Attire. Press F1 InGame, click on 'Items' and head over to 'Attire'. You will find 2 blue scientist suits which one is green other blue. Just equip it normally as you do with normal gear.

 

4. https://oxidemod.org/threads/using-the-oxide-permission-system.24291/ 

Wulf made a good doc about it.