Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.31 KB

LagGridBroadcaster

A Torch plugin that can broadcast most lag grid to all players(add gps to player).

Torch link: https://torchapi.com/plugins/view/?guid=dd316db4-5d89-4db2-aa47-dac2a1a0ea64

Github link: https://github.com/czp3009/LagGridBroadcaster

Dependency

This plugin is base on Profiler, please make sure you have that plugin installed.

Command

!laggrids help Show help message

!laggrids send [seconds] Send the top X most lag grids to all players(argument seconds for setting measure time, default is 15)

!laggrids list List latest measure results

!laggrids get Get latest result of the grid you're currently controlling

!laggrids cleangps Cleans GPS markers created by LagGridBroadcaster

Note

When command !laggrids send executed, things below will happen:

  • Global top x grids will be broadcast(add gps to players), configured by Top, MinUs and FactionMemberDistance

  • Faction top x grids will be send to faction members via chat message, configured by FactionTop

  • Send the result of the grid currently in control to player, configured by SendResultOfControllingGrid

  • Write measure result to file, configured by WriteToFile and ResultFileName

License

Apache License 2.0