RaidMax / IW4M-Admin

Complete administration tool for IW4x, Pluto T6, Pluto IW5, Pluto T5, Pluto T4, H1-Mod, CoD4x, IW6x, TeknoMW3, and most Call of Duty® dedicated servers.
MIT License
212 stars 43 forks source link

Show current round on T6 ZM (Zombie) servers #233

Open Chenterito opened 2 years ago

Chenterito commented 2 years ago

I think with the integration of gsc it would be possible for the web panel to show the current round of T6 zombie servers

RaidMax commented 2 years ago

It would be possible but I don't normally do game specific integrations. IE this would not apply to most of the games IW4MAdmin supports. So it would need to be a community added feature.

mxve commented 2 years ago

Just in case any one wants to implement this using a plugin or what ever, if you can't get the current round using rcon you can get it from the plutonium api https://plutonium.pw/api/servers (inside codInfo key), or from the plutools api https://list.plutools.pw/server/<Server IP>/<Server Port>/json (round key).

Ayymoss commented 1 year ago

Related #271