Skip to content

The ledger · licenses

Licenses

Last updated: 2026-08-03

Required notice

Minealyze is not an official Minecraft product. It is not approved by or associated with Mojang or Microsoft. "Minecraft" is a trademark of Mojang Synergies AB.

Minealyze is proprietary software built on open source parts. This page separates what belongs to us, what you get when you subscribe, what you may not do, and other people's work that we ship.

The service

The service code, interface, analytical models, texts, and documentation of Minealyze are the exclusive property of 9558-3936 Québec inc., all rights reserved. Nothing on this site or in the product transfers any intellectual property right. ONE EXCEPTION, and it is a full one: the server plugin is under GPL-3.0, with every right that licence grants you. The service and the plugin are two separate programs talking over HTTP, and the licence of one does not extend to the other.

The right your subscription grants

As long as your account is active and in good standing, you hold a personal, non-exclusive, non-transferable, revocable right to use the service, to operate your own Minecraft servers. That right covers use of the dashboard, of the API within the limits of your keys and quotas, and installation of the plugin on the servers you declare.

What that right does not cover

The following list is explicit to avoid any ambiguity.

  • Reselling, sublicensing, renting, or hosting the service on behalf of third parties.
  • Decompiling, disassembling, or reverse engineering the plugin or any part of the service, except to the extent mandatorily permitted by law.
  • Creating a derivative work of the plugin, redistributing it, or publishing extracts of its code.
  • Removing or obscuring ownership notices, licence notices, or the Mojang disclaimer.
  • Using our marks, name, or visual identity to suggest a partnership or an endorsement.

The server plugin

The plugin installed on your server is FREE software, licensed under GPL-3.0 or later. That is not a stance, it is a consequence: it compiles against the Paper API, itself GPL-3.0, and its main class extends JavaPlugin. Subclassing GPL code creates a derivative work, so the plugin is GPL and cannot be anything else. You may read it, modify it, and redistribute it under those terms. Its complete source is offered from the same place as the binary: minealyze.com/downloads/minealyze-collector-src.zip. The jar itself carries the licence in META-INF. It ships no Mojang code. The third-party plugins it knows how to talk to are COMPILE-time dependencies only: they are not redistributed with the plugin, and if the corresponding plugin is not installed on your side, the feature switches off cleanly.

Open source shipped inside the plugin

The plugin bundles a single third-party library: Gson, Google's JSON library, under the Apache 2.0 licence, relocated into our own namespace so it cannot clash with the other plugins on your server. The interfaces of Paper, Vault, LuckPerms, PlaceholderAPI, NuVotifier, and Citizens are used at compile time and provided at runtime by the plugins you install yourself, under their own licences.

Open source shipped inside the application

The site and the API rest on a set of free components, the main ones being the following.

  • Under the MIT licence: Next.js, React, Fastify, Tailwind CSS, Recharts, Better Auth, Zod, next-intl, next-themes, Radix UI, React Hook Form, sonner, clsx, and tailwind-merge.
  • Under the Apache 2.0 licence: Drizzle ORM.
  • Under the ISC licence: the Lucide icons.
  • Under the Unlicense: the postgres PostgreSQL driver.
  • Audience measurement library: PostHog's browser client, under its own free licence.
  • Typefaces: Bricolage Grotesque, IBM Plex Sans, and IBM Plex Mono, distributed under a free font licence.

Precedence of third-party licences

Each component listed above remains governed by its own licence, whose terms prevail over this page for everything concerning it, including its warranty and liability clauses. This page describes our use of those components; it modifies none of their licences and does not purport to replace them.

Full list

The lists above name the main components, not their transitive dependencies. The exhaustive inventory derives from the project's dependency manifests and their lockfile. It is provided on written request to contact@minealyze.com.

Reporting

If you believe a component is used without the attribution its licence requires, write to us at contact@minealyze.com: we will fix it. A missing attribution is a defect to repair, not a matter for negotiation.

Your data stays yours

No licence is taken over your server data. It remains yours, it is exportable as JSON and CSV from the product, and its deletion follows the mechanics described on the GDPR page. The anonymized aggregates of the cross-server comparison are the exception and cannot be returned to you individually, by construction: they carry no reference to any customer.

A question about this document

The documentation covers setup, data handling, and support. Requests about player data go first to the relevant server owner, who is the data controller for it.

Browse the docs