Open Loumardes opened 5 years ago
Hi,
Sorry for a very late response, I haven't received any notification. You might want to head over to https://github.com/Prof-Bloodstone/Minecraft_scoreboard_exporter , since this script will be maintained there.
I'm not sure I understand you - what you mean where the scoreboard is located? You mean the server.dat
that's being used to generate the highscores?
On a server it's located at <root>/<world_name>/data/scoreboard.dat
, where <root>
is folder where you have your server.jar
, and <world_name>
is by default world
.
On a single player, it's located at .minecraft/saves/<world_name>/data/scoreboard.dat
.
If you have any more questions, feel free to ask :)
Hello I am designing a datapack generator in Python (documentation is not the best) https://github.com/Loumardes/BlocCode
So i am interested in where scoreboard are located maybe it can be used as a feathure