Bitmap Question

Author Topic: Bitmap Question  (Read 625 times)

You know bitmaps where you can show images on text in a server? I was wondering how to do them and which ones I could do. Any help is appreciated, thanks. I don't really know what board this belongs in either so I thought I should put this here.

<bitmap:file/path/image.png> any picture file in you main folders will work. If the client has the image too it will be shown.

<:bitmap:base/client/ui/ci/skull>

 Just open your blockland folder and it should make sense on how it is written out.

<:bitmap:base/client/ui/ci/skull>

 Just open your blockland folder and it should make sense on how it is written out.
No colon before the bitmap.  You need the file extension too, for example:
Code: [Select]
<bitmap:base/client/ui/DemoBanner.png>

You can also get images from the add-on folder.

You can also get images from the add-on folder.
But only people with that add-on will be able to see it.

But only people with that add-on will be able to see it.
Unless you create datablocks and then use the <bitmap:filePath/image.png>