Skip to content

pixelforge-studios-PMMP/UnlimitedSlots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 UnlimitedSlots for AquaRelay

UnlimitedSlots is a lightweight AquaRelay plugin that dynamically increases the visible player slots in Minecraft server query responses.

Instead of showing the backend server's fixed slot limit, the proxy displays:

Current Online Players + Configured Extra Slots

Perfect for large networks that want scalable server list presentation without changing real backend limits.


🚀 What This Plugin Does

✔ Increases displayed max slots

✔ Updates automatically as players join/leave

✔ Works at proxy level (AquaRelay)

✔ No backend server edits required

✔ Zero performance impact


🧠 How It Works

UnlimitedSlots listens to:

aquarelay\event\default\server\QueryRegenerateEvent

Core logic:

$event->setMaxPlayers(
    $event->getCurrentPlayers() +
    Main::getInstance()->getConfig()->get("extra-slots", 0)
);

📊 Formula

Shown Max Slots = Online Players + Extra Slots (config)

⚙️ Configuration

📄 config.yml

# Extra slots to show in query
extra-slots: 100

📈 Example Output

👥 Online ➕ Extra 🖥 Shown Max
45 100 145
120 100 220
3 100 103

📦 Requirements

  • 🔹 AquaRelay Proxy
  • 🔹 PHP 8+
  • 🔹 AquaRelay API supporting QueryRegenerateEvent

❌ What This Plugin DOES NOT Do

Feature Status
Increase real server slots
Bypass full server kick
Change gameplay capacity
Affect backend performance

👉 This plugin is visual only (query response).


💡 Best Use Cases

✨ Network hubs

✨ Lobby servers

✨ Large public servers

✨ Marketing presentation

✨ Avoid “Server Full” appearance


👨‍💻 Author

Made for AquaRelay Minecraft Bedrock proxy networks.


🏁 Summary

UnlimitedSlots lets your server look scalable while keeping backend control safe and stable.

🎯 Clean. Simple. Effective.

About

Adds configurable extra visible slots to AquaRelay server query results without changing real player capacity.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages