https://github.com/xdelta/permissioncontrol
A ResoniteModLoader mod for Resonite. Allows more fine control over permission overrides.
https://github.com/xdelta/permissioncontrol
csharp mod resonite resonite-mod resonitemodloader
Last synced: 6 months ago
JSON representation
A ResoniteModLoader mod for Resonite. Allows more fine control over permission overrides.
- Host: GitHub
- URL: https://github.com/xdelta/permissioncontrol
- Owner: XDelta
- License: gpl-3.0
- Created: 2023-06-20T02:41:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T09:11:54.000Z (about 2 years ago)
- Last Synced: 2025-01-19T13:24:09.150Z (over 1 year ago)
- Topics: csharp, mod, resonite, resonite-mod, resonitemodloader
- Language: C#
- Homepage: https://discord.gg/MyZfamB9Eb
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PermissionControl
A [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) mod for [Resonite](https://resonite.com/).
Allows more fine control over permission overrides such as adding and removing overrides individually, even for users who aren't in the session.
## Installation
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader).
1. Place [PermissionControl.dll](https://github.com/XDelta/PermissionControl/releases/latest/download/PermissionControl.dll) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
1. Start the game. If you want to verify that the mod is working you can check your Resonite logs.
## Usage
As the host of a session, go to the session page, then to the permissions tab and click `Edit Permission Overrides`.
From here you can add additional overrides by typing a UserID (like `U-Delta`) in the field then clicking a role to give them.
All currently applied overrides will be listed with the option to open their profile by clicking their UserID and an option to remove the individual override. The target user does not need to be in the session to set or change an override for them.
## Config Options
| Config Option | Default | Description |
| ------------------ | ------- | ----------- |
| `Enabled` | `true` | Enables the mod |
| `ShowDebugInfo` | `false` | If `true`, will show permission debugging info and RefIDs for Roles |
