You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a world download via minecraft world downloader and getting this error when running the markers script.
File "overviewer.py", line 653, in <module>
File "overviewer.py", line 168, in main
File "overviewer_core\aux_files\genPOI.py", line 601, in main
File "overviewer_core\aux_files\genPOI.py", line 338, in handlePlayers
AttributeError: 'dict' object has no attribute '_name'
here's the genPOI.py section of code, with the offending line 308 being 3rd from the bottom "data._name = playername":
playername = playerfile.split(".")[0]
if isSinglePlayer:
playername = 'Player'
data._name = playername
if useUUIDs:
data['uuid'] = playername
The text was updated successfully, but these errors were encountered:
PLEASE NOTE: Overviewer is currently unmaintained. PRs will not be merged and issues will not be addressed. The website and repository will remain online and accessible.
I'm using a world download via minecraft world downloader and getting this error when running the markers script.
here's the genPOI.py section of code, with the offending line 308 being 3rd from the bottom "data._name = playername":
The text was updated successfully, but these errors were encountered: