Spawning Chickens
A downloadable mod
Spawning Chickens
Throw a painted egg and a chicken will spawn. Add a fun surprise to your Easter events.
Eggs Hatch Into Chickens
Toss painted eggs from the Easter Egg Basket and watch as chickens randomly hatch on impact. A simple, lightweight plugin that brings a playful twist to your server.
Features
|
๐ฅ
Painted Egg TriggerWhen a painted egg projectile lands, there's a chance a chicken will spawn at the impact location. Uses the Easter Egg Basket throwable. |
๐ฒ
Configurable ProbabilitySet the spawn chance from 0 to 100 percent. Default is 12% — enough to be a fun surprise without flooding the server with chickens. |
|
๐
Real ChickensSpawns the standard Rust chicken entity. They behave like any other chicken in the game — they wander, can be hunted, and drop resources. |
๐ชถ
LightweightMinimal code, no permissions, no commands, no data files. Just drop it in and it works. Zero configuration required to get started. |
How It Works
| โ A player holds the Easter Egg Basket and throws a painted egg. |
| โ When the egg projectile lands and is destroyed, the plugin rolls a random number. |
| โ If the roll is within the configured probability, a chicken spawns at the egg's landing position. |
| โ The chicken behaves like any naturally spawned chicken in the game. |
Configuration
A configuration file is automatically generated at
oxide/config/SpawningChickens.json
on first load.
{
"Probability of chicken spawning (percent; range: 0 - 100)": 12
}
| Option | Default | Description |
|---|---|---|
Probability of chicken spawning (percent; range: 0 - 100)
|
12
|
Percentage chance (0โ100) that a chicken spawns when a painted egg lands. |
Installation
|
1
Copy the plugin file Place SpawningChickens.cs
into your server's oxide/plugins/
directory.
|
|
2
Start or restart your server The config file will be generated automatically at oxide/config/SpawningChickens.json.
|
|
3
Grab an Easter Egg Basket and throw Hold the egg basket in your hand and toss painted eggs. Chickens will start spawning on lucky throws. |
Important Notes
This plugin has no permission system. Any player who throws a painted egg can trigger a chicken spawn. If you want to restrict access, control who can obtain Easter Egg Baskets.
Setting the probability too high on a busy server could lead to a large number of chickens. The default value of 12% provides a good balance between fun and server performance.
Spawning Chickens — An Oxide plugin for Rust dedicated servers.
Made by little method
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.