Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.45 KB

README.md

File metadata and controls

36 lines (18 loc) · 1.45 KB

TrinityCore Server Status

This is a simple web application built with AngularJS and Bootstrap to show the online players list of a TrinityCore server.

It is based on the TrinityCore JSON RESTful API.

TrinityCore Server Status

Installation

The application requires the TrinityCore JSON RESTful API to access to the characters database.

Clone the TC-Server-Status folder inside your web server directory:

git clone https://github.com/ShinDarth/TC-Server-Status.git

Then copy the file config.js.dist to config.js, open it and set properly with the path of the API:

app.api = "../TC-JSON-API/public/index.php/";

and the name of your server:

app.serverName = "YourServerName";

Contribute

You can help us opening a new issue to report a bug or a suggestion

or you can donate to support us

Donate

License

The TrinityCore Server Status is open-sourced software licensed under the GNU AGPL license.