TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Minecraft server event analytics on Mixpanel

1 点作者 Skywing超过 12 年前
I'm learning Clojure and figured it'd be neat to just record Minecraft in-game events to Mixpanel and see what the data looks like. I'm only logging a few events right now, and only have data from me playing around on my test server, but the data works really well with Mixpanel's segmentation feature.<p>The code for my plugin is here, if anybody is interested: https://github.com/ryancole/com.rycole.bukkit.eventlog

1 comment

Skywing超过 12 年前
I'm learning Clojure and figured it'd be neat to just record Minecraft in-game events to Mixpanel and see what the data looks like. I'm only logging a few events right now, and only have data from me playing around on my test server, but the data works really well with Mixpanel's segmentation feature.<p>The screenshot shows block broken by a player, grouped by block type.<p>The code for my plugin is here, if anybody is interested: <a href="https://github.com/ryancole/com.rycole.bukkit.eventlog" rel="nofollow">https://github.com/ryancole/com.rycole.bukkit.eventlog</a>