About TheChickenEvent | Chicken Event
![]()
Features
This plugin enables players to trigger an entertaining event in Rust - the so-called "Chicken Event". If a player has the required authorisation, they can start the event. During the event, chickens are spawned near the player and the goal is to shoot as many chickens as possible. After a set time, the event ends and the players with the most chicken kills receive rewards. The plugin tracks the performance of the players and determines the winners based on their kills.
The main functions of the plugin are:
- Launching of the Chicken Event by eligible players.
- Randomly spawning chickens near the player.
- Tracking the number of chickens shot down by each player.
- Announcement of winners and their rewards at the end of the event.
- [NEW in 4.0.0] Live Top-5 Leaderboard during the event (can be disabled in config).
- [NEW in 4.0.0] Simple Kill Counter above the inventory (can be disabled in config).
- [NEW in 4.0.0] Choose which UI elements you want to display — both, one, or none.
- Configurable rewards for each place with individual winning probabilities.
- Optional VIP group assignment for winners with customizable duration.
This plugin adds a fun activity to the game of Rust and rewards players who are successful in this event. It's a great way to encourage player interaction on your server and have fun.

Functions
You can start the ChickenEvent command:
/flashchickenevent
You can start the ChickenEvent Console:
flashchickenevent
To use the command, you need the authorization:
Quotethechickenevent.use
Config
{
"EventDuration": 60,
"ChickenSpawnRadius": 20.0,
"EnableChickenMovement": true,
"RemoveDeadChickensAfterEvent": true,
"UseTop5Leaderboard": true,
"SimpleKillCounter": true,
"PlaceRewards": [
{
"Place": 1,
"Label": "1st Place",
"Items": [
{
"Shortname": "supply.signal",
"Amount": 1,
"SkinId": 0,
"Chance": 50.0
},
{
"Shortname": "scrap",
"Amount": 500,
"SkinId": 0,
"Chance": 80.0
}
],
"VipGroup": "vip",
"VipDuration": 7
}
]
}
Config Explanation:
EventDuration: Duration of the event in seconds (default: 60)
ChickenSpawnRadius: Radius around the player where chickens spawn (default: 20.0)
EnableChickenMovement: Chickens walk around randomly during the event (default: true)
RemoveDeadChickensAfterEvent: Remove dead chicken corpses after the event ends (default: true)
UseTop5Leaderboard: Show the live Top-5 leaderboard on the right side during the event (default: true) [NEW in 4.0.0]
SimpleKillCounter: Show the simple kill counter above the inventory (default: true) [NEW in 4.0.0]
PlaceRewards: Customize rewards for each place with items, chances, and optional VIP group assignment
Video:
load, run, enjoy