AMP
AMP copied to clipboard
Minecraft Java Module
Feature Request
Add additional tabbed page to show minecraft players that have connected to the game server
Feature Information:
Should show similar information that is shown when on the Console
tab for that instance when players are actively connected.
- Add additional player specific command buttons for Op / Deop player
** This could be done via a simple update to the servers root dir file
ops.json
** The OP list in amp should update as well to catch when users are set or removed as Op in game via console output - Add option to display / show whitelisted players (if server is set to allow only whitelisted players) via root dir
whitelist.json
- Add option to display Banned players list via root dir file
banned-players.json
- Add option to display Banned IPs list via root dir file
banned-ips.json
- Add a totals counter for play/connected time & times connected
- Add last connected timestamp for each player
I confirm:
- [x] that I have searched for an existing feature request matching the description.
This already exists...? On the Console tab there's a list of connected players on the right. Click on one and you'll get more information.
I may be mistaken since I don't dive into the the Java module that deep, but it doesn't show all the info in the console tab that they mentioned does it? Things like the whitelist are files only, no?
This already exists...? On the Console tab there's a list of connected players on the right. Click on one and you'll get more information.
Yes technically, however it only displays some of this information as mentioned and it is only visible while someone is actively connected to the game server, once they disconnect there is no way (at least through AMP) to see past players and or any connection history. Not to mention ip ban, op list, and whitelisted players.
Perhaps a minimum short term add could be keeping the player list as mentioned "sticky" and simply sort or group players as offline / online?
I may be mistaken since I don't dive into the the Java module that deep, but it doesn't show all the info in the console tab that they mentioned does it? Things like the whitelist are files only, no?
The whitelist, op list, and ip ban are all standard Json files. Just like reading or updating game config files for the generic module, a similar approach might be possible with respect to the mentioned list 🤔