Skip to content

Modified user management for donations on rust.

Notifications You must be signed in to change notification settings

lbgcomm/Rust-User-Management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Rust User Management (C#)

Description

A plugin created in C# for Rust (Oxide/UMod).

Installation.

Place the UserManagement.cs file inside of RustServer/oxide/plugins. Afterwards, edit RustServer/oxide/config/UserManagement.json to your needs.

Please also make sure you have existing groups made. You can create groups using oxide.group add <group> <"[Title]"><rank>.

Default Config

{
  "Debug": false,
  "Enabled": true,
  "Endpoint": "donators",
  "RemoveExisting": true,
  "RemoveExistingNoGroup": true,
  "Token": "MY_AUTH_TOKEN",
  "URL": "https://api.domain.com/"
}

Config Descriptions

  • Debug => Whether or not to enable debugging within the plugin.
  • Enabled=> Whether or not to enable the plugin.
  • Endpoint => The API endpoint.
  • RemoveExisting => If true, when given a group, it will remove any others that are a part of the plugin from the user.
  • RemoveExistingNoGroup => If the user has no group, it will remove any groups that are a part of the plugin from the user.
  • Token => The API's token that's set using the Authorization header.
  • URL => The API URL (https/SSL is supported).

Credits

About

Modified user management for donations on rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%