-
Posts
386 -
Joined
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by MON@H
-
Changed Status from Pending to Not a Bug
-
Make sure you have installed https://github.com/dassjosh/Rust.UIFramework/releases/latest
-
I'll add it into next version
-
Changed Status from Pending to Not a Bug
-
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.
-
- 6 comments
-
- #items
- #admin tool
-
(and 3 more)
Tagged with:
-
@snapple I try not to complicate things unnecessarily. Notifications about the limit of a specific object are quite clear, and messages about the general limit are secondary. If you have a complex permission system with many limits, I think it is more logical to use a separate plugin to inform the player, like info/menu, etc.
-
- 9 comments