https://github.com/monah-rasta/instantuntie
Oxide plugin for Rust. Instantly untie underwater boxes.
https://github.com/monah-rasta/instantuntie
oxide plugin rust
Last synced: about 1 month ago
JSON representation
Oxide plugin for Rust. Instantly untie underwater boxes.
- Host: GitHub
- URL: https://github.com/monah-rasta/instantuntie
- Owner: MONaH-Rasta
- License: mit
- Created: 2024-05-06T16:42:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T10:23:40.000Z (4 months ago)
- Last Synced: 2025-03-30T16:22:58.479Z (2 months ago)
- Topics: oxide, plugin, rust
- Language: C#
- Homepage: https://umod.org/plugins/instant-untie
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InstantUntie
Oxide plugin for Rust. Instantly untie underwater boxes.
Allows players to untie the underwater boxes with the duration set in the config.
## Permission
* `instantuntie.use` - allows players to use instant untie
## Configuration
```json
{
"Untie Duration (Seconds)": 0.0,
"How often to check if player is underwater (Seconds)": 10.0,
"How often to check if a player is holding the use button (Seconds)": 1.0,
"Show Untie Message": true,
"Show canceled message": true,
"Buoyancy Scale": 0.0,
"Set box owner as untie player": false
}
```## Localization
```json
{
"Chat": "[Instant Untie] {0}",
"Untie": "The box will untie in {0} seconds. Please hold the use key down until this is completed.",
"UntieCanceled": "You have canceled untying the box. Please hold the use key down to untie."
}
```