Skip to content

Metrics

Robin edited this page May 30, 2022 · 5 revisions
  • id string - UUIDv4 in Java UUID format to identify the installation
  • version string - Plugin version
  • platform
    • internal-name string - The name of the maven module for this platform, e.g. sponge7, sponge8, bungeecord, paper, spigot
    • external-name string - Platform name as reported by the platform itself (expect to see all kinds of weird forks). This could potentially be personally identifiable information, maybe we shouldn't send this.
    • version string - Platform version as reported by the platform itself
    • java-version int - Java version
  • system
    • os string - Operating system name
  • stats
    • api-working boolean - Whether the API website connection is working, null if unknown
  • settings
    • language string
    • server-data-sender boolean
    • server-data-sender-placeholders boolean
    • auto-ban-on-website boolean
    • not-registered-join-message boolean
    • user-sync-whitelist boolean
    • user-sync-bans boolean
    • announcements boolean
    • websend-command-executor boolean
    • websend-send-logs boolean
Clone this wiki locally