Created
January 2, 2015 15:02
-
-
Save Rubisk/47a11ffff51310232f21 to your computer and use it in GitHub Desktop.
lennart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from pymclevel import nbt | |
filename = os.path.join(level.worldFolder.getFolderPath("data"), "scoreboard.dat") | |
nbt.load(filename) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment