zeteticl / foundry-user-latency

Simple FoundryVTT plugin to display players' pings next to their name.

Home Page:https://foundryvtt.com/packages/ping-logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundry User Latency

Shows an average of a players latency in the player window.

FoundryVTT Latency

Foundry Link:

https://foundryvtt.com/packages/user-latency

Foundry Hub:

https://www.foundryvtt-hub.com/package/user-latency/

Scripts

  • clean - removes dist and package.zip folder
  • build - runs clean & bumps package version & gulp build & updates manifest file
    • Note: versions in the manifest file are based on the version in package.json
  • package - runs gulp build & outputs a module.zip file
  • nuke - runs clean & removes node_modules
  • lint- runs lint --fix on all files

Fork - Response Times

Forked from Response Times since it was broken. I only meant to fix it, but I went ahead and dropped the charting feature, simplified things a bit, and converted to TS, since I just wanted to see the players' average latency and didn't care about the time based chart that was pretty heavy.

I also moved away from an inaccurate fetch call to a WebSocket request.

About

Simple FoundryVTT plugin to display players' pings next to their name.

https://foundryvtt.com/packages/ping-logger

License:GNU General Public License v3.0


Languages

Language:TypeScript 57.0%Language:JavaScript 33.1%Language:SCSS 9.9%