Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.eagleanti.com/llms.txt

Use this file to discover all available pages before exploring further.

1

Configure EC_AC

Open:
resources/[EC]/EC_AC/configs/shared_config.lua
Set the framework:
EG_AC.Core = "es_extended"
2

Configure EC-PANEL

Open:
resources/[EC]/EC-PANEL/config.lua
Set the core:
Config.Framework = "es_extended"
3

Set language and Discord appeal link

Open:
resources/[EC]/EC_AC/configs/shared_config.lua
Configure the interface language:
EG_AC.Locale = "en"
Set the Discord invite link shown to banned players:
EG_AC.DiscordServer = "https://discord.gg/yourserver"
Use a permanent Discord invite. If the link expires, banned players won’t be able to appeal.
This link is displayed directly in the ban screen. Make sure it points to your official support server.
4

Permissions

Permissions are documented on a separate page because they’re long and framework-specific.Go here: Permissions
If staff can’t use the panel or gets flagged while moderating, it’s almost always a permissions mismatch.