Byloth / cmangos-docker

⚔ A collection of ready-to-use Docker images to host your WoW emulated private server wherever you want.
GNU General Public License v2.0
20 stars 5 forks source link

feat: Support SOAP interface #27

Open Byloth opened 3 weeks ago

Byloth commented 3 weeks ago

CMaNGOS comes with a SOAP interface that can be used to execute server commands remotely.
Here's a basic usage example: https://github.com/cmangos/mangos-tbc/blob/f0e5bdc4d1cf53ffeeb1142b5f7290b464b9984a/contrib/soap/example.php

As @Viccroy stated on Discord, it can also be used to shutdown the server, allowing players to see the shutdown warning in-game.
This -of course- is just one of a possible use.