Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
/perm.grant user playername permissionname - for specific players
/perm.revoke to revoke perms
Think in oxide's main forums is a thread showing you all the commands for creating other groups, but I actually never had a reason to. So I actually don't know how to do it by heart. It's probably something pretty obvious though.
That's where the Oxide mod is for.
The permissions:
/oxide.grant group admin teleportation.admin
/oxide.grant group default teleportation.tpr
/oxide.grant group default teleportation.home
/oxide.grant group default teleportation.warp
To create a new group:
/oxide.group add helper
You use the Oxide commands in chat and not in console (F1)
I'm having a heck of a time finding the full list of oxide core commands but I believe Bryan has filled in the rest of what you were looking for.
But there is also /o.reload pluginname (case sensitive) to reload a plugin that you have made configuration changes to. And /o.unload pluginname to unload the plugin (needs to be reinstalled manually or for server restart to be re-activated)
Geen dank jonge !
addadmin 76561198153179742;
And type in the ingame chat:
/oxide.usergroup add 76561198153179742 admin
To add someone as a helper:
/oxide.usergroup add steamid64 helper
To add a permission to a certain kit you have setup, go to your server files, oxide/data/Kits.json
Open it with notepad++ or what ever you use and change: "permission": null, to: "permission": "admin",
Save it and type ingame:
/oxide.reload Kits
Good luck !