Pop

v1.8.0 Oxide Rust

A server population display system that shows connected players, joining players, queue status, and sleepers. Features both personal and global commands with customizable colors, broadcast cooldowns, and optional custom icons.

Pop - A server population display system that shows connected players, joining players, queue status, and sleepers.

Pop

v1.8.0 Oxide Rust

A server population display system that shows connected players, joining players, queue status, and sleepers. Features both personal and global commands with customizable colors, broadcast cooldowns, and optional custom icons.

Download Plugin
168 views
75 downloads

Features

  • Real-time player count display
  • Joining players counter
  • Queue status monitoring
  • Sleepers tracking
  • Configurable display options
  • Customizable message colors
  • Personal and global commands
  • Broadcast cooldown system
  • Custom icon support
  • Permission-based access

Installation

Installation Steps

  1. Download the Pop.cs file
  2. Place it in your oxide/plugins folder
  3. Restart your server or use oxide.reload Pop
  4. Configure the settings in the config file

Configuration

The configuration file will be generated at oxide/config/Pop.json

{
  "BroadcastCommand": "!pop",
  "BroadcastDelay": 10,
  "Command": "pop",
  "CustomIconSteamId": 0,
  "EnableGlobalCommand": true,
  "EnablePersonalCommand": true,
  "JoiningColor": "#ff686b",
  "OnlineColor": "#ff686b",
  "QueuedColor": "#ff686b",
  "ShowJoining": true,
  "ShowOnline": true,
  "ShowQueued": true,
  "ShowSleepers": true,
  "SleepersColor": "#ff686b"
}

Commands

Command Description Permission
/pop Display player count information to yourself pop.use
!pop Broadcast player count information to all players pop.use

Permissions

Permission Description
pop.use Allows players to use the population checking commands

Plugin Information

Version 1.8.0
Platform Oxide
Game Rust
License Custom