-
Posts
177 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ArtiIOMI
-
Changed Status from Pending to Closed
-
https://youtu.be/NxCL-agsBnc
-
Auto remove after 60 days
-
I found working hosting but from poland https://megawrzuta.pl/
-
Try this https://megawrzuta.pl/files/1b1babead4e4edef05e4ccc6020da18d.mp4
-
Past here link to video
-
The best solution will be an FTP server. Put the recordings there and change the permissions to public. Also beware of large files. Try to keep the files as small as possible.
-
-
Changed Status from Pending to Not a Bug
-
Unfortunately, the link must end with '.mp4' Dropbox unfortunately didn't work for this plugin. Try fastupload.io
-
-
-
1. I will add the ability to close the recording in the next update. 2. It probably depends on your internet connection and the weight of the recording you want to view. I have no idea how the recordings are displayed. But I suppose Rust downloads the recording to the client's hard drive and then plays it back.
-
-
-
-
-
-
Version 1.2.0
109 downloads
A simple plugin that allows you to easily send an mp4 recording to yourself, a selected player or all players on the server. Permission sendvideo.admin - The permission is automatically assigned to the `admin` group. Allows you to use all commands. sendvideo.use - Allows you to use all commands to send mp4 recordings. sendvideo.bypass - A player who has this permission will not receive any mp4 recordings from other players. Commands sv.close - console command(F1) to close the recording at any time. These commands share chat and console commands using the same syntax. When using a chat command, precede it with a slash: `/`. SendVideo me [your_link_to.mp4] - You send the mp4 recording to yourself. SendVideo all [your_link_to.mp4] - You send the mp4 recording to all active players. SendVideo to [Player_Name_Or_ID] [your_link_to.mp4] - You send the mp4 recording to the selected player by name or SteamID. SendVideo list - Shows the entire list of saved recordings ONLY WITH PERM "sendvideo.admin" SendVideo add [short_name] [your_link_to.mp4] - Adds a new mp4 recording with a shortened name to the list. SendVideo remove [short_name] - Removes a mp4 recording from the list. Configuration { "Permission Settings": { "Name of permission for admins": "sendvideo.admin", "Name of permission for players who can use this plugin": "sendvideo.use", "Name of permission for players who never get video from this plugin": "sendvideo.bypass" } } Credits @STIVI Plugin tester and release help.$2.00 -
Version 1.0.1
278 downloads
Change the default water flow from liquid containers. This is a simple plugin based on a configuration file. It has no permissions or commands. After installing the plugin, changes will be made to existing containers and to newly created ones. Configuration explenation Precent(true)/Amount(false) If you want to increase or decrease the liquid flow by a percentage, set it to "true". If you want to manually set the amount of flow, set it to "false". Value If you have set the operation in percentages, a value of 1.0 represents 100% of the base value, and a value of 1.8 represents 180% of the base value. If you have set it to an amount, whatever you enter here will be the value of the liquid outflow. { "Passthrough Settings": { "waterbarrel": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "water.pump.deployed": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "poweredwaterpurifier.deployed": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "poweredwaterpurifier.storage": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "waterpurifier.deployed": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "waterpurifier.storage": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "water_catcher_large": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "water_catcher_small": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 } } }Free