Skip to content

Commit

Permalink
Update domain back to app.analyse.net
Browse files Browse the repository at this point in the history
  • Loading branch information
heychazza committed Jul 13, 2024
1 parent d48d3f0 commit 56e3216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
defaultTasks("clean", "shadowJar")

group = "io.tebex.analytics"
version = "2.2.2"
version = "2.2.3"

subprojects {
plugins.apply("java")
Expand Down
7 changes: 3 additions & 4 deletions bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Analyse
version: '${version}'
main: io.tebex.analytics.AnalyticsPlugin
website: "https://tebex.io"
prefix: "Analytics"
description: "The Minecraft plugin for Tebex Analytics."
website: "https://analyse.net"
prefix: "Analyse"
description: "The Minecraft plugin for server analytics."
api-version: 1.13
folia-supported: true
softdepend:
Expand All @@ -14,7 +14,6 @@ commands:
permission: analytics.admin
aliases:
- analyse
- tebexanalytics
permissions:
analytics.admin:
description: Allows debug command
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/io/tebex/analytics/sdk/SDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class SDK {
private final HttpClient HTTP_CLIENT;

private final int API_VERSION = 1;
private final String API_URL = String.format("https://analytics.tebex.io/api/v%d", API_VERSION);
private final String API_URL = String.format("https://app.analyse.net/api/v%d", API_VERSION);

private final Platform platform;
private String serverToken;
Expand Down

0 comments on commit 56e3216

Please sign in to comment.