The plugin has been updated to 1.0.3! To assist you guys in your creativity, you can now do even more to customize your game tags! Here's the rundown: Added support for up to 3 layers, making it possible to make more complex game tags The layer priority is as follows: Background Image, Text, Avatar, Layer 2, Layer 3, Layer 4. For the layer property to properly work, use a canvas that fills the entire tag dimensions and make any space you wish to be transparent around the image you're using. There is a sample of the XML on the main release post.Added theme support for tag avatars This avatar is meant to be custom to your theme, and the site will still use the default avatar you specify in the plugin configuration. If there was no entry in the theme XML, the avatar is your default image. The avatar is approximately 65px x 65px, and will be scaled to fit, so a square image is recommended.Added support for ARGB colors for fonts allowing transparency in the font color To specify an alpha channel for your font colors, set the first value from 0-255, 255 being solid. Then add the RGB color code to use. There's lots of resources on the web for you to get RGB color codes, so I won't go into detail about that here. Seperate the values with commas, like so for black with a light transparency: <fill_argb>192,0,0,0</fill_argb> I also recommend you specify HTML values for users who have older versions of the plugin on their systems for your themes to work. If you would rather use a mix of HTML and ARGB, specify one or the other. It should be noted that ARGB values take presidence over HTML color codes.That's it for now. Download it from the main post. I will be uploading a PSD template for creating themes shortly. Enjoy!