-
Posts
323 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by MON@H
-
@Gay Sparkly T-Rex you can stick with 1.6.5 (last standalone). It's stable. But I would recommend to find a way to get dll.
-
Changed Status from Pending to Not a Bug
-
Switched to Rust.UIFramework for improved performance and compatibility of future updates download Oxide.Ext.UiFramework.dll from releases page and put it into RustDedicated_Data\Managed
-
Please read update notes
-
@Dave, you can have as many permissions as you want. You are free to add/remove them comepletely including default one. If you're removing permission, don't leave an empty name there, remove the while block. What exactly you want to customize in prefab names, I don't understand. @SlayersRust, use limitentities.list console command to get all supported prefab names into log file. Open log file in logs dir and find the one you want.
-
Changed Status from Pending to Not a Bug
-
Changed Status from Pending to Not a Bug
-
Why do you need name there, you just entered it when using command? This is unnecessary
-
Changed Status from Pending to Closed Changed Fixed In to 2.0.10
-
Changed Status from Pending to Not a Bug
-
Changed Status from Pending to Closed Changed Fixed In to 1.6.5
-
Changed Status from Pending to Not a Bug
-
I will add it in next version.
-
Changed Status from Pending to Closed
-
Error spam in chat and Tool Cupboard disapearing and bases decaying
MON@H replied to SlayersRust's Support Request in Support
Changed Status from Pending to Can't Reproduce -
Error spam in chat and Tool Cupboard disapearing and bases decaying
MON@H replied to SlayersRust's Support Request in Support
OnEntityKill (from the error you posted) is called when an entity is destroyed. This error does not affect anything related to real entities on your server, just as the plugin itself doesn't. All this plugin does is prevent players from placing new entities if the limit is reached, so it has nothing to do with "TC being deleted and also the entire base decaying." You should look for the reason elsewhere. Try unloading plugins related to entities, etc. As for the error itself, I can't reproduce it. In the next version, I will add an additional check to avoid logs, but just to clarify, there is nothing broken on the plugin's part. It seems that you have some sort of plugin that is destroying entities in an unexpected manner. -
@BadLands the limit is set per player, so if a player has "Limits Global" = 5, each player can place 5 entities. 2 players can place 10 and so on, I already told you, "Limits Building" is meant to restrict entities per one "base," but it only applies to entities placed on building blocks. However, "furnace.large" does not fall into this category. For "furnace.large" and other entities that are not placed on building blocks "Limits Building" simply won't work.
-
@BadLands why do you have only one permission? Create one for each tier, the higher tier the higher limits amount. Lets say 1 tier only 1 furnace allowed, ter 2 - 2, and so on. Or set lower limit for clan members amount Also, why does your "Limits Building" = "Limits Global"? That doesn't make sense, you can just remove entities from "Limits Building" in that case and only keep ones that have lower amount than "Limits Global" Think of it as "Limits Global" = total amount on the server, "Limits Building" = total amount in one "base". If you set "Limits Global" = 5 and "Limits Building" = 5, then there is no sense to use "Limits Building", since they will not be able to build more anyways.
-
"Limits Building" is meant to restrict entities per one "base," but it only applies to entities placed on building blocks. However, "furnace.large" does not fall into this category. So, if 5 players each place 5 "large furnaces," no limits will be imposed. Implementing limits based on territory, such as "in TC range," is feasible, but there is a significant risk that this could lead to performance issues. This plugin was designed with the primary concern that performance > functionality. Perhaps I'll come up with something in the future, but no promises.
-
@BadLands I con't understand what exactly are you talking about. I'm not aware of any method which allows to avoid limits. Give me detailed description of what exactly going on on your server and maybe I'll be able to help you. If you are talking about building limit with multi TC, then range will not help