Skip to content

3.6.0.0-beta1 Plan Integration

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ghost-chu Ghost-chu released this 16 Dec 13:45
· 2224 commits to hikari since this release
bd338fa

In 3.6.0.0-beta1, our addon family welcomed a new member, Plan.

By install Plan integration, our addon will add a new page and few panel into your overview and per-player metric page.

It is worth mentioning that QuickShop-Hikari has been available for statistical purposes since it was published, but we have never formally written extensions for it to show the data.

The purchase related history has a bug in the past QuickShop Hikari, which causes all the item amount data of Purchases to be zero.
Since 3.6.0.0-beta1, this error has been repaired and new data has been recorded normally.

WARNING: If you have executed /qs database purgelogs before, all your metrics will be purged.

Global Metrics

Summary

In global metrics summary panel, you will able to check the total shops and total purchases on your server.
image

Purchases

In global metrics purchases panel, you will able to check recent 1000 purchases in recent 365 days.
Even deleted and invalid shops are included.

We intentionally limited the size of the displayed dataset to avoid database pressure on large networks.

image

Shops

In global metrics shops panel, you will able to check all actived shops on your server, even shop out of stock or out of space.
Deleted shops are excluded.

image

Player Metrics

Not only global, but also per player metrics!
By clicking Playerbase -> Player List -> <username>, you will able to access Plan per-player profile page.
In per-player profile page, expand the Plugins menu on the left nav, you will able to see QuickShop-Hikari panels.

Summary

In player metrics summary panel, you will be able to check how many shops that player owned.
image

Purchases

In player metrics purchases panel, you will be able to check this player recent 50 purchases.

We intentionally limited the size of the displayed dataset to avoid database pressure on large networks.

image

Shops

In player metrics shops panel, you will be able to check this player all shops on this server.

image

Limitations

  1. Server global data will update periodical, it finished by Plan's scheduler, we can't control it.
  2. Player personal data will update when they left the server.
  3. Due to the limitations of Plan's API, it is impossible to localize text display.
  4. At present, the number of entries is hard coded and cannot be modified. We will provide the ability to modify them using configuration files later.
  5. Plan will show datas in random order, the only way to keep them in order is add a id column but Plan limits the max column up to 5 for server scope or 4 for player scope.