Filled About teleport command

Discussion in 'Plugin Requests' started by ArtHD, Sep 17, 2016.

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

    ArtHD

    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
     
    Last edited: Sep 17, 2016
  2. Offline

    JanTuck

    So you just want to remove the /warp from the command?

    So you do /pvp then it executes /warp pvp?
     
  3. Offline

    9UjtOAtcBA

    @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
    
     
  4. Offline

    ArtHD

  5. Offline

    9UjtOAtcBA

    @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?
     
Thread Status:
Not open for further replies.

Share This Page