mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
docs: Update getting start pages for FancyAnalytics
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
---
|
||||
icon: info
|
||||
order: 400
|
||||
---
|
||||
|
||||
There are multiple ways to send data to FancyAnalytics.
|
||||
|
||||
!!! danger
|
||||
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
|
||||
!!!
|
||||
|
||||
### For Minecraft servers
|
||||
|
||||
If you run a Minecraft server, you might want to track metrics about your players and server performance.
|
||||
We provide a Minecraft plugin which can be installed on your server to send data to FancyAnalytics.
|
||||
See the [Minecraft Servers](minecraft-servers.md) page for more information.
|
||||
|
||||
### For Minecraft plugins
|
||||
|
||||
If you are a Minecraft plugin developer, you might want to track metrics about your plugin usage.
|
||||
So you know how many people are using your plugin and how they are using it.
|
||||
We provide a Java SDK which is specifically designed for Minecraft plugins.
|
||||
See the [Minecraft Plugins](minecraft-plugins.md) page for more information.
|
||||
|
||||
### For Java developers
|
||||
|
||||
If you are a Java developer, who wants to track metrics about your Java application, without being in the Minecraft ecosystem, you can use our Java SDK.
|
||||
The Java SDK is a general purpose SDK which can be used to track metrics about any Java application.
|
||||
See the [Java SDK](java-sdk.md) page for more information.
|
||||
|
||||
### For everyone else
|
||||
|
||||
If you are not a Java developer, or you are using a different programming language, you can use our REST API to send data to FancyAnalytics.
|
||||
See the [REST API](rest-api.md) page for more information.
|
||||
@@ -0,0 +1,2 @@
|
||||
icon: info
|
||||
order: 400
|
||||
@@ -5,7 +5,12 @@ order: 300
|
||||
|
||||
# Java SDK
|
||||
|
||||
This guide will help you set up FancyAnalytics in your general Java application.
|
||||
!!! danger
|
||||
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
|
||||
!!!
|
||||
|
||||
If you are a Java developer, who wants to track metrics about your Java application, without being in the Minecraft ecosystem, you can use our Java SDK.
|
||||
The Java SDK is a general purpose SDK which can be used to track metrics about any Java application.
|
||||
|
||||
## Include the Java SDK
|
||||
|
||||
|
||||
@@ -5,7 +5,13 @@ order: 400
|
||||
|
||||
# Minecraft Plugins
|
||||
|
||||
This guide will help you set up FancyAnalytics in your Minecraft plugin. The API is very easy to use and has many default metrics. You can also define your own metrics and events.
|
||||
!!! danger
|
||||
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
|
||||
!!!
|
||||
|
||||
If you are a Minecraft plugin developer, you might want to track metrics about your plugin usage.
|
||||
So you know how many people are using your plugin and how they are using it.
|
||||
We provide a Java SDK which is specifically designed for Minecraft plugins.
|
||||
|
||||
## Include the FancyAnalytics API
|
||||
|
||||
|
||||
@@ -5,7 +5,12 @@ order: 500
|
||||
|
||||
# Minecraft Servers
|
||||
|
||||
This guide will help you set up FancyAnalytics on your Minecraft server. The plugin already has many default metrics.
|
||||
!!! danger
|
||||
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
|
||||
!!!
|
||||
|
||||
If you run a Minecraft server, you might want to track metrics about your players and server performance.
|
||||
We provide a Minecraft plugin which can be installed on your server to send data to FancyAnalytics.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
---
|
||||
icon: dot
|
||||
order: 200
|
||||
visibility: hidden
|
||||
---
|
||||
|
||||
# REST API
|
||||
|
||||
TODO
|
||||
!!! danger
|
||||
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
|
||||
!!!
|
||||
|
||||
If you are not a Java developer, or you are using a different programming language, you can use our REST API to send data to FancyAnalytics.
|
||||
|
||||
Reference in New Issue
Block a user