I have read up on this and have tried the two ways is says to do this.

I am trying to do this:
place two statics
static 197 hue 767

I have tried doing this:
#XFILL static,197
#YFILL static,197
#EDGE static,197

I have also tried doing this:
#XFILL;static,197
#YFILL;static,197
#EDGE;static,197

But neither way is working. Any help?
 
Where are you using this?

In the properties of an XmlSpawner?
In a config file?
Somewhere else?
 
You guys were both close, but it's like this ;)

Code:
static,itemID/Name/MyItem/Hue/1001

If you want to specifically control the placement of each static item, you can use the coords in the entry line as well:

Code:
static,itemID/Name/MyItem/Hue/1001/X/1201/Y/700/Z/1
 
Back