-
Posts
450 -
Joined
-
Last visited
-
Days Won
26
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by UserLeftRust
-
Changed Status from Pending to No Response
-
looks like a left over from the umod version.... I think.. its in the config file
-
deleted any unused entries like i did on the video on the documentation page? looks like its calling a non existent web request
-
- 15 comments
-
- #admin
- #admin tools
-
(and 6 more)
Tagged with:
-
Version 1.0.2
599 downloads
The Dropbox Extension creates a backup of your Rust files and uploads them to your Dropbox account. Video Below Explaining Usage and setup Requires a Dropbox developer app to be made at http://dropbox.com/developer to get an OAuth2 Token and a directory in your Dropbox folder. File is contained in a zip. unzip the folder to find Oxide.Ext.DropBox.dll Power off your server, place the .dll in your RustDedicated_data/managed folder Please note some providers do not grant access to this folder you may need to open a support ticket with your host Powering on the server will create a file in the oxide/config folder. Configuration { "OAuth2Token": "Token here", "DropBoxDir": "DropBox_Directory", "BackupInterval": 3600, "BackupOxideConfig": true, "BackupOxideData": true, "BackupOxideLang": true, "BackupOxideLogs": true, "BackupOxidePlugins": true, "BackUpServer": true, "FileList": [] } V1.0.1 > BackUpServer value will save any files in your rust instance/server folder (maps, saves, etc) By default the extension will back up all of the oxide folder.. however if you only wish to backup specific files in the directory or say HurtWorld files set the values in FileList. E.g. "FileList": ["autosave_DiemensLand.plr", "autosave_DiemensLand.wld"] Once you have changed the settings a reboot will be required. VideoFree- 2 reviews
-
- 5
-
-
- #rust
- #hurtworld
-
(and 5 more)
Tagged with:
-
- 13 comments
-
- 1
-
-
- 13 comments
-
- 60 comments
-
- 1
-
-
- #vehicle licence
- #ui
-
(and 7 more)
Tagged with:
-
- 60 comments
-
- #vehicle licence
- #ui
-
(and 7 more)
Tagged with:
-
Changed Status from Pending to Closed
-
Theres a plug in my Misc-Plugs channel for you
-
Can you join my discord.. we'll chuck something together there https://discord.gg/cwQymhqeqK
-
Changed Status from Pending to Closed
-
will be doing it at some point.. one button is a bit flakey and there are some two button versions out in testing so keep eyes peeled
-
no this plugin only sends a command like a player would when the do in chat.. Sending as a list would be annoying to add... What commands do you want to fire off at the same time? May be easier for me just to write you something else to do that
-
- 7 comments
-
- #admin tool
- #mute
-
(and 8 more)
Tagged with:
-
No.. plugins should be .cs Internet explorer used to open it in the browser and you'd need to ctrl + s and save it as a .cs
-
https://api.top-serveurs.net/'s api does not have a valid claim method. People voting on that site can use a nickname(default) instead of steamid which wont work for the game.. and there is no method to confirm that the vote has been claimed... meaning that a player can claim rewards over and over again within 24 hours without limitation... I can right you a fresh plugin but not adapt as i have told you before on umod in regards to EasyVote
-
If you have installed oxide on your server. access the file system and you will see an oxide folder. Inside this folder you will have the following folders" Plugins < where you place your .cs files Data < where plugins store data Config < where the plugin saves its configuration Logs < where oxide and some plugins store logs Lang < where some plugins store their language files Placing a plugin in the plugins folder will cause oxide to compile and load the code.. this will usually populate a config file too
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
yeah something i plan on adding... hopefully in next version, which will be when i push the version for rust planes too