[SOLVED]Is it possible to create plugin without list of commands in Plugin YAML file?

Discussion in 'Plugin Development' started by MM1990d, Sep 14, 2012.

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

    MM1990d

    Is it possible to create plugin without list of commands in Plugin YAML file? If yes, how to do it?
     
  2. Offline

    Ivan

    You can create a plugin without registering commands in your plugin.yml file, but you wouldn't be able to use any commands in that case, because the plugin wont get notified when somebody executes that command.
     
    MM1990d likes this.
  3. Offline

    MM1990d

    Thanks.
    I have one more question:
    Is it possible update plugin.yml by class?

    I want to do customizable commands :(
     
  4. Offline

    skore87

    .... watching the Command PRE-process event will allow you to be "command-less" while still having one, however it makes no sense why you wouldn't take advantage of registering commands.
     
    MM1990d likes this.
  5. Offline

    MM1990d

    Thanks, I'll try
     
  6. Offline

    Ivan

    Your right, sorry I forgot about that
     
  7. Offline

    LukeSFT

    But why is there "[UNSOLVED]" in the name of your Thread, if this Thread is already solved ?
    (You can change the name of your Thread by clicking on the text "Thread Tools" which is located right under the name of your Thread.)
     
  8. Offline

    MM1990d

    It isn't Unsolved ;P
     
  9. Offline

    LukeSFT

    Now it isn't.
    But you could also write an [SOLVED] instead of the [UNSOLVED]. ;)
     
Thread Status:
Not open for further replies.

Share This Page