Menu
 

Rust Easter Event 2026 - Server Admin Guide

Rust Easter Event 2026: Server Admin Guide

The Easter 2026 seasonal event returns to Rust alongside the April monthly update (expected April 2, 2026). This year Facepunch has reworked the Rustige Egg leaderboard, updated the bunny costumes, added new wallpapers, and refined the egg hunting UI. For server admins this means understanding how the event is toggled, what loot it adds, and how to handle the temporary population spike that seasonal events reliably bring.

Event window: Easter events typically run for 2–3 weeks following the April update, ending before the May patch. Exact end dates are announced on the Rust news page.

What's New in Easter 2026

Reworked Rustige Egg Leaderboard

The Rustige Egg is the event's prestige cosmetic — a hand-crafted skin rewarded to top egg hunters. In previous years the leaderboard was purely about total egg count. The 2026 version introduces a tiered scoring system:

  • Common Eggs — 1 point each, found in loot piles and crates worldwide
  • Painted Eggs — 5 points each, crafted by players using collected dye
  • Golden Eggs — 25 points each, rare drops from boss-tier NPCs during the event

The Rustige Egg skin is awarded to the top-ranked player on each official server at event end. Community (third-party) servers are not part of the global leaderboard but can set up their own prize system.

Updated Bunny Costumes

Both the Bunny Ears and the full Bunny Onesie have received visual refreshes with higher-resolution textures. The Bunny Onesie now has a glowing variant available through the DLC store. No gameplay stat changes — purely cosmetic.

New Wallpapers

Four Easter-themed wallpapers have been added to the craft menu (craftable using egg dye + paper). These are placeable inside bases on the existing wallpaper slots introduced in the Naval Update. The wallpapers do not persist after the event ends — anything placed remains, but uncrafted wallpaper items disappear at season end.

How the Event Works (Mechanics Summary)

Egg Hunting

During the Easter event period, colored eggs spawn as loot in:

  • Standard loot crates and barrels (world drops)
  • Supply drops (higher quality eggs)
  • NPC pockets (scientists, tunnel dwellers)
  • Dedicated Easter Egg Hunts — timed mini-events that spawn in clearings around the map

Egg Hunt Mini-Events

A map marker appears when an Egg Hunt spawns nearby. Multiple players can participate; the player who collects the most eggs within the time window wins bonus loot. These mini-events respawn roughly every 45 minutes per server and use the same event-spawning system as Patrol Helicopters.

Admin tip: Egg Hunt mini-events run automatically when the event is active — you do not need to trigger them manually. If you want to force-spawn one for testing or a special event, use: event.run EggHunt in the F1 server console.

Server Configuration for the Easter Event

Enabling and Disabling the Event

The Easter event runs automatically on official Facepunch servers. On community servers it is enabled by default during the event window. To explicitly control it:

# Force enable Easter event (useful for testing outside normal window) xmas.enabled false easter.enabled true # Disable Easter event on your server (e.g., you run a custom hardcore mode) easter.enabled false

Note: The easter.enabled convar is only respected when set at server startup via server.cfg or passed as a launch argument. Changing it at runtime may not take effect until the next restart.

Adjusting Egg Spawn Rates

If your server population is low and eggs feel too sparse, or if a high-pop server is drowning in eggs:

# Egg spawn multiplier (default 1.0, increase for more eggs) server.itemdropscale 1.5 # Alternatively, edit loot tables via an Oxide plugin (recommended for precise control)

Performance During the Event

Easter events historically cause a 20–40% increase in concurrent players on popular community servers. The egg-hunting mechanics themselves are lightweight — eggs are simple static loot entities and the mini-events use existing patrol helicopter logic. The performance impact is primarily from the extra connected players, not the event mechanics.

Resource Normal Load Easter Event Load Recommendation
CPU Baseline +20–30% (more players) Monitor tick rate, throttle boat.population if needed
RAM Baseline +10–15% (more entities) Ensure 16 GB available for 100+ player server
Bandwidth Baseline +25% (more connected clients) Verify unmetered bandwidth or increase cap temporarily

Capitalizing on the Easter Population Spike

Seasonal events are the best opportunity to grow your community. Here's how to maximize player retention beyond the event itself:

  1. Announce early — Post in your Discord and on BattleMetrics at least a week before April 2. Players choose where they'll hunt eggs before the event starts.
  2. Host a server-specific leaderboard — Community servers can't participate in the global Rustige Egg ranking, but you can create your own prize (a custom skin, Discord role, or in-game VIP status) for the top egg hunter on your server.
  3. Schedule a wipe to coincide with the event launch — A fresh wipe on April 2 gives every player an equal start for the egg hunt and brings returning players back.
  4. Create an #easter-event channel in Discord — Showcase screenshots, announce mini-event winners, and build community engagement around the shared experience.
  5. Post-event retention — Have a non-seasonal event planned for mid-April to keep the influx of players engaged after Easter ends.

Community (Modded) Server Considerations

Oxide Plugin Compatibility

Most Oxide plugins are unaffected by the Easter event. The ones that need checking:

  • Custom loot plugins — If you override loot tables globally, verify Easter eggs can still spawn. Many loot plugins have an AllowVanillaLoot toggle.
  • Anti-farm plugins — Some strict farming limiters will prevent players from collecting more than N items per hour, which can block rapid egg collection. Either whitelist egg items or temporarily relax limits.
  • Leaderboard plugins — If you run a custom kill/loot leaderboard plugin, consider adding egg collection as a tracked stat during the event window.

Frequently Asked Questions

Do Easter eggs carry over after the event ends?

No. Egg items in player inventories and storage boxes are removed at event end. Warn your players to spend or convert eggs before the deadline. Rustige Egg skins are permanent once awarded.

Can I run the Easter event year-round?

Technically yes, via easter.enabled true in server.cfg. However, the Rustige Egg leaderboard only counts during official event windows on official servers. Player interest in off-season egg hunting is typically low.

Why do I see fewer eggs on my server than on official servers?

Check that easter.enabled is set to true and that your loot plugin isn't overriding vanilla loot tables. Also ensure your server hasn't accidentally inherited an old config with server.itemdropscale 0.

Ready for the Easter rush? Supercraft Rust servers handle seasonal population spikes with automatic resource scaling — no manual intervention needed.

Top