Plugin Help 1vs1 plugin enchant sword

Discussion in 'Plugin Help/Development/Requests' started by Dark_Mel30, Jan 15, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    Dark_Mel30

    I'm trying to add an enchanted sword to an arena
    The plugin is https://dev.bukkit.org/projects/pvp-1vs1
    I'm writing this:
    Code:
    inventory:
      items:
      - ==: org.bukkit.inventory.ItemStack
        type: DIAMOND_SWORD
        meta:
          ==: ItemMeta
          meta-type: UNSPECIFIC
          enchants:
            SHARPNESS: 4
    But it don't work
    Help me
     
Thread Status:
Not open for further replies.

Share This Page