Hello all!
This is a website tool to make some things easier for admins.
It works on a Jetty server running on port 8090 (8091 for https)
How does it works?
It's a Jetty server which will redirect the request to jsp files using jstl to display content. How to access?
Open port 8090 (8091 for https) in your firewall. Open a web browser and navigate to http://<host>:8090 It's asking for a username/password, what are the values?
Username: admin
Password: @qate3! Can I get the source code?
Of course! https://github.com/ldeazevedo/l2api How to put it in my server?
Add the following line to your GameServer constructor:
L2API.init();
Modules:
Server
Server restart
Server Info
Announcements
Server logs
Character's ban
Chat logs
Character info
Map with the current position
Inventory items
Interactive map in which you can see all the players online in real time
Players
List of players online
Admin
List of donations (Some adjustments needed)
Keep in mind that this is a incomplete job but it's a good start.
If you have any question/suggestion, please let me know.
Thanks.