Hi Modders, and Mod Makers!

Hi im Elias, Im 33 years old, and im new to this server admin/ mod things. as what i can see im doing alright. but even tho im a bit stupid and slow, i havent figure out 2 things.

thing number one i need help with:

Oxide thread on how to create "oxide.grant (group) ****

how do i make a group default, so that i dont need to move players in to a group for them to be in it? for example "group" "default"?

cus i only want 2 groups on my server wich is Admin and  all other players kinda

number 2 that i have been trying to find is that when i go to other servers, the have banditcamp and outpost kinda merged in to eachother, so you can find all vendingmachine in outpost, kinda extended outpost. how do i make that on my server?

thx for takeing you valueble time responding to me.

and thx to all mod makers for makeing this possible, fantastic work all of you <3

Hi mate, thx for responding!

 

topic 1. you say its automatic, if i want everyone in the default group for this example to have promition to have "*" wich would be total idiotic, but for this example we use it.

what do i write to give that group the command?

since i havent put them in a group.

or do i have to write grant all users manualy or what do i write to grant the, oxide.grant group "playerbase" "*" ?

topic 2. i dont understand i think. cus i want to have the exact same layout in outpost as for example rusty moose, they have perfect outpost.

but on the otherhand i dont want rest to despawn

basically, think of your groups like this
default -> all players that join, assign bare minimum permissions to this group
admins -> inherit the default, then also assign addition admin only perms to this group

assign your admin users to the admin group (which you create), they will have defaults inherited.

you will never be able to grant a group access to a command.
you can however grant a group access to a permission, that can run a command (determined by a plugin creating the command and permission)

its a layered approach, 
default
default -> somegroup
default -> somegroup -> some_other_group

where permissions are assigned strictly by groups, based on the plugins you have installed.

ownerid and moderatorid users are assigned to admin group automatically just like normal players are assigned to default group. (no need to create either group - they are default)