Hard fix
I`m remove this folder from node_modules and upgrade nodebb..
What was it?
Minecraft for Nodebb
-
Is there a plugin that works with vanilla Minecraft?
Like this one written in PHP : https://github.com/pdinklag/MinecraftStats/blob/master/README.md
@yariplus <-- this plugin parces the stats JSON files.
Solution for vanilla?
-
nodebb-widget-minecraft-essentials should work on vanilla.
-
Yeah sure, but then I only get users online and no user stats.
Minecraft vanilla can't use any plugins. Would it be possible to read the raw stats JSON files and get it working that way. I could copy the stats JSON files with cronjobs into nodebb tmp for and then you could parce the files directly.
Maybe this should be a separate plugin. All info exists in the users stat files that is plain JSON.
-
Oh. Yes, I see no reason why that wouldn't work.
-
If as a seperate plugin nodebb-plugin-minecraft-stats would be more descriptive.