// plugin · v2.4.0
EntityLimiter
Cap entities per player by tier
v2.4.0
plugin
adminentitieslimitspermissions
// price
$5.99
Overview
Limits total owned entities per player using 4 permissions: tier1, tier2, tier3, unlimited (-1 = infinite).
Features
- Caps total owned entities per player using 4 permission tiers
- Unlimited tier bypasses the cap entirely (-1 = infinite)
- Blocks placement and warns at configurable intervals
- Optional full server recount on load
Chat commands
Type these in the in-game chat window (press T).
CommandDoesPermission
/elimit
Show your current entity count and limit
entitylimiter.tier1
/limit
Alias of /elimit
—
Permissions
Grant with oxide.grant <user|group> <permission>.
PermissionGrants
entitylimiter.tier1
Applies the Tier 1 entity cap
entitylimiter.tier2
Applies the Tier 2 entity cap
entitylimiter.tier3
Applies the Tier 3 entity cap
entitylimiter.unlimited
Bypass the entity cap entirely
Key configuration
Tune in oxide/config/EntityLimiter.json after the plugin loads for the first time.
KeyDefaultWhat it does
DefaultLimit
200
Cap used when no tier permission is granted
Tier1Limit
100
Tier 1 entity cap
Tier2Limit
200
Tier 2 entity cap
Tier3Limit
500
Tier 3 entity cap
RecountOnLoad
false
Force a full entity recount on plugin load
Included with purchase
EntityLimiter.cs— drop intooxide/plugins/orcarbon/plugins/- Lifetime updates — every future version, free
- Discord support from the Shadow Kids Studios community
- Per-server license — use on every server you run
Technical details
IDentitylimiter
Slugentitylimiter
Version2.4.0
Categoryplugin
AuthorxADROCx
Tagsadmin, entities, limits, permissions
// related