Suggestion Can Stability Be Disabled for Deployables Only?

Wild Shadow

Supporter
Hi VisEntities,

Already a very good plugin, I had a question about the stability option?

Is there a way to block stability for deployables but not for constructions?


just to avoid this:
1760636355389.png



Have a good end of the day!

Shad
 
Hi,


I'm back on the stability topic, but with a different problem this time! I noticed an issue on my server: a player managed to place entities on the ceiling or walls of a base that wasn't in the jungle or built on a tree. The server stability setting was, of course, set to server.stability true.

I investigated possible plugin conflicts, but after removing yours, the problem no longer occurred.

So far, this has only happened to one player.

For security reasons, I had to temporarily disable the plugin while waiting for your response.

Thank you and have a good weekend.


Shad.


capture the player's base:
sss.png
images.png
image.png
box.png
 
I'm back on the stability topic, but with a different problem this time! I noticed an issue on my server: a player managed to place entities on the ceiling or walls of a base that wasn't in the jungle or built on a tree. The server stability setting was, of course, set to server.stability true.
Sounds like the plugin didn't remove the player's building privilege when they left the tree build zone, which let them keep building there. Do you remember anything specific about that player? Like did they disconnect, teleport, or maybe the server restarted? Any of that could help me figure out why it didn't catch them leaving the zone and remove the privilege properly
 
Sounds like the plugin didn't remove the player's building privilege when they left the tree build zone, which let them keep building there. Do you remember anything specific about that player? Like did they disconnect, teleport, or maybe the server restarted? Any of that could help me figure out why it didn't catch them leaving the zone and remove the privilege properly
Hi Dana, there was no restart, I'll check with him for disconnections/teleportation, but what seems strange to me is that I don't see his steam id in the claim tree in data.

I'll get back to you when I have more information on the actions taken before he could be without stability.

Happy Sunday,


Shad
 
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart