Grant permission to use "global.users" command?Solved

Hi, I'm a beginner.
I want my users to be able to access a list of connected users and I like the command "users".

I have a user named Flanagan, I have tried to give him permissions for "users"

I tried:

oxide.grant user Flanagan global.users

But the console tells me that the permission doesn't exit.

What could I do?

What plugin does the permission Global.users belong to ?
You have to have something that the permission activates/allows users to use.

Native Rust commands have no permissons, so you would need a plugin as mentioned above. If the command comes from a plugin, the same would apply.

Thanks! Now I have installed your mod "Player List" and it works like a charm.

Locked automatically