Custom commands #3


  • New
  • Other
Open
Assigned to _ForgeUser8328151
  • _ForgeUser9307612 created this issue Aug 18, 2013

    What is the issue?
    Custom commands help

    Please provide any additional information below.

    Here's my config.yml file http://pastebin.com/bH1nR1cn

    Here's my plugin.yml file http://pastebin.com/KJFKszqh

    On config.yml I added

    ----------------------

    feels: true

    ----------------------

      feels:
        description: Feels
        isglobal: true
        globalmsg: test
        sendermsg: #you hugged {receiver}!
        receivermsg: #you were hugged by {sender}!

    ----------------------

    and on plugin.yml I added

    ----------------------

       feels:
          description: make feels (global)
          usage: /<command>

    ----------------------

          HugsandSlaps.feels: true

    ----------------------

      HugsandSlaps.feels:
        description: test (global)
        default: true

    ----------------------

    Not sure which one I was suppose to edit and which one I wasn't. But when I do /feels it shows "usage: /feels <playername>" I'm trying to make it global.

  • _ForgeUser9307612 added the tags Other New Aug 18, 2013

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