Hurtworld

Hurtworld

a1m (Banned) Aug 10, 2018 @ 4:21pm
How to grant user and group
For V1.. how can i grand a user for teleport warp home and stuff and how can i create a group, do i need another plugin for it? And which one?
< >
Showing 1-8 of 8 comments
CaptainNebulous Aug 10, 2018 @ 8:35pm 
/perm.grant group default permissionname - for all players
/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.
Last edited by CaptainNebulous; Aug 10, 2018 @ 8:36pm
Bryan Aug 10, 2018 @ 10:12pm 
No, you don't need a plugin to create groups.
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)
Last edited by Bryan; Aug 10, 2018 @ 10:14pm
CaptainNebulous Aug 10, 2018 @ 10:24pm 
^ ^ These can be used as well. Both ways should work. oxide.grant/perm.grant

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)
Last edited by CaptainNebulous; Aug 10, 2018 @ 10:29pm
a1m (Banned) Aug 11, 2018 @ 1:50am 
Alright i was looking for so long hahaha thanks Captain again, & bedankt Bryan
Bryan Aug 11, 2018 @ 2:51am 
Originally posted by Delano:
Alright i was looking for so long hahaha thanks Captain again, & bedankt Bryan

Geen dank jonge !
a1m (Banned) Aug 11, 2018 @ 3:15am 
Oh yeah, how do i put myself in the owner rank? Or someone in a helper rank and to give kit permission ? (Thanks tho)
Last edited by a1m; Aug 11, 2018 @ 4:22am
Bryan Aug 11, 2018 @ 5:07am 
To put yourself as owner, add to your host.bat startup line the following code:
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 !
Last edited by Bryan; Aug 11, 2018 @ 5:09am
a1m (Banned) Aug 11, 2018 @ 5:27am 
Tyvm<3
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Aug 10, 2018 @ 4:21pm
Posts: 8