Member
Level 21
Expert Toast
2

Forum Posts

1 - 3 of 3

    Aritor
    03/20/2019 4:41 pm
    Level 21 : Expert Toast
    And just as a command that would actually work when posted in-game:
    /give @p diamond_sword 1 0 {Unbreakable:1,ench:[{id:16,lvl:10000},{id:17,lvl:10000}],display:{Name:"Test Sword",Lore:["This is where you","put the description.","","I know it's a","bit annoying to","have to make","every line but it's","pretty nice to have a","description."]}}
    1
    Aritor
    03/20/2019 4:21 pm
    Level 21 : Expert Toast
    Here's the command you need:
    /give @p diamond_sword 1 0 {Unbreakable:1,display:{Name:<Sword Name>,Lore:["<First line>","<Second line>","<Third Line>","<Fourth line, and you can add more of these>"]},ench:[{id:16,lvl:100000}]}

    -'/give' is the command being executed
    -'@p' is the player or entity being effected by this command
    -'diamond_sword' is the item being given
    -'1 0' are the amount of items, then the durability
    -'{' opening to the list of tags to be added
    -'Unbreakable:1' means the sword is... well, unbreakable. You can remove this if you want
    -'display:' is the opening to controlling the name, and lore (lore is just the little item description)
    -'Name:' sets the name of the item
    -'Lore:[" "," "," "," "]' the description, note that it must all be inside of the specified areas.
    -'ench:[' this is where you put any and all enchantments to the item
    -'{id:16,lvl:100000}' the ID for sharpness is 16, so this is a sword with sharpness 100,000
    -'}' end of tags. Very important for any of the tags to work.

    I hope this helps.
    1
    Aritor
    03/20/2019 4:41 pm
    Level 21 : Expert Toast
    And just as a command that would actually work when posted in-game:
    /give @p diamond_sword 1 0 {Unbreakable:1,ench:[{id:16,lvl:10000},{id:17,lvl:10000}],display:{Name:"Test Sword",Lore:["This is where you","put the description.","","I know it's a","bit annoying to","have to make","every line but it's","pretty nice to have a","description."]}}
    1
    Aritor
    03/17/2019 5:29 pm
    Level 21 : Expert Toast
    I can test it out if you'd like. Does it have an IP address?
    1

1 - 3 of 3

Welcome