An admin tool for the Intersect 2D MMORPG Engine. Allows users to administrate their server without having to load the game client. This tool also provides additional information regarding the server itself. This tool utilizes the API.
Report Bug
·
Request Feature
Table of Contents
The Intersect Admin Editor was made for my personal use, but I decided to share it as it may be userfull for some people until the official one @jcsnider is working on is released. This is still a work in progress and not all things are functional at this moment (game objects tab page). The application folder must be placed in the same directory that contains the Client and Editor.
Additionally, because this application uses the API and enables you to edit the users password and email without knowing their current password you will have to grant yourself API privlidges before logging in. Follow the steps in Intersect Documentation.
Some things you can do with this tool:
- See a list of online players
- See Top 10 players by level
- Moderate players/users
- Ban & Mute
- Unban & Unmute
- Kick & Kill
- Warp
- Send messages into the game
- Send a global broadcast to all clients
- Send a direct message to a player
- Send a message to a map
- Modify users
- Access power
- Password
- Register a new user
- Check character information
Of course, nothing is perfect and I will be trying to make it better with every chance i get! Feel free to contribute if you can!
See the projects tab for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
OniSensei - OniSensei#0420