License Config
plugins/TypicalWaypoint/license-config.yml contains the server license key.
license-key: %%_TYPICAL_LIC_%%Replace the placeholder with the real key before running the plugin in production. Startup fails when the key is blank or still equals %%_TYPICAL_LIC_%%.
bStats server UUID
TypicalWaypoint also requires plugins/bStats/config.yml with a non-empty serverUuid. This value is part of the server fingerprint used for license verification.
If bStats has not generated its config yet, start the server with bStats-enabled plugins once, then check that serverUuid exists before starting TypicalWaypoint again.
Verification flow
On load, TypicalWaypoint verifies against the TypicalLicense Worker endpoint for plugin id typicalwaypoint. The request includes the plugin version and a server fingerprint derived from server identity values and the bStats server UUID.
Successful online verification can create a signed offline cache at:
plugins/TypicalWaypoint/license-cache.jsonWhen the license service is temporarily unavailable, the plugin can start from the signed offline cache. If verification is denied, config is missing, or no valid cache exists during a temporary failure, the plugin disables itself.