-
Notifications
You must be signed in to change notification settings - Fork 0
Add list command to show 10 most recent sessions for admins #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@copilot Try again |
|
@copilot Continue your work |
Co-authored-by: dmccoystephenson <[email protected]>
Co-authored-by: dmccoystephenson <[email protected]>
I've successfully implemented the list command as requested in issue #6. The command shows the 10 most recent sessions from all players, sorted by login date. It includes player names, login times, session status (Active/Ended), and duration for completed sessions. The command requires admin permissions (at.admin) and has been added to the help text. Implementation completed in commit f3e7114. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Implements the list command feature requested in issue #6, allowing administrators to view the 10 most recent player sessions on the server.
Changes Made
/at listcommand that displays the 10 most recent sessions across all playersat.adminpermission (defaults to operators only)Files Modified
ListCommand.java- New command implementation with null safety checksActivityTracker.java- Added command to service registrationHelpCommand.java- Added command to help textplugin.yml- Addedat.adminpermission configurationFeatures
The implementation provides administrators with a quick way to monitor recent player activity and session management.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.