Hello ^_^
I'm Tobi and sorry because my english isn't good :<
but i have problem... i wanna make custom items with colors
something like this:
/give _PanTobi_ minecraft:bow 1 0 name:&aT&2est_&aB&2ow
but when i try add to this give command some Enchants or Attribute Modifiers
{AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:5,Operation:0,UUIDLeast:194231,UUIDMost:747158}]}
bow is spawning but without colors ;/
i was trying with Anvil and Renameing... :C
( Anvil - i was trying add bow with colors to bow with enchants but after this i have bow with enchant and... just whit "&" where should be color )
how i can make item with Enchant and Attribute and Colored Name ?...
if i make my question in wrong place... sorry ;x...
my english is not good :C but i think its good place because its "Minecraft HELP"
I'm Tobi and sorry because my english isn't good :<
but i have problem... i wanna make custom items with colors
something like this:
/give _PanTobi_ minecraft:bow 1 0 name:&aT&2est_&aB&2ow
but when i try add to this give command some Enchants or Attribute Modifiers
{AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:5,Operation:0,UUIDLeast:194231,UUIDMost:747158}]}
bow is spawning but without colors ;/
i was trying with Anvil and Renameing... :C
( Anvil - i was trying add bow with colors to bow with enchants but after this i have bow with enchant and... just whit "&" where should be color )
how i can make item with Enchant and Attribute and Colored Name ?...
if i make my question in wrong place... sorry ;x...
my english is not good :C but i think its good place because its "Minecraft HELP"
3
if u will remove name and lore form command u will get bow without name and lore ofc. but with Enchant...
why when i try add name and lore enchant is not adding ?...
why when i try add name and lore enchant is not adding ?...
& is working ( Minecraft 1.9 )
i was trying "§" but this dont work when i try use Enchants
Here is full command:
/give _PanTobi_ minecraft:bow 1 0 name:&aT&2est_&aB&2ow lore:&aTest {HideFlags:63,AttributeModifiers:[{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.2,Operation:0,UUIDLeast:31934,UUIDMost:814330,Slot:"offhand"},{AttributeName:"generic.attackSpeed",Name:"generic.attackSpeed",Amount:10,Operation:0,UUIDLeast:209921,UUIDMost:24951}],Unbreakable:1,ench:[{id:48,lvl:15},{id:50,lvl:25},{id:51,lvl:1}]}
if u will use it u will get Bow with colors but without Enchant ;x
i was trying "§" but this dont work when i try use Enchants
Here is full command:
/give _PanTobi_ minecraft:bow 1 0 name:&aT&2est_&aB&2ow lore:&aTest {HideFlags:63,AttributeModifiers:[{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.2,Operation:0,UUIDLeast:31934,UUIDMost:814330,Slot:"offhand"},{AttributeName:"generic.attackSpeed",Name:"generic.attackSpeed",Amount:10,Operation:0,UUIDLeast:209921,UUIDMost:24951}],Unbreakable:1,ench:[{id:48,lvl:15},{id:50,lvl:25},{id:51,lvl:1}]}
if u will use it u will get Bow with colors but without Enchant ;x
I think it is not possible using the & character.
Usually color is made using the § character.
Since this does not work in chat you could try something like this in a command block.
Not sure if this works . If not you probably need to use an external editor
/give _PanTobi_ minecraft:bow 1 0 name:§aT§2est_§aB§2ow
Usually color is made using the § character.
Since this does not work in chat you could try something like this in a command block.
Not sure if this works . If not you probably need to use an external editor
/give _PanTobi_ minecraft:bow 1 0 name:§aT§2est_§aB§2ow
