-
Posts
1,551 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
- 196 comments
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
The error is because of the facepunch changes to fuel for quarries being Diesel now, instead of Low Grade. For anyone who can't wait for the fix, just change line 221 in the plugin from: var item = quarry.fuelStoragePrefab.instance.GetComponent<StorageContainer> ().inventory.FindItemsByItemName ( "lowgradefuel" ); to: var item = quarry.fuelStoragePrefab.instance.GetComponent<StorageContainer> ().inventory.FindItemsByItemName ( "diesel_barrel" );
- 196 comments
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
Oh no! Thanks for the report, I will investigate and try and get a fix out ASAP.
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
- 72 comments
-
- 1
-
-
- #rust
- #marketplace
-
(and 7 more)
Tagged with:
-
Changed Status from Can't Reproduce to Closed Changed Fixed In from 1.2.3 to 1.2.4
-
I have sent you a message on Discord with a different version to try. I don't know what else to say, I have checked the code and it's good. Nobody else is reporting this issue. You have to be missing something else? I have loaded it onto 3 of my servers and its working perfectly on them for me and other players.
-
Nobody else is reporting the issue and I cannot reproduce this error on my test server. I don’t see anything on your screenshot, it appears blank. Did you delete the data file AFTER unloading the plugin? Can you please also give the other info I requested in my first reply?
-
Hey, thanks for the reply, in order for me to be able to help further can you please try and answer all my questions in more detail, providing the specific details I requested? For instance, what do you mean by reinstaling? Did you delete the data file first? If you can be more specific I can likely help you better. Thanks.
-
Version 1.1.3
365 downloads
Simple plugin to allow anyone using Server Rewards to wipe player RP with server wipe, which is a feature not available natively within the Server Rewards plugin. No permissions, simple config, takes seconds to set up. If enabled, the plugin is able to backup the player RP data file before resetting it. If something went wrong, or you didn't mean to wipe the data, it will be saved in "/path/to/your/oxide/data/ServerRewards/player_data-backup.json". NOTE: This saves on a rolling basis, so each time it saves it overwrites the backup. Please also note, some servers can startup quicker or slower than others, this can lead to ServerRewards not being fully loaded when this plugin looks for it or tries to wipe the RP. This can lead to the RP not being wiped. If you experience this issue, increase the "wipe delay" config option. Since plugin version 1.1.3, this delay was increased anyway to try and resolve this issue. But the option is there to change it yourself too if you wish to. Additional console command available to trigger a RP wipe at any time while server is running: clearrpdata Default Config: { "Options": { "Reset ServerRewards player RP on wipe": true, "Backup player RP before wiping": true, "Wipe delay (seconds) after server startup. Try increasing if RP wipe fails on startup": 30.0 }, "Version": { "Major": 1, "Minor": 1, "Patch": 3 } }Free- 6 comments
-
- #serverrewards
- #server rewards
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.2.3
-
Hi, thanks for the report. I am unable to reproduce this error. Can I ask if you were using a previous version of the plugin or was it a fresh install of the latest version? What is the chat message when you try and throw these nades? Are there any error messages in the server console? Did you try unloading the plugin, deleting the data file and reloading it? Are the Bradley and Heavy perms added successfully to you?
-
Required components not listed properly
ZEODE replied to BetterDeadThanZed's Support Request in Support
Changed Status from Pending to Not a Bug Changed Fixed In to 1.1.11 -
Also broken for me, same error when using server rewards.
-
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Never mind, I realise my error. I have added some error checking which will stop these errors. I will update it later today after I check a couple more things. It shouldn't stop the plugin functioning for now though I imagine?
-
Please provide any more details of when this error occurred if possible? Which grenade was it? Who was using it? etc? Also, did this error happen when someone was using a NPC Grenades or at another time?
-
All sorted, let me know how you get on or if any issues.
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.1
-
Hey, thanks for the report. I have been busy with work and family. I will try and look at this over the next couple days on my test server and let you know.
-
Version 1.1.11
291 downloads
This plugin prevents collision damage to players helicopters within safe zones such as Outpost, Bandit Camp, etc by "Helibombing". There are options for helicopter spawn protection timer or to simply block all collision damage within safe zones. If you get helibombed while under protection, just stay seated and ride it out. You will not die as the heli will not blow up! What is Helibombing? Helibombing is a form of griefing, where players crash their helicopters into others to make them crash and blow up, often killing the other player in the process. This can be abused within Safe Zones, where players would otherwise be protected from damage by others. How does it work? Block all damage - does just that. Regardless of any other config options, all collision damage in safe zones is blocked. Collision cooldown timer - Any collision that happens inside a safe zone will provide protection for the specified time even if the player gets knocked out of the safe zone. Spawn protection timer - Gives newly spawned helicopters at safe zones protection for a set time, giving players a chance to take off and fly away from the safe zone safely. If a player without spawn protection bombs another with, only the attacking player will take damage. (Note: Block all damage option must be disabled to use spawn protection.) Kick player option - When enabled, any player who is involved in a number of collisions over the collision threshold will get kicked from the server. There is also an config option to block crush damage from Scrap Heli to players within safe zones, where other players fly their Scrap Heli and land it on top of players to kill them. Helicopter collisions within Safe Zones are logged by the plugin. Use the universal chat/console commands to see if certain players are helibombing regularly. Limitations Limitations within the game means the plugin cannot differentiate collisions between other vehicles, terrain, monuments or buildings. It also cannot recognise who was the aggressor and who was the victim of helibombing, both pilots (players) involved will be logged regardless. Use the logged data with caution before taking action against players, likewise keep this in mind if deciding to use the auto kick option! Permissions antihelibombing.admin (to use commands) antihelibombing.blacklist (players heli will always take damage, for very naughty boys - sorry Oblivion! ) antihelibombing.kickprotect (protect players from auto kick) Easy Config Block ALL heli damage in Safe Zones (overrides spawn protection) Use collision cooldown timer (prevent damage outside Safe Zone due to collision inside) Collision cooldown time (seconds) Use heli spawn protection cooldown timer Spawn protection cooldown time (seconds) Kick players who break the Safe Zone collision threshold Safe Zone collision threshold (example: 20) Block crush damage to players from Scrap Heli in safe zones Clear player collision data on wipe Use chat prefix Chat prefix Commands /ahb <Steam64ID> (View logged collision data for that player) /ahb.clear (Clear all player data) /ahb.clear <Steam64ID> (Clear all logged collision data for that player) (For console commands remove the " / " prefix.) Shout out to Oblivion! (Don't hate me! )Free -
- 31 comments
-
- 31 comments
-
Bots are runing away ,dont shoot owner if there is a turret
ZEODE replied to copcopekcro's Support Request in Support
Changed Fixed In from 1.1.18 to 1.1.17