I need a plugin about Teleport Command for my MinecraftServerv1.5.2 it looks like this: Example: -/pvp instead /warp pvp -/mine instead /warp mine -/boss instead /warp boss Just like that, please help me I hope you know what I need. Thanks
@ArtHD Get this, then define the following in commands.yml: Code: 'PvP': command: /pvp type: RUN_COMMAND runcmd: - '/warp pvp' permission-required: false 'Mine': command: /mine type: RUN_COMMAND runcmd: - '/warp mine' permission-required: false 'Boss': command: /boss type: RUN_COMMAND runcmd: - '/warp boss' permission-required: false
Thanks @9UjtOAtcBA . but its not working I don't know what happen this is my commands.yml >>> http://pastebin.com/QAbmUGN2
@ArtHD If you get any error on startup or /mycmd-reload commands, or upon executing the command, post it. I recommend you start stripping out/commenting out obsolete commands. How exactly does it not work?