CommandOverride

Discussion in 'General Help' started by quack123456, Feb 9, 2015.

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

    quack123456

    @mrCookieSlime the plugin you told me a few weeks ago that you made command override is good but now this is what happens. I made it so people can join minigames with /join Kitpvp or /join Tdm but it doesnt work. I was wondering does your plugin support variables. Here is my config: http://pastebin.com/cbQNAVCs
     
  2. Offline

    mrCookieSlime

    @quack123456
    CommandOverride does not support the usage of arguments in the syntax.

    /join: is fine.
    /join something: is not supported.

    However I am working on a condition like
    [argument(0)=something]

    However youd need to wait for an Update.
    Or you could use
    /join:
    - 'command:/mg join <arg 0>
    This is already implemented and can be used just fine.
     
  3. Offline

    quack123456

    Okay thank you
     
Thread Status:
Not open for further replies.

Share This Page