About Admin Eye
This plugin adds logs of players action and convenient control panel for viewing them.
Features
- Logs
- KIlls + Destruction of buildings (detailed description of the killed / destroyed, distance and what killed 'weapon, damage type etc.')
- Death (detailed description of the killer, the distance and how player was killed 'weapon, damage type etc.')
- Respawn (location of respawn and on the sleeping bag or not)
- Teams (create, invite, accept, leave)
- Loot (crates, personal boxes, wounded players and all other "lootable" entities)
- Authorization (in code locks, tool cups, turrets)
- Construction (everything that builds)
- Transport (the moment of boarding the transport)
- Convenient and functional control panel
- Convenient search for online players
- Search by name or steam ID throughout the database
- The ability to conveniently select the date and time, as well as view individual categories of logs
- Teleport to the log location and its visualization (available only for admins)
- The history of searching and viewing profiles
- Save of all the nicknames of the player with whom he logged into the server
- The first and last connection
- The database is optimized as much as possible, the data is split, which allows you to store a large number of logs for a long time
- The ability to clear the database on wipe and players who have not logged on server for a long time, in automatic mode
- The ability to turn off the log globally and turn it on for certain players
- The plugin is fully localized for EN and RU languages
Permission
admineye.usemenu - for open and use panel
Command
/ae - for open panel
Time Zones
Time zone its different time between 0 UTC and player time UTC.
You need add to configuration all time zones of your admins in seconds.
How do it? Go to site UTC Time Standart select city, then you will get the difference in hours
- behind its +
- ahead its -
Then you need multiply hours to second ( -6 * 3600 )
Done - its difference between zones. Write in config "Washington" : -21600
Then administrator must select (only once) his zone in menu "Time Zones", else plugin use default time zone config
Discord
At first you must create and copy discord Webhook, then paste url at config (you can use different channels)
if you want change color, choose Colors, copy 0xNNNNNN, then paste Here, copy number and paste at config ^_^
Future plans
- Add console commands for search logs
- Add discord support for send logs (implemented)
- Add more logs
I am waiting for your suggestions for improvement in the discussions
Video
Config
{ "Main settings": { "Enable delete all data on wipe": false, "Delete old players data every X hours [0 - off](It works on server startup or plugin reload)": 40, "After how many days the player's data is considered old": 14, "Time zone difference in seconds (set automatically by server zone)": 10800.0, "Time zone of counties (in seconds)": { "New York": -18000, "Moscow": 10800, "Berlin": 3600, "Paris": 3600, "Canberra": 39600, "London": 0, "Beijing": 28800, "Rome": 3600, "Washington": -21600 }, "Permission for use menu": "admineye.usemenu" }, "Log settings": { "Enable logging of kill for all": true, "Enable logging of death for all": true, "Enable logging of respawn for all": true, "Enable logging of team for all": true, "Enable logging of loot for all": true, "Enable logging of auth for all": true, "Enable logging of buildings for all": true, "Enable logging of mount for all": true, "Discord webhooks for logs": { "kills": { "Webhook url": "", "Color": 15105570 }, "deaths": { "Webhook url": "", "Color": 15548997 }, "respawns": { "Webhook url": "", "Color": 2067276 }, "teams": { "Webhook url": "", "Color": 3066993 }, "loots": { "Webhook url": "", "Color": 3447003 }, "auths": { "Webhook url": "", "Color": 9807270 }, "builts": { "Webhook url": "", "Color": 15658993 }, "mounts": { "Webhook url": "", "Color": 10181046 } } }, "Config version": { "Major": 1, "Minor": 2, "Patch": 0 } }