Custom image content - PluginsCDTribe/VexView GitHub Wiki
Edit Custom image file
First, open the plugins\VexView\image folder, create a new yourimagename.yml
A standard image file should be like this:
#URL
image: 'http://i2.fuimg.com/604599/66cf5637a2bcfb69.png'
#GUI X location(Set to -1 to center)
x: 95
#GUI Y location(Set to -1 to center)
y: 0
#The actual width of the picture
width: 50
#The actual height of the picture
high: 50
#Picture display width
xshow: 50
#Picture display height
yshow: 50
Test
Now we set our image in guifilename.yml
image:
— 'yourimagename'
Let's join the game!