Jump to content

MON@H

Creator
  • Posts

    394
  • Joined

Everything posted by MON@H

  1. Why are your groups empty? Have you tried deleting them? If so, you can't use them in the "Limits Entities" lists because they don't exist (they weren't created by the plugin). Therefore, you can't use, for example, "TC"; you can only use Rust prefabs. LimitEntities.json
  2. MON@H

    bug

    How exactly are you Using vanilla hammer or some custom plugin? In any case the plugin itself is not an issue. Try it on server without any other plugins and you'll see it's working just as expected. Most likely you have a custom plugin that preventing / avoiding to call OnEntityKill hook, which vanilla Rust does when destroying any entity and this plugin depends on it.
  3. MON@H

    bug

    Changed Status from Pending to No Response
  4. MON@H

    bug

    Attach your config. Have you tried to reload the plugin? Also you may want to set "Log Level (Debug, Info, Warning, Error, Off)": "Debug" then reload plugin and see more details in log file in /oxide/logs/LimitEntities
  5. MON@H

    Limit Entities

    @etiv someone reported that the plugin works fine on Carbon, I haven't tried it myself, so I didn't change the default "unsupported" label.
  6. MON@H

    Foundation Bypass

    Changed Status from Pending to Not a Bug
  7. MON@H

    Foundation Bypass

    There is an option in config to prevent that: "Prevent excessive merging of buildings": true What exactly do you mean by "bypass foundation limits entirely"?
  8. Changed Status from Pending to Not a Bug
  9. Make sure you have installed https://github.com/dassjosh/Rust.UIFramework/releases/latest
  10. MON@H

    Limit Entities

    @SlayersRust the easiest way to implement other plugin support is to add a custom hook into that plugin to let other plugins to block some action. Something like "CanPlaceDeployable" or "OnExtendedPlaced". Then other plugins like Limit Entities could add that hook to block/allow that action
  11. MON@H

    Limit Entities

    @Chill Roleplay edit your localization file according to your needs?
  12. MON@H

    Bug in Limits

    I'll add it into next version
  13. MON@H

    Bug in Limits

    Changed Status from Pending to Not a Bug
  14. MON@H

    Bug in Limits

    As I mentioned before, this plugin doesn't control the behavior of other plugins in any way. It works straightforwardly, preventing the creation of entitis above the limit. This plugin is using "CanBuild" hook and returns "false" to block entity creation. However, any plugin can create an entity while ignoring this hook. So, it's a matter of whether the developer wants to allow other plugins to prevent creation first. If so, they need to monitor this hook and not create entities if CanBuild returns false. If the developer doesn't want to monitor anything, they simply create the entity. We've already discussed this here right? Nothing has changed since then.
  15. MON@H

    Limit Entities

    @SunShine ツ can't tell, never tried Carbon
  16. Changed Status from Work in Progress to Closed
  17. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  18. MON@H

    無制限になってる

    https://youtu.be/6ai5UsQo8a4
  19. I need a more recent error to look into it. That client version is too old and the method names have changed.
  20. The “ReceiveFogOfWarImages / IndexOutOfRangeException” disconnect is not caused by Limit Entities. That stack trace is a client-side exception in BasePlayer.ReceiveFogOfWarImages (Hardcore fog-of-war RPC). Limit Entities does not touch fog-of-war, PlayerState.fogImages, map markers, or any RPC payloads. It only tracks/limits server-side entities (build/deploy) and may deny placement at build time. On the server, the fog-of-war RPC is sent using the saved PlayerState.fogImages list. If that list is corrupted (not exactly 16 entries), the client can throw IndexOutOfRange and disconnect when it processes ReceiveFogOfWarImages. So the likely root cause is a corrupted fogImages list in the player’s saved state, or another plugin modifying PlayerState/map/fog-of-war data. Limit Entities is not in that path. If you still think Limit Entities is involved, please provide a server-side stack trace pointing into LimitEntities.cs, or reproduce on a clean server with only Limit Entities and no other plugins.
  21. MON@H

    無制限になってる

    Perhaps you want to start from here https://umod.org/documentation/plugins/permissions Then check this out as well
  22. MON@H

    無制限になってる

    Changed Status from Pending to Not a Bug
  23. MON@H

    無制限になってる

    Like I said, please read description page carefully
  24. MON@H

    無制限になってる

    Use English, please. Also make sure you read description page carefully

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.8m
Total downloads
Customers
11.7k
Customers served
Files Sold
166.4k
Total sales
Payments
3.6m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.