DSH105 / HoloAPI

Add Holograms to your Bukkit server!
http://dev.bukkit.org/bukkit-plugins/holoapi/
GNU General Public License v3.0
31 stars 16 forks source link

Unable to load custom image #93

Open Dragonfire967 opened 10 years ago

Dragonfire967 commented 10 years ago

Hey, I am trying to load a custom image for HoloAPI on my server, and keep getting the following error:

"[HoloAPI] ... Failed to load custom image. Make sure that it is correctly configured in config.yml."

My config.yml has this added to it (by me), otherwise is the same as default:

images:
    cgames:
      path: cgames.png
      characterType: BLOCK
      height: 20
      type: FILE
      requiresBorder: false

And there are no errors at all in the server logs / console.

Any help would be appreciated, as I wanted to have my server group logo displayed at spawn. Also, yes, the file I am setting the path to does exist, and there are no typos.

DSH105 commented 10 years ago

Can you show me your data file too? (data.yml)

Dragonfire967 commented 10 years ago

Sure, here is the link to it on my dropbox:

https://dl.dropboxusercontent.com/u/90539652/data.yml

DSH105 commented 10 years ago

What command did you use to get that output?

Dragonfire967 commented 10 years ago

/holo create image cgames

DSH105 commented 10 years ago

Have you used /holo reload after editing the config.yml?

Please also provide the exact steps you took :)

Dragonfire967 commented 10 years ago

didn't think I had to the way I set it up.

I dropped the .jar file in the plugins folder, started server, shut down server, added the above lines (first post) to config.yml, and dropped the image in the images folder. Started up server again, and typed:

/holo create image cgames

I was greeted with the error:

[HoloAPI] ... Failed to load custom image. Make sure that it is correctly configured in config.yml.

And then posted here about the problem after searching your FAQ's and config setup information with no help.