Hello all ;D
i downloaded the official 1.7.2 TMI ! and when i try to spawn any item .. for example "torches" an error comes out :(
(http://puu.sh/5nPIC)
so how can i fix this ? :-\
Thanks in advance !
This is because TMI doesn't come configured for proper use on Server's with Essentials. I'm really not sure why they don't change it by default, as ALL servers that I have seen use the /item command, but anyway I've made a program that will change it for you:
http://forums.kaise123.com/index.php/topic,905.0.html (http://forums.kaise123.com/index.php/topic,905.0.html)
I haven't updated that in a while, but it ought to work fine. If not, let me know and I'll update it or give you manual instructions :)
i'v changed the command manually to /item {1}:{3} {2} .. but the issue is it does the command like /item minecraft:torch:0 .. (for example)
Quote from: TheRedStorm on November 21, 2013, 08:58:28 PM
i'v changed the command manually to /item {1}:{3} {2} .. but the issue is it does the command like /item minecraft:torch:0 .. (for example)
/item {1}:{3} {2} Should be correct. Could be a TMI 1.7 bug? I'm yet to test on 1.7
The /item {1}:{3} {2} should make it do (For example) '/item torch:0 64' meaning 64 normal torches. The reason it's got the ':0' is the damage value. '0' is just the item. For some items, such as wool, the damage value specifies the colour.
Yeah i think its a bug :(