I have a Minecraft server and I use Flarum as the forum of the community. I am finding an extension that you can connect the Rcon(remote console) of Minecraft at the admin panel and show up with Email, Tags. The rcon can send commands to Minecraft server console and get the feedback or read the log, also use the database of Flarum and whitelist the user by their username which simply sends the command "whitelist [username]" to the Minecraft server with rcon, without having a plugin at Minecraft server-side.
Make it easy to understand, I want an extension that connects to the Minecraft rcon, sends commands and has GUI with logs, whitelist, server-properties, op-list, etc...
Minecraft server file example
what i want list:
- Whitelist people when they register and verify email, in Minecraft command whitelist add {username}.
- banned people on the forum and also banned on game, in Minecraft command ban {username} reason, with some advance plugins in Minecraft server you can ban people with time, ban {username} reason time(eg. 1mo2d, 1 month and 2 days).
- Have a console in the admin panel, for that, I think the website and Minecraft server need be at the same computer, read Minecraft server latest.log and show in the admin panel, use rcon send command and get feedback from rcon, because the result of rcon will not show in latest.log
- Show the online user which is stupid just loop send "list" to rcon, or read the latest.log and get who is online and who left the game.
- make a Minecraft server-side plugin(if actually u do imao)