/hd readtext test filename.txt
cantercrow opened this issue ยท 4 comments
Hi,
When I create a hologram with /hd readtext test filename.txt the hologram appears correctly but if I issue /hd reload or reload the server I get an error that the hologram cant be found and it does not display.
Take a look at a possible solution in
#275
Are you sure it's related to the readtext
command and not to holograms in general? What happens if you manually modify a hologram? It could simply be in a world that is not loaded.
I test this by creating two holograms. One created using addLine and one created using readtext. addline saves to database.yml as expected. readtext saves to database.yml as all nulls.
I have a fix in pull request
Thanks, I fixed it in a slightly different way in a41be09