mycmd-itemset issue #144


Open
  • Bigjoediesel created this issue Mar 16, 2017

    Running a 1.11.2 paperclip server, I'm new to MyCommand and having an issue with itemset click commands not loading when I restart the server.  When I do /mycmd-itemset load <name> that item will work but only that item. once I change the itemset load to another name then only that named item will work. I found an option in the itemset config autoload: false I set that to true to see if that would fix it but nothing.  

     

    #
    # BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/ #

    config:
      autoload: true
      set_name: testlist
      empty_message: true

    itemset:

      testlist:
        STONE_SWORD:

          name: SuperSword
          on_rightclick: /me right!
         on_leftclick: /me left!
    MenuNugget:
      IRON_NUGGET:
         name: MenuNugget
         on_rightclick: /menu
         on_leftclick: /bkits
    CommandBook:
       BOOK:
          name: CommandBook
          on_rightclick: /info commands
          on_leftclick: /warp info

     

  • _ForgeUser11528682 posted a comment May 25, 2017

    I am running the same set up, and experiencing the same issue. Any luck with this?


    Edited May 25, 2017

To post a comment, please login or register a new account.