Lilly Rose Berner LostLuma · she/her
Lilly Rose Berner merged pull request LostLuma/server-stats#4 2025-04-16 09:22:32 +00:00
Add mob stats to the stats screen
Lilly Rose Berner approved LostLuma/server-stats#4 2025-04-16 09:22:15 +00:00
Add mob stats to the stats screen

Looks awesome, thanks for the PR!

Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-15 19:34:11 +00:00
badd8cf690 Fix crash increasing non-existant mob kill statistics
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-12 21:42:16 +00:00
1f3709749f Sync custom namespaced statistics to the client when earned
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-10 16:43:00 +00:00
4613cba667 Announce newly-earned achievements in chat
156c75c6e7 Move more code into the shared module, create shared/common module
Compare 2 commits »
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-10 16:39:05 +00:00
fad796e09f Announce newly-earned achievements in chat
1f1c9296b3 Move more code into the shared module, create shared/common module
Compare 2 commits »
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-09 20:01:41 +00:00
a9e9f02894 Add idea project icon
cd96278b43 Fix typo
Compare 2 commits »
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-08 11:43:32 +00:00
0db8465f6d Remove debug print statements
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-08 11:40:38 +00:00
3e353cbd84 Add 64 Bit stats support
7aad623aed Simplify server-side Open Inventory achievement tracking
Compare 2 commits »
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-07 20:54:35 +00:00
04a9355766 Fix OSL being optionally required in the OSL Network module
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-07 20:44:42 +00:00
81e895b518 Fix remaining modules that were built on the wrong version
908b501edf Extract networking code into its own modules
53f8ace5de Fix 1.6.x module not being compiled on the right version
3086389c2e Fix 1.5.x server crashing due to method name conflict
505d65b370 Add warning about custom crafting interfaces
Compare 6 commits »
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-05 15:15:51 +00:00
3092f3ab8b Move stats file to destination non-atomically if not possible
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-04 20:53:14 +00:00
88935fd07e Fix movement stats being increased with player position on login
843405fd32 Remove unused import
Compare 2 commits »
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-04 20:03:07 +00:00
32ff0c8867 Add missing linebreak
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-04 20:02:04 +00:00
d831413293 Fix inventory opening achievement not saving in r1.3.2+ clients
e059553592 Fix Games Left statistic not being tracked by the mod
64c1facadb Fix shared module mod icon
6546231e89 Add UUID support to 1.7.x versions not having it
218446a8a0 Implement player UUID support
Compare 9 commits »
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-03 20:39:19 +00:00
7831589942 Remove debug message
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-03 20:35:12 +00:00
62c9d3bf4a Merge pull request 'Count jumps in versions before 1.7' (#3) from Pixaurora/server-stats:fix-jump-stat into stardust
9bc9277058 Count jumps in versions before 1.7
Compare 2 commits »
Lilly Rose Berner merged pull request LostLuma/server-stats#3 2025-04-03 20:35:11 +00:00
Count jumps in versions before 1.7
Lilly Rose Berner pushed to stardust at LostLuma/server-stats 2025-04-03 19:51:36 +00:00
e15c31abab Award inventory open achievement server-side