About APAqua
APAqua is a Rust plugin that allows players to breathe underwater for a specified duration. This plugin is perfect for underwater exploration, resource gathering, or stealth movement. Breathing time depends on player permissions and can be extended by administrators.
Main Features:
Configurable underwater breathing duration — players can breathe underwater for a set amount of time.
Flexible permission system — admins can assign different levels of breathing duration (beginner, advanced, elite).
Integration with AdvancedStatus — supports a visual oxygen bar to track remaining time.
Automatic application on login — players with permission automatically receive underwater breathing.
Simple command management — the /aqua command allows admins to activate breathing.
Optional UI display — built-in UI shows remaining breathing time.
Commands:
/aqua <time> — activate underwater breathing for the specified time (admin-only).
Permissions:
apaqua.admin — for admins (grants access to /aqua command).
apaqua.diver — 30 seconds of breathing.
apaqua.prodiver — 60 seconds of breathing.
apaqua.elitediver — 200 seconds of breathing.
Settings:
Default breathing duration: 300 seconds.
Oxygen level: 95% (to prevent conflicts with the default indicator).
AdvancedStatus support: optional.
CFG:
{ "DefaultDuration": 300.0, "OxygenLevel": 0.95, "UseAdvancedStatus": false, "AdminCommand": "aqua", "CustomPermissions": { "apaqua.diver": 30.0, "apaqua.prodiver": 60.0, "apaqua.elitediver": 200.0 } }