Plan | Player Analytics 图标

Minecraft 服务端插件

Plan | Player Analytics

The Ultimate Tool to monitor Minecraft player activity! Bukkit/Sponge/Bungee/Velocity support.

管理类bukkitbungeecordfabricfoliapaperpurpurspigotspongevelocitywaterfall
版本范围
1.12.2–26.2
下载量
3.2 万

插件介绍

Logo

⚠️ If you downloaded version from this page between 15th of February and 11th of March 2025 the page was controlled by impersonator and was distributing versions with Opium Backdoor malware. If you have downloaded Plan from Modrinth during that time frame, please assume your server is fully compromised and take appropriate action. ⚠️

The impersonator and project were removed, and got recreated by the original author with the help of Modrinth mod team.

Player Analytics is the ultimate server staff tool to monitor how players are playing your server. A built in webserver displays insights into different aspects on the server such as Online activity, Playerbase and how these change over time.

Plan supports multiple different platforms and versions; Paper, Spigot, Sponge, SpongeForge, Bungeecord, Velocity, Cauldron, NukkitX & all derivatives.

Requires Java 11 or newer - if you can't update to Java 11 use 5.4 build 1722 version (versions 1.7.X - 1.12.2)

Slogans Screenshots Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

YouTube trailer

Installation

Server Set-Up | Bungee Set-Up

After setting up Plan on a server you should consider setting up HTTPS & Login

Special Thanks

Contributors

Supported plugins

Support the Developer

版本与下载

推荐下载

PlanFabric-5.7-build-3306.jar版本 5.7+build.3306+fabric · 16.8 MBSHA-1 b497e868ea1a15a1996e852de920e7c01cc5f5f7下载 PlanFabric-5.7-build-3306.jar

5.7+build.3558+fabric

测试版推荐
加载器
fabric
MC 版本
26.2
PlanFabric-5.7-dev-build-3558.jar17 MBSHA-1 5bc69527dbdf66c475573c623e9eb56d3a3567e5获取文件 PlanFabric-5.7-dev-build-3558.jar
展开更新日志

5.7 DEV build 3558

This dev release introduces MSPT Jitter, performance graph rewrite, MC version 26.2 on fabric, bugfixes and improvements.

Special thanks to AnttiMK & Minecraft0122 for contributions to this update

Change log

Website

MSPT Jitter

Added new metric called MSPT Jitter which displays the average and maximum difference between subsequent tick speeds (Milliseconds Per Tick). Example: MSPT of 35, 36, 34, 80, 37 -> Jitter = 1, 2, 46, 43 -> Average=23, Max=46.

New performance metrics

Performance tab was rewritten to include more interesting metrics that reflect how players and chunks impact server load. The impact of players on Entities and Chunks was also taken into account since some servers unload all chunks without players present.

There is now a help button available on the Performance as Numbers card to explain each metric.

Updated Server Performance graph

Server performance graph is now less jumpy and you can select any of the data you want to see, using either presets on the left, or the labels at the bottom.

Under the hood the graph no longer renders 6 different HighCharts graphs, instead changing a single instance whenever you pick data. This also means the graph date-range no longer jumps in annoying way when you switch what you are viewing.

New sessions tab

Sessions tab was rewritten on all pages (Network, Server, Player) and it now gets you up to 10k sessions, which can be searched further and exported as CSV. You can choose a date range using the session calendar or the new date picker component.

All of the data on session page will reflect the selected dates. All ongoing sessions within selected date range are shown, even if they didn't start within the date range, but before it.

On the Export website this feature is not available and defaults to most recent data (Similar to before)

Other

The new date picker component is in use anywhere you can input dates to a text field

Also

  • Servers overview (Network) now loads a lot faster (It only gets the data for the server you're looking at)
  • Server overview, Network overview, Online Acctivity overview, Sessions and Performance tabs all got their number tables changed to get individual values independently from each other. This speeds up loading of data since you no longer need to wait for the slowest query to see all data.

Bugfixes

  • Fixed some IPv6 setups being unable to login
  • Fixed Average MSPT not showing if MSPT was under 1ms
  • Fixed Hour by Hour showing Daily new players and not hourly
  • Fixed date saying 'Today' if it was in the future
  • Fixed Alternative_IP.Address changes not being reflected in Javascript due to Cache policy
  • Fixed boolean Extension values causing 'variable t not found' error.
  • Fixed component Extension values erroring
  • Fixed redirects on reverse-proxy setups with subdirectory addresses
  • Fixed value not defined error on Playerstable when showing time or date from plugin data on player table
  • Fixed stacked players online graph not stacking
  • Fixed Players Online tooltip going under table headers

/v1/datapoint

To implement dynamic date based filtering seen above, new endpoint /v1/datapoint was implemented. It makes implementing new single-value metrics a lot easier, since it's possible to produce tables of metrics by just defining a column 'time slot' and each row as a metric - you can already see impacts with the new metrics that were already added. This endpoint will be further expanded upon in the future.

This endpoint takes in after/afterMillisAgo, before/beforeMillisAgo and server or player parameters. server parameter can take in multiple server uuids comma separated. The endpoint returns 200, 302 (cached by browser) or 400 (invalid type). Please use ETag for caching if calling this endpoint from program code.

Example /v1/datapoint?type=PLAYTIME&afterMillisAgo=86400000&server=uuid will get you playtime for last 24h on a server.

All the supported datapoint types can be found from https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/json/datapoint/DatapointType.java

Deprecated endpoints

Following endpoints are deprecated in favor of the new /v1/datapoint endpoint:

  • /v1/serverOverview
  • /v1/network/overview
  • /v1/network/servers
  • /v1/onlineOverview
  • /v1/sessionOverview
  • /v1/performanceOverview
  • /v1/network/performanceOverview

Accessing the deprecated endpoints will print a warning on the console (Due to performance impact).

New Web permissions

This will be expanded upon in the future. This endpoint uses data.player, data.server, data.network (and further subdivisions) to control visiblity. These permissions are granted automatically based on existing permissions:

  • access.network -> group is given data.network
  • access.server -> group is given data.server
  • access.player -> group is given data.player

/v1/datapoint will also check for access.player and access.player.self if looking for player specific data.

Fabric 26.2

  • Updated to Fabric 26.2 which required no API changes.
  • AnttiMK implemented Fabric 26.1 support. 1.21.9-1.21.11 are no longer supported by this version.

Config

  • Display_options.Sessions.Show_on_page setting has been removed
  • Changed default value for Time.Thresholds.Remove_time_series_after to 3650 on Bungee/Velocity (Default is not automatically replaced)

Locale

  • CN locale updated by Minecraft0122

Extensions

  • Fixed error related to Folia and CMI extension

Other

  • Added database transaction queue information to /plan info command
  • Fixed deadlock related to ban status update task
  • Fixed /plan db uninstalled printing "success" before completing properly
  • AnttiMK updated Java compile options so that test code can use features from newer JDKs
  • Optimized Playerbase development graph generation query
  • Optimized Players online peak query
  • Possibly fixed TPSTableIdPatch failing on SQLite due to table lock

5.7+build.3558

测试版推荐
加载器
bukkit · bungeecord · folia · paper · purpur · spigot · sponge · velocity · waterfall
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2 · 26.2
Plan-5.7-dev-build-3558.jar17.4 MBSHA-1 8abcd7e504107cffe5aa740ce8eedc88067e0332获取文件 Plan-5.7-dev-build-3558.jar
展开更新日志

5.7 DEV build 3558

This dev release introduces MSPT Jitter, performance graph rewrite, MC version 26.2 on fabric, bugfixes and improvements.

Special thanks to AnttiMK & Minecraft0122 for contributions to this update

Change log

Website

MSPT Jitter

Added new metric called MSPT Jitter which displays the average and maximum difference between subsequent tick speeds (Milliseconds Per Tick). Example: MSPT of 35, 36, 34, 80, 37 -> Jitter = 1, 2, 46, 43 -> Average=23, Max=46.

New performance metrics

Performance tab was rewritten to include more interesting metrics that reflect how players and chunks impact server load. The impact of players on Entities and Chunks was also taken into account since some servers unload all chunks without players present.

There is now a help button available on the Performance as Numbers card to explain each metric.

Updated Server Performance graph

Server performance graph is now less jumpy and you can select any of the data you want to see, using either presets on the left, or the labels at the bottom.

Under the hood the graph no longer renders 6 different HighCharts graphs, instead changing a single instance whenever you pick data. This also means the graph date-range no longer jumps in annoying way when you switch what you are viewing.

New sessions tab

Sessions tab was rewritten on all pages (Network, Server, Player) and it now gets you up to 10k sessions, which can be searched further and exported as CSV. You can choose a date range using the session calendar or the new date picker component.

All of the data on session page will reflect the selected dates. All ongoing sessions within selected date range are shown, even if they didn't start within the date range, but before it.

On the Export website this feature is not available and defaults to most recent data (Similar to before)

Other

The new date picker component is in use anywhere you can input dates to a text field

Also

  • Servers overview (Network) now loads a lot faster (It only gets the data for the server you're looking at)
  • Server overview, Network overview, Online Acctivity overview, Sessions and Performance tabs all got their number tables changed to get individual values independently from each other. This speeds up loading of data since you no longer need to wait for the slowest query to see all data.

Bugfixes

  • Fixed some IPv6 setups being unable to login
  • Fixed Average MSPT not showing if MSPT was under 1ms
  • Fixed Hour by Hour showing Daily new players and not hourly
  • Fixed date saying 'Today' if it was in the future
  • Fixed Alternative_IP.Address changes not being reflected in Javascript due to Cache policy
  • Fixed boolean Extension values causing 'variable t not found' error.
  • Fixed component Extension values erroring
  • Fixed redirects on reverse-proxy setups with subdirectory addresses
  • Fixed value not defined error on Playerstable when showing time or date from plugin data on player table
  • Fixed stacked players online graph not stacking
  • Fixed Players Online tooltip going under table headers

/v1/datapoint

To implement dynamic date based filtering seen above, new endpoint /v1/datapoint was implemented. It makes implementing new single-value metrics a lot easier, since it's possible to produce tables of metrics by just defining a column 'time slot' and each row as a metric - you can already see impacts with the new metrics that were already added. This endpoint will be further expanded upon in the future.

This endpoint takes in after/afterMillisAgo, before/beforeMillisAgo and server or player parameters. server parameter can take in multiple server uuids comma separated. The endpoint returns 200, 302 (cached by browser) or 400 (invalid type). Please use ETag for caching if calling this endpoint from program code.

Example /v1/datapoint?type=PLAYTIME&afterMillisAgo=86400000&server=uuid will get you playtime for last 24h on a server.

All the supported datapoint types can be found from https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/json/datapoint/DatapointType.java

Deprecated endpoints

Following endpoints are deprecated in favor of the new /v1/datapoint endpoint:

  • /v1/serverOverview
  • /v1/network/overview
  • /v1/network/servers
  • /v1/onlineOverview
  • /v1/sessionOverview
  • /v1/performanceOverview
  • /v1/network/performanceOverview

Accessing the deprecated endpoints will print a warning on the console (Due to performance impact).

New Web permissions

This will be expanded upon in the future. This endpoint uses data.player, data.server, data.network (and further subdivisions) to control visiblity. These permissions are granted automatically based on existing permissions:

  • access.network -> group is given data.network
  • access.server -> group is given data.server
  • access.player -> group is given data.player

/v1/datapoint will also check for access.player and access.player.self if looking for player specific data.

Fabric 26.2

  • Updated to Fabric 26.2 which required no API changes.
  • AnttiMK implemented Fabric 26.1 support. 1.21.9-1.21.11 are no longer supported by this version.

Config

  • Display_options.Sessions.Show_on_page setting has been removed
  • Changed default value for Time.Thresholds.Remove_time_series_after to 3650 on Bungee/Velocity (Default is not automatically replaced)

Locale

  • CN locale updated by Minecraft0122

Extensions

  • Fixed error related to Folia and CMI extension

Other

  • Added database transaction queue information to /plan info command
  • Fixed deadlock related to ban status update task
  • Fixed /plan db uninstalled printing "success" before completing properly
  • AnttiMK updated Java compile options so that test code can use features from newer JDKs
  • Optimized Playerbase development graph generation query
  • Optimized Players online peak query
  • Possibly fixed TPSTableIdPatch failing on SQLite due to table lock

5.7+build.3506+fabric

测试版推荐
加载器
fabric
MC 版本
26.1 · 26.1.1 · 26.1.2
PlanFabric-5.7-dev-build-3506.jar16.9 MBSHA-1 4ef396585e7c193ec5dfe9b0c7302fe656605c5c获取文件 PlanFabric-5.7-dev-build-3506.jar
展开更新日志

5.7 DEV build 3506

This dev release introduces new performance metrics, new sessions tab, MC version 26.1 on fabric, and lots of bugfixes and improvements.

Special thanks to AnttiMK & Minecraft0122 for contributions to this update

Change log

Website

New performance metrics

Performance tab was rewritten to include more interesting metrics that reflect how players and chunks impact server load. The impact of players on Entities and Chunks was also taken into account since some servers unload all chunks without players present.

New sessions tab

Sessions tab was rewritten on all pages (Network, Server, Player) and it now gets you up to 10k sessions, which can be searched further and exported as CSV. You can choose a date range using the session calendar or the new date picker component.

All of the data on session page will reflect the selected dates. All ongoing sessions within selected date range are shown, even if they didn't start within the date range, but before it.

On the Export website this feature is not available and defaults to most recent data (Similar to before)

Other

The new date picker component is in use anywhere you can input dates to a text field

Also

  • Servers overview (Network) now loads a lot faster (It only gets the data for the server you're looking at)
  • Server overview, Network overview, Online Acctivity overview, Sessions and Performance tabs all got their number tables changed to get individual values independently from each other. This speeds up loading of data since you no longer need to wait for the slowest query to see all data.

Bugfixes

  • Fixed some IPv6 setups being unable to login
  • Fixed Average MSPT not showing if MSPT was under 1ms
  • Fixed Hour by Hour showing Daily new players and not hourly
  • Fixed date saying 'Today' if it was in the future
  • Fixed Alternative_IP.Address changes not being reflected in Javascript due to Cache policy
  • Fixed boolean Extension values causing 'variable t not found' error.
  • Fixed component Extension values erroring
  • Fixed redirects on reverse-proxy setups with subdirectory addresses
  • Fixed value not defined error on Playerstable when showing time or date from plugin data on player table

/v1/datapoint

To implement dynamic date based filtering seen above, new endpoint /v1/datapoint was implemented. It makes implementing new single-value metrics a lot easier, since it's possible to produce tables of metrics by just defining a column 'time slot' and each row as a metric - you can already see impacts with the new metrics that were already added. This endpoint will be further expanded upon in the future.

This endpoint takes in after/afterMillisAgo, before/beforeMillisAgo and server or player parameters. server parameter can take in multiple server uuids comma separated. The endpoint returns 200, 302 (cached by browser) or 400 (invalid type). Please use ETag for caching if calling this endpoint from program code.

Example /v1/datapoint?type=PLAYTIME&afterMillisAgo=86400000&server=uuid will get you playtime for last 24h on a server.

All the supported datapoint types can be found from https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/json/datapoint/DatapointType.java

Deprecated endpoints

Following endpoints are deprecated in favor of the new /v1/datapoint endpoint:

  • /v1/serverOverview
  • /v1/network/overview
  • /v1/network/servers
  • /v1/onlineOverview
  • /v1/sessionOverview
  • /v1/performanceOverview
  • /v1/network/performanceOverview

Accessing the deprecated endpoints will print a warning on the console (Due to performance impact).

New Web permissions

This will be expanded upon in the future. This endpoint uses data.player, data.server, data.network (and further subdivisions) to control visiblity. These permissions are granted automatically based on existing permissions:

  • access.network -> group is given data.network
  • access.server -> group is given data.server
  • access.player -> group is given data.player

/v1/datapoint will also check for access.player and access.player.self if looking for player specific data.

Fabric 26.1

AnttiMK implemented Fabric 26.1 support. 1.21.9-1.21.11 are no longer supported by this version.

Config

  • Display_options.Sessions.Show_on_page setting has been removed
  • Changed default value for Time.Thresholds.Remove_time_series_after to 3650 on Bungee/Velocity (Default is not automatically replaced)

Locale

  • CN locale updated by Minecraft0122

Extensions

  • Fixed error related to Folia and CMI extension

Other

  • Added database transaction queue information to /plan info command
  • Fixed deadlock related to ban status update task
  • Fixed /plan db uninstalled printing "success" before completing properly
  • AnttiMK updated Java compile options so that test code can use features from newer JDKs
  • Optimized Playerbase development graph generation query
  • Optimized Players online peak query

5.7+build.3506

测试版
加载器
bukkit · bungeecord · folia · paper · purpur · spigot · sponge · velocity · waterfall
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2 · 26.2
Plan-5.7-dev-build-3506.jar17.3 MBSHA-1 5e43df7f41aa7135daa68520d3111f7fa4c997c3获取文件 Plan-5.7-dev-build-3506.jar
展开更新日志

5.7 DEV build 3506

This dev release introduces new performance metrics, new sessions tab, MC version 26.1 on fabric, and lots of bugfixes and improvements.

Special thanks to AnttiMK & Minecraft0122 for contributions to this update

Change log

Website

New performance metrics

Performance tab was rewritten to include more interesting metrics that reflect how players and chunks impact server load. The impact of players on Entities and Chunks was also taken into account since some servers unload all chunks without players present.

New sessions tab

Sessions tab was rewritten on all pages (Network, Server, Player) and it now gets you up to 10k sessions, which can be searched further and exported as CSV. You can choose a date range using the session calendar or the new date picker component.

All of the data on session page will reflect the selected dates. All ongoing sessions within selected date range are shown, even if they didn't start within the date range, but before it.

On the Export website this feature is not available and defaults to most recent data (Similar to before)

Other

The new date picker component is in use anywhere you can input dates to a text field

Also

  • Servers overview (Network) now loads a lot faster (It only gets the data for the server you're looking at)
  • Server overview, Network overview, Online Acctivity overview, Sessions and Performance tabs all got their number tables changed to get individual values independently from each other. This speeds up loading of data since you no longer need to wait for the slowest query to see all data.

Bugfixes

  • Fixed some IPv6 setups being unable to login
  • Fixed Average MSPT not showing if MSPT was under 1ms
  • Fixed Hour by Hour showing Daily new players and not hourly
  • Fixed date saying 'Today' if it was in the future
  • Fixed Alternative_IP.Address changes not being reflected in Javascript due to Cache policy
  • Fixed boolean Extension values causing 'variable t not found' error.
  • Fixed component Extension values erroring
  • Fixed redirects on reverse-proxy setups with subdirectory addresses
  • Fixed value not defined error on Playerstable when showing time or date from plugin data on player table

/v1/datapoint

To implement dynamic date based filtering seen above, new endpoint /v1/datapoint was implemented. It makes implementing new single-value metrics a lot easier, since it's possible to produce tables of metrics by just defining a column 'time slot' and each row as a metric - you can already see impacts with the new metrics that were already added. This endpoint will be further expanded upon in the future.

This endpoint takes in after/afterMillisAgo, before/beforeMillisAgo and server or player parameters. server parameter can take in multiple server uuids comma separated. The endpoint returns 200, 302 (cached by browser) or 400 (invalid type). Please use ETag for caching if calling this endpoint from program code.

Example /v1/datapoint?type=PLAYTIME&afterMillisAgo=86400000&server=uuid will get you playtime for last 24h on a server.

All the supported datapoint types can be found from https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/json/datapoint/DatapointType.java

Deprecated endpoints

Following endpoints are deprecated in favor of the new /v1/datapoint endpoint:

  • /v1/serverOverview
  • /v1/network/overview
  • /v1/network/servers
  • /v1/onlineOverview
  • /v1/sessionOverview
  • /v1/performanceOverview
  • /v1/network/performanceOverview

Accessing the deprecated endpoints will print a warning on the console (Due to performance impact).

New Web permissions

This will be expanded upon in the future. This endpoint uses data.player, data.server, data.network (and further subdivisions) to control visiblity. These permissions are granted automatically based on existing permissions:

  • access.network -> group is given data.network
  • access.server -> group is given data.server
  • access.player -> group is given data.player

/v1/datapoint will also check for access.player and access.player.self if looking for player specific data.

Fabric 26.1

AnttiMK implemented Fabric 26.1 support. 1.21.9-1.21.11 are no longer supported by this version.

Config

  • Display_options.Sessions.Show_on_page setting has been removed
  • Changed default value for Time.Thresholds.Remove_time_series_after to 3650 on Bungee/Velocity (Default is not automatically replaced)

Locale

  • CN locale updated by Minecraft0122

Extensions

  • Fixed error related to Folia and CMI extension

Other

  • Added database transaction queue information to /plan info command
  • Fixed deadlock related to ban status update task
  • Fixed /plan db uninstalled printing "success" before completing properly
  • AnttiMK updated Java compile options so that test code can use features from newer JDKs
  • Optimized Playerbase development graph generation query
  • Optimized Players online peak query

5.7+build.3341+fabric

测试版
加载器
fabric
MC 版本
26.1 · 26.1.1 · 26.1.2
PlanFabric-5.7-build-3341.jar16.8 MBSHA-1 d4ca465e8472671d865e617a6334bfb941d865c9获取文件 PlanFabric-5.7-build-3341.jar
展开更新日志

5.7 DEV build 3341

This dev release includes support for mc version 26.1 on fabric, new sessions tab and bugfixes.

Special thanks to AnttiMK & Minecraft0122 for contributions to this update

Change log

Website

New sessions tab

Sessions tab was rewritten on all pages (Network, Server, Player) and it now gets you up to 10k sessions, which can be searched further and exported as CSV. You can choose a date range using the session calendar or the new date picker component.

All of the data on session page will reflect the selected dates. All ongoing sessions within selected date range are shown, even if they didn't start within the date range, but before it.

On the Export website this feature is not available and defaults to most recent data (Similar to before)

New Web permissions

To implement dynamic date based filtering seen above, new endpoint /v1/datapoint was implemented. This will be expanded upon in the future. This endpoint uses data.player, data.server, data.network (and further subdivisions) to control visiblity. These permissions are granted automatically based on existing permissions:

  • access.network -> group is given data.network
  • access.server -> group is given data.server
  • access.player -> group is given data.player

/v1/datapoint will also check for access.player and access.player.self if looking for player specific data.

Other

The new date picker component is in use anywhere you can input dates to a text field

Bugfixes

  • Fixed Average MSPT not showing if MSPT was under 1ms
  • Fixed date saying 'Today' if it was in the future
  • Fixed Alternative_IP.Address changes not being reflected in Javascript due to Cache policy
  • Fixed boolean Extension values causing 'variable t not found' error.

Fabric 26.1

AnttiMK implemented Fabric 26.1 support. 1.21.9-1.21.11 are no longer supported by this version.

Config

  • Display_options.Sessions.Show_on_page setting has been removed
  • Changed default value for Time.Thresholds.Remove_time_series_after to 3650 on Bungee/Velocity (Default is not automatically replaced)

Locale

  • CN locale updated by Minecraft0122

5.7+build.3341

测试版
加载器
bukkit · bungeecord · folia · paper · spigot · sponge · velocity · waterfall
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
Plan-5.7-build-3341.jar17.2 MBSHA-1 7b1dc321cf5d6961bcd0d7a4bc33a072241b54e8获取文件 Plan-5.7-build-3341.jar
展开更新日志

5.7 DEV build 3341

This dev release includes support for mc version 26.1 on fabric, new sessions tab and bugfixes.

Special thanks to AnttiMK & Minecraft0122 for contributions to this update

Change log

Website

New sessions tab

Sessions tab was rewritten on all pages (Network, Server, Player) and it now gets you up to 10k sessions, which can be searched further and exported as CSV. You can choose a date range using the session calendar or the new date picker component.

All of the data on session page will reflect the selected dates. All ongoing sessions within selected date range are shown, even if they didn't start within the date range, but before it.

On the Export website this feature is not available and defaults to most recent data (Similar to before)

New Web permissions

To implement dynamic date based filtering seen above, new endpoint /v1/datapoint was implemented. This will be expanded upon in the future. This endpoint uses data.player, data.server, data.network (and further subdivisions) to control visiblity. These permissions are granted automatically based on existing permissions:

  • access.network -> group is given data.network
  • access.server -> group is given data.server
  • access.player -> group is given data.player

/v1/datapoint will also check for access.player and access.player.self if looking for player specific data.

Other

The new date picker component is in use anywhere you can input dates to a text field

Bugfixes

  • Fixed Average MSPT not showing if MSPT was under 1ms
  • Fixed date saying 'Today' if it was in the future
  • Fixed Alternative_IP.Address changes not being reflected in Javascript due to Cache policy
  • Fixed boolean Extension values causing 'variable t not found' error.

Fabric 26.1

AnttiMK implemented Fabric 26.1 support. 1.21.9-1.21.11 are no longer supported by this version.

Config

  • Display_options.Sessions.Show_on_page setting has been removed
  • Changed default value for Time.Thresholds.Remove_time_series_after to 3650 on Bungee/Velocity (Default is not automatically replaced)

Locale

  • CN locale updated by Minecraft0122

5.7+build.3306+fabric

正式版推荐
加载器
fabric
MC 版本
1.21.9 · 1.21.10 · 1.21.11
PlanFabric-5.7-build-3306.jar16.8 MBSHA-1 b497e868ea1a15a1996e852de920e7c01cc5f5f7获取文件 PlanFabric-5.7-build-3306.jar
展开更新日志

5.7 build 3306

Hotfix for config update bug in build 3288.

Change log

  • Fixed config resetting some values to default on reload
  • Fixed table sorting with alphabetical things
  • Minor dependency updates
  • CI pipelines for releasing to Ore, Hangar and Modrinth

5.7+build.3306

正式版推荐
加载器
bukkit · bungeecord · folia · paper · spigot · sponge · velocity · waterfall
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2 · 26.2
Plan-5.7-build-3306.jar16.9 MBSHA-1 a091c7121d25e84a5b287e268ced14dd9ef1b7d9获取文件 Plan-5.7-build-3306.jar
展开更新日志

5.7 build 3306

Hotfix for config update bug in build 3288.

Change log

  • Fixed config resetting some values to default on reload
  • Fixed table sorting with alphabetical things
  • Minor dependency updates
  • CI pipelines for releasing to Ore, Hangar and Modrinth

5.7+build.3298

测试版
加载器
bukkit · bungeecord · folia · paper · spigot · sponge · velocity · waterfall
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
Plan-5.7-dev-build-3298.jar16.9 MBSHA-1 1d004012c9b396f1662061eac0ae887fdab73d7c获取文件 Plan-5.7-dev-build-3298.jar
展开更新日志

5.7 DEV build 3298

DEV build to test new publishing pipelines to Ore, Hangar and Modrinth.

No changes compared to DEV build 3294/3295 https://github.com/plan-player-analytics/Plan/releases/tag/5.7.3295

5.7+build.3288

正式版
加载器
fabric
MC 版本
1.21.9 · 1.21.10 · 1.21.11
PlanFabric-5.7-build-3288.jar16.8 MBSHA-1 013bb8fbd3d85d6095d5f667d6c730e5602b390c获取文件 PlanFabric-5.7-build-3288.jar
展开更新日志

5.7 build 3288

This release contains bugfixes to build 3265 and a new theme.

Special thanks to Kopo, Leolebleis & Guinness_Akihiko for contributions to this update

Change log

Website

  • Improved readability of World Pie on servers that have over 7 worlds
  • Improved readability of Server Pie on networks that have over 7 servers
  • Moved Performance graph loading to Web Worker (async threading in browsers) - This should improve rendering times slightly
  • Fixed issue where Join Address Groups would reset when using HTTPS
  • Fixed a couple of instances where Trend was not properly showing
  • Fixed 'showPlayersOnline is not defined' when viewing network page on networks with multiple Proxy servers
  • Fixed a bug with Change history floating on top of the Save button in Theme Editor when using Night mode.
  • Fixed CUSTOM locale defaulting to Chinese locale for time/date/country localization due to "Best match" in browser matching.
  • Fixed Swagger documentation not showing
  • Fixed 'New player retention' label in Server overview
  • Fixed typo in a locale key
  • Fixed Low TPS Insights showing entities instead of CPU
  • Leolebleis fixed reverse-proxy https address not being recognized as correct address

Fabric

Kopo updated Fabric to use Mojang mappings (Tested with 1.12.9-1.12.11)

Themes

Added solarized theme based on https://github.com/altercation/solarized

Config

  • Possibly fixed a race condition that caused server identity to be reset, creating duplicate servers when server was shut down during Database patching
  • Fixed trailing comments removing part of config setting value.
  • Fixed some config changes being applied every time

Locale

  • Guinness_Akihiko updated KO locale

Other

  • Builds now require JDK 25 for switch to Mojang mappings.

5.7+build.3288

正式版
加载器
bukkit · bungeecord · folia · paper · purpur · spigot · sponge · velocity · waterfall
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
Plan-5.7-build-3288.jar16.9 MBSHA-1 b3563bd358a6039d335c59d0633f7fe7dac4dfb3获取文件 Plan-5.7-build-3288.jar
展开更新日志

5.7 build 3288

This release contains bugfixes to build 3265 and a new theme.

Special thanks to Kopo, Leolebleis & Guinness_Akihiko for contributions to this update

Change log

Website

  • Improved readability of World Pie on servers that have over 7 worlds
  • Improved readability of Server Pie on networks that have over 7 servers
  • Moved Performance graph loading to Web Worker (async threading in browsers) - This should improve rendering times slightly
  • Fixed issue where Join Address Groups would reset when using HTTPS
  • Fixed a couple of instances where Trend was not properly showing
  • Fixed 'showPlayersOnline is not defined' when viewing network page on networks with multiple Proxy servers
  • Fixed a bug with Change history floating on top of the Save button in Theme Editor when using Night mode.
  • Fixed CUSTOM locale defaulting to Chinese locale for time/date/country localization due to "Best match" in browser matching.
  • Fixed Swagger documentation not showing
  • Fixed 'New player retention' label in Server overview
  • Fixed typo in a locale key
  • Fixed Low TPS Insights showing entities instead of CPU
  • Leolebleis fixed reverse-proxy https address not being recognized as correct address

Fabric

Kopo updated Fabric to use Mojang mappings (Tested with 1.12.9-1.12.11)

Themes

Added solarized theme based on https://github.com/altercation/solarized

Config

  • Possibly fixed a race condition that caused server identity to be reset, creating duplicate servers when server was shut down during Database patching
  • Fixed trailing comments removing part of config setting value.
  • Fixed some config changes being applied every time

Locale

  • Guinness_Akihiko updated KO locale

Other

  • Builds now require JDK 25 for switch to Mojang mappings.

5.7+build.3247

正式版
加载器
fabric
MC 版本
1.21.9 · 1.21.10 · 1.21.11
PlanFabric-5.7-build-3247.jar16.7 MBSHA-1 f968e2202b9b16aad02d5ec41ab709760fd9f694获取文件 PlanFabric-5.7-build-3247.jar
展开更新日志

5.7 build 3247

This update brings a big bunch of new features and improvements, such as Theme Editor, Milliseconds per Tick, Players online -tooltip, Database move/merge rewrite and many others.

Special thanks to Kopo, SaolGhra, TWJohnJohn20116, Shadowhackercz, Vankka, DrexHD, Jsinco & julianvdhogen for contributions to this update

Change log

The theme settings have changed. See https://github.com/plan-player-analytics/Plan/wiki/Migration-guide-from-Version-5.6-to-5.7 for what might need changing in the config.

Website

Fixed vulnerabilities

  • Fixed potential XSS injected through malicious plugin. (User would have had to click the link to activate XSS) What is XSS
  • Fixed potential Session hijack vulnerability after successful XSS where attacker could read authentication cookie through javascript.
    • It is recommended to run /plan logout * after the update to protect against this vulnerability, even if the sessions will eventually expire.

There has not been reports of exploitation of these vulnerabilities.

Theme Editor

You can now create your own themes for Plan without needing Html Customization. This is the main new feature of this version and is documented here.

  • theme.yml has now been deprecated and will be deleted if it only contains default values

MSPT (Milliseconds per Tick)

Milliseconds per Tick (average/95th percentile) have been added to performance metrics on all applicable platforms.

Players online -tooltip

You can now hover over Players online graph to see who was online at specific time (up to 63 players).

Query page improvements

  • New filters have been added
    • Played on date
    • Activity group on date
    • Last seen between
  • All 'between' filters now support 'Before' and 'After' by deselecting one of the checkboxes (e.g. played between -> played before)
  • Multi-select components have been replaced with a mobile friendly, text searchable alternative that no longer requires pressing Shift for multi-selection
  • Fixed timezone inconsistency between View time input fields and the graph

Performance graph improvements

performance-tab-graph-linking

  • Performance graph tabs now sync the graph range-finder so that you can view different data for same time easier
  • Network performance graph colors now vary between servers to be easier to read
  • Fixed extra Series label appearing in HTTP mode on Performance graph (This was the plugin version history series in HTTPS mode)
  • Added Uptime data to Performance as Numbers tables

Other

  • Kills table can now be searched/sorted/exported and gets up to 25000 entries from the database

  • Added support for nickname search in player tables

  • Fixed some night mode text invisibility issues

  • SaolGhra fixed error r.includes is not a function related to Litebans

  • Fixed 'View full query' button in the modal that opens when clicking Server calendar

  • Fixed clicking Server calendar results including players who played on other servers during selected days

Config

  • Changed default Display_options.Player_head_image_url to https://crafthead.net/helm/${playerUUIDNoDash}/120 (Existing configs need to be manually updated)
  • Jsinco updated 'Data_gathering.Join_addresses_.Filter_out_from_data' to support regex. Note that any existing setting values with . (dot character) will now match any character.
  • Display_options.Theme (default "default") now refers to theme name in the theme editor rather than "What theme.yml to copy values from"
  • Display_options.Night_mode (default false) added

Data

  • MSPT average and 95th percentile added to plan_tps table
  • Register date 0 (1970-01-01) is now regarded as invalid.
  • Ban status is now updated by an automatic task that cycles through all known players small amount at a time

Sponge

  • Sponge API 14 is now used, API 8 is no longer supported.

Fabric

  • Fabric was updated to 1.12.9 by DrexHD (Supports 1.12.11 as well)

Velocity

  • Velocity was updated to 3.5.0-SNAPSHOT

Database

Database move system rewrite

Rewrote the system responsible for copying data from one database to another since previous system would crash under large datasets. The goal of this was to allow copying large SQLite databases to MySQL even on larger servers. The system was tested against a 3 GB MySQL database on a server with 1 GB of allocated memory. (Sidenote: Please don't try to run your server off 3 GB large database.db SQLite file)

  • /plan db move, /plan db backup, /plan db restore use the new system
  • Added /plan db merge command (permission: plan.data.merge) which allows merging SQLite data to existing MySQL. This is useful for those merging multiple servers into a network when all servers had Plan installed on separate SQLite databases.

Other

  • id column added to old plan_tps tables that did not have it yet via Patch.
  • Lock hints for selections inside transactions to reduce deadlocks
  • Fixed 1020 "Record has changed since last read in table" error on MariaDB 11.8.3
  • Fixed dyplicate key violation related to AllowListBounce
  • Possibly fixed ShutdownDataPreservationTransaction failing on existing join address insert
  • Fixed playtime queries where session started before view window or ended after.

Locale

  • Dates, time amounts & country names are now translated based on the selected locale. (If specific ones aren't please report it as a bug)
  • HighCharts & Calendar are now translated based on the selected locale
  • TWJohnJohn20116 updated zh_TW locale
  • Shadowhackercz updated CS locale
  • julianvdhogen updated NL locale

Extensions

  • Fixed ArithmeticException related to LibertyBans when bans were infinite
  • Fixed an issue related to rendering boolean values
  • Updated Jobs extension to support newer version
  • Added Time.Periodical_tasks.Extension_player_data_refresh_every setting (default 15 MINUTES) which only affects plugins that decide to support it.
  • Made gathered PlaceholderAPI data update periodically

Placeholders

  • Fixed network_players_online always saying 0

Other

  • Added Typescript support.
  • Vankka updated DependencyDownload to clean up libraries folder of old versions
  • Kopo updated the build system to speed up builds & IDE indexing performance

5.7+build.3247

正式版
加载器
bukkit · bungeecord · folia · paper · purpur · spigot · sponge · velocity · waterfall
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
Plan-5.7-build-3247.jar16.8 MBSHA-1 8c1010f0432e50008738a770c98c76c5809e1029获取文件 Plan-5.7-build-3247.jar
展开更新日志

5.7 build 3247

This update brings a big bunch of new features and improvements, such as Theme Editor, Milliseconds per Tick, Players online -tooltip, Database move/merge rewrite and many others.

Special thanks to Kopo, SaolGhra, TWJohnJohn20116, Shadowhackercz, Vankka, DrexHD, Jsinco & julianvdhogen for contributions to this update

Change log

The theme settings have changed. See https://github.com/plan-player-analytics/Plan/wiki/Migration-guide-from-Version-5.6-to-5.7 for what might need changing in the config.

Website

Fixed vulnerabilities

  • Fixed potential XSS injected through malicious plugin. (User would have had to click the link to activate XSS) What is XSS
  • Fixed potential Session hijack vulnerability after successful XSS where attacker could read authentication cookie through javascript.
    • It is recommended to run /plan logout * after the update to protect against this vulnerability, even if the sessions will eventually expire.

There has not been reports of exploitation of these vulnerabilities.

Theme Editor

You can now create your own themes for Plan without needing Html Customization. This is the main new feature of this version and is documented here.

  • theme.yml has now been deprecated and will be deleted if it only contains default values

MSPT (Milliseconds per Tick)

Milliseconds per Tick (average/95th percentile) have been added to performance metrics on all applicable platforms.

Players online -tooltip

You can now hover over Players online graph to see who was online at specific time (up to 63 players).

Query page improvements

  • New filters have been added
    • Played on date
    • Activity group on date
    • Last seen between
  • All 'between' filters now support 'Before' and 'After' by deselecting one of the checkboxes (e.g. played between -> played before)
  • Multi-select components have been replaced with a mobile friendly, text searchable alternative that no longer requires pressing Shift for multi-selection
  • Fixed timezone inconsistency between View time input fields and the graph

Performance graph improvements

performance-tab-graph-linking

  • Performance graph tabs now sync the graph range-finder so that you can view different data for same time easier
  • Network performance graph colors now vary between servers to be easier to read
  • Fixed extra Series label appearing in HTTP mode on Performance graph (This was the plugin version history series in HTTPS mode)
  • Added Uptime data to Performance as Numbers tables

Other

  • Kills table can now be searched/sorted/exported and gets up to 25000 entries from the database

  • Added support for nickname search in player tables

  • Fixed some night mode text invisibility issues

  • SaolGhra fixed error r.includes is not a function related to Litebans

  • Fixed 'View full query' button in the modal that opens when clicking Server calendar

  • Fixed clicking Server calendar results including players who played on other servers during selected days

Config

  • Changed default Display_options.Player_head_image_url to https://crafthead.net/helm/${playerUUIDNoDash}/120 (Existing configs need to be manually updated)
  • Jsinco updated 'Data_gathering.Join_addresses_.Filter_out_from_data' to support regex. Note that any existing setting values with . (dot character) will now match any character.
  • Display_options.Theme (default "default") now refers to theme name in the theme editor rather than "What theme.yml to copy values from"
  • Display_options.Night_mode (default false) added

Data

  • MSPT average and 95th percentile added to plan_tps table
  • Register date 0 (1970-01-01) is now regarded as invalid.
  • Ban status is now updated by an automatic task that cycles through all known players small amount at a time

Sponge

  • Sponge API 14 is now used, API 8 is no longer supported.

Fabric

  • Fabric was updated to 1.12.9 by DrexHD (Supports 1.12.11 as well)

Velocity

  • Velocity was updated to 3.5.0-SNAPSHOT

Database

Database move system rewrite

Rewrote the system responsible for copying data from one database to another since previous system would crash under large datasets. The goal of this was to allow copying large SQLite databases to MySQL even on larger servers. The system was tested against a 3 GB MySQL database on a server with 1 GB of allocated memory. (Sidenote: Please don't try to run your server off 3 GB large database.db SQLite file)

  • /plan db move, /plan db backup, /plan db restore use the new system
  • Added /plan db merge command (permission: plan.data.merge) which allows merging SQLite data to existing MySQL. This is useful for those merging multiple servers into a network when all servers had Plan installed on separate SQLite databases.

Other

  • id column added to old plan_tps tables that did not have it yet via Patch.
  • Lock hints for selections inside transactions to reduce deadlocks
  • Fixed 1020 "Record has changed since last read in table" error on MariaDB 11.8.3
  • Fixed dyplicate key violation related to AllowListBounce
  • Possibly fixed ShutdownDataPreservationTransaction failing on existing join address insert
  • Fixed playtime queries where session started before view window or ended after.

Locale

  • Dates, time amounts & country names are now translated based on the selected locale. (If specific ones aren't please report it as a bug)
  • HighCharts & Calendar are now translated based on the selected locale
  • TWJohnJohn20116 updated zh_TW locale
  • Shadowhackercz updated CS locale
  • julianvdhogen updated NL locale

Extensions

  • Fixed ArithmeticException related to LibertyBans when bans were infinite
  • Fixed an issue related to rendering boolean values
  • Updated Jobs extension to support newer version
  • Added Time.Periodical_tasks.Extension_player_data_refresh_every setting (default 15 MINUTES) which only affects plugins that decide to support it.
  • Made gathered PlaceholderAPI data update periodically

Placeholders

  • Fixed network_players_online always saying 0

Other

  • Added Typescript support.
  • Vankka updated DependencyDownload to clean up libraries folder of old versions
  • Kopo updated the build system to speed up builds & IDE indexing performance

5.6+build.2965

正式版
加载器
bukkit · bungeecord · folia · paper · purpur · spigot · sponge · velocity · waterfall
MC 版本
1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.4 · 1.15 · 1.15.2 · 1.16 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.2 · 1.19 · 1.19.4 · 1.20 · 1.20.6 · 1.21 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
Plan-5.6-build-2965.jar16.5 MBSHA-1 4c3f734ec4320e55bf34eee8fcd0d12f167a56aa获取文件 Plan-5.6-build-2965.jar
展开更新日志

5.6 build 2965

Someone was impersonating AuroraLS3 on Modrinth, if you have previously downloaded versions from this project, you should take appropriate precautions to protect your server from potential malware

The Modrinth team was swift once this was brought to my and their attention, and removed the impersonator as well as the project, I appreciate the person who contacted me and content moderator who resolved the matter.

This is a reupload of the project by the original author. Original release notes below.

This build has a second hotfix for SQLite performance regression since it was reverted to wrong version that still had the regression. Please see https://github.com/plan-player-analytics/Plan/releases/tag/5.6.2959 for change log of the previous version.

Change log

  • Reverted SQLite driver to version 3.42.0.1 due to performance regression (Thanks to Vankka for pointing out my mistake)

5.6+build.2965

正式版
加载器
fabric
MC 版本
1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
PlanFabric-5.6-build-2965.jar16.5 MBSHA-1 5b22474113bb9eb57f2790ebee0b95ca31ae9115获取文件 PlanFabric-5.6-build-2965.jar
展开更新日志

5.6 build 2965

Someone was impersonating AuroraLS3 on Modrinth, if you have previously downloaded versions from this project, you should take appropriate precautions to protect your server from potential malware

The Modrinth team was swift once this was brought to my and their attention, and removed the impersonator as well as the project, I appreciate the person who contacted me and content moderator who resolved the matter.

This is a reupload of the project by the original author. Original release notes below.

This build has a second hotfix for SQLite performance regression since it was reverted to wrong version that still had the regression. Please see https://github.com/plan-player-analytics/Plan/releases/tag/5.6.2959 for change log of the previous version.

Change log

  • Reverted SQLite driver to version 3.42.0.1 due to performance regression (Thanks to Vankka for pointing out my mistake)

依赖关系