Solved Commands.yml ALIAS Question.

Discussion in 'General Help' started by theOcularMC, Jun 22, 2015.

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

    theOcularMC

    I would've explained more in the title but Bukkit wouldn't let me. Is there some way I could setup an alias that when a player does "/example" it will be different from when they do "/example 2" and won't run "/example" when the player does "/example 2".
     
  2. Offline

    BizarrePlatinum

    @theOcularMC yes, very much possible. In fact, it's probably the most simple thing that can be done. I'm going to assume you do not know basic java, which is essential for Bukkit. I recommend Oracle tutorials.
     
  3. Offline

    theOcularMC

    Back from watching Criminal Minds. I'm not talking about coding a plugin, just using Commands.YML so I can in context properly add an extra /echest without players seeing the PlayerVaults message that appears when a player does /echest without a number following.
     
  4. Offline

    Boomer

    commands.yml can only replace one word for one word, you cant alias a word for word + parameters
    Plugin is required to alias command arguments
     
  5. Offline

    theOcularMC

    Goddamit Boomer :'(
    I cri ery tim
     
  6. Offline

    Boomer

    We're all upset cause telepathic interfaces aren't a feature on our programming IDEs yet either...
    So we have to live with what we can get.

    There should be a variety of plugins out there already that you can make a configuration file of command+Param aliases for
     
  7. Offline

    theOcularMC

    Thanks for the help.
     
Thread Status:
Not open for further replies.

Share This Page