// plugin · v2.4.0
EntityLimiter
Cap entities per player by tier
v2.4.0
plugin
adminentitieslimitspermissions
// price
$3.99
Overview
Per-player entity caps without writing a custom plugin. Four configurable tiers (tier1/tier2/tier3/unlimited). When a player tries to place over their cap, the placement is blocked. Optional approaching-limit warnings.
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, your effective limit, and which tier perm (if any) you hold. No args.
—
/limit
Alias for /elimit
—
Permissions
Grant with oxide.grant <user|group> <permission>.
PermissionGrants
entitylimiter.tier1
entitylimiter.tier2
entitylimiter.tier3
entitylimiter.unlimited
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