EasyEOS
Let players look up their own EOS ID without asking staff.
A player types
What EasyEOS Does
Commands
*
No permission node. Any player can run it.
Config
Install
Drop the
Let players look up their own EOS ID without asking staff.
A player types
/eos and the server replies in chat with their raw EOS ID. Optionally posts that ID plus survivor name and survivor ID to Discord. No database.What EasyEOS Does
- One command:
/eosreturns your own EOS ID in chat, nobody else sees it. - Own ID only: no way to look up another player, safe to leave open to everyone.
- Cooldown: 60 seconds per player, requests inside that window are ignored silently.
- Optional Discord post: set
WebhookUrlto get the EOS ID, survivor name, and survivor ID in a channel. Leave it out and the command still works. - Config hot reload: changes apply within 10 seconds, no restart.
Commands
*
/eos reply in chat with your own EOS ID.No permission node. Any player can run it.
Config
ArkApi/Plugins/EasyEOS/config.json is optional. Missing means the webhook is off.
JSON:
{
"WebhookUrl": "https://discord.com/api/webhooks/000000000000000000/xxxxxxxxxxxxxxxxxxxx"
}
WebhookUrl string, default empty. Webhook the lookup is posted to. Empty disables posting.Install
Drop the
EasyEOS folder into ArkApi/Plugins/. Add config.json only if you want the Discord post.