Giving named items with command blocks

Discussion in 'Bukkit Help' started by T04ST3DMinecraft, Mar 13, 2014.

Thread Status:
Not open for further replies.
  1. Hi, on my server, we are working on setting up a custom minigame, and one of the things we need to do is give a player a named item. I've looked up how to do it and I found this:
    Code:
    /give @p iron_sword 1 0 tag:{display:{Name:Long Blade}}
    but when I try it on the server, it doesn't work. However, when I go to a single player world, it does. The only thing I can think of that might be screwing it up is plugins. The server is in 1.7, so it should work. The plugins that I am using are: Essentials, Groupmanager, Multiverse, Multiverse Nether Portals, Multiverse Core, KitPlugin, AcceptRules, ClearLagg, NoCheatPlus, TNTRun, WorldGuard, WorldEdit, and Voxel Sniper. If you need anything else, please tag me.
     
  2. Offline

    Necrodoom

    Try using essentials development build, and remove 0 from syntax.
     
  3. Necrodoom took out the 0, I'm now using this
    Code:
    /give @p book 1 tag:{display:{Name:"Sacred Book"}}
    It still doesn't work so I'll try the essentials dev build

    UPDATE: I installed the newest version of essentials that I could find and it still doesn't work, any other ideas? It wouldn't be the end of the world if it's not possible, but it would be helpful if it did.
     
  4. Offline

    Necrodoom

  5. Necrodoom Nevermind I figured it out, I needed to do
    Code:
    /give @p minecraft:book 1 0 {display:{name:"Sacred Book"}}
     
Thread Status:
Not open for further replies.

Share This Page