Skip to content

Commit

Permalink
refactor: change platform from "server-implementation" to "bukkit"
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Sep 9, 2024
1 parent d4a2e24 commit b81fddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "endstone-bstats"
version = "0.0.2"
version = "0.0.3"
description = "bStats Metrics for Endstone Plugins"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/endstone_bstats/_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, plugin: Plugin, service_id: int) -> None:
self._config = MetricsConfig(config_file, True)

super().__init__(
platform="server-implementation",
platform="bukkit",
server_uuid=self._config.server_uuid,
service_id=service_id,
log_errors=self._config.log_errors_enabled,
Expand Down

0 comments on commit b81fddf

Please sign in to comment.