// plugin · v2.2.1
EntCount
Per-player entity counter
v2.2.1
plugin
adminentitiesmonitoring
// price
$1.99
Overview
Server admin tool. Run from chat or the F1 / server console and get a sorted breakdown of who owns how many entities — twig spam offenders, abandoned bases, decay candidates. Works on online **and** offline players. Results are cached for 10 seconds so spamming the command on a big server stays cheap.
Features
- Counts every Rust entity owned by online or offline players
- Per-player count lookup by name or SteamID
- List mode shows top entity owners with sort and limit
- 10-second cache keeps repeated queries cheap
Chat commands
Type these in the in-game chat window (press T).
CommandDoesPermission
/entcount
Show your own entity count
—
/entcount <name>
Show count for a player by partial name match
—
/entcount <steamid>
Show count for a player by SteamID (works on offline / sleepers)
—
/entcount list <query>
Top 5 players matching <query>, sorted by entity count
—
/entcount list <query> <limit>
Same but with a custom row limit
—
/entcount list all
Top 10 players server-wide, sorted by entity count
—
/entcount list all <limit>
Same with a custom row limit (capped at 30 in chat)
—
Console commands
Run from the server console or RCON. Most are called by the UI — you rarely need to type them manually.
CommandDoes
entcount
Show your own count (if run by a player) / print usage (if run from the server console)
entcount <name>
Same as chat — partial name lookup
entcount <steamid>
Same as chat — SteamID lookup
entcount list <query>
All players matching <query> (no row limit by default)
entcount list <query> <limit>
Limit the rows
entcount list all
Every player on the server, sorted by entity count
entcount list all <limit>
Limit the rows
Permissions
Grant with oxide.grant <user|group> <permission>.
PermissionGrants
entcount.use
Run any entcount command (chat or console)
Included with purchase
EntCount.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
IDentcount
Slugentcount
Version2.2.1
Categoryplugin
AuthorxADROCx
Tagsadmin, entities, monitoring
// related