Question Need backup! (Essentials) (Translation)

Discussion in 'Bukkit Help' started by SoundVolume, Mar 30, 2016.

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

    SoundVolume

    Hello!

    How can I change
    /warp market to /move market?

    I have Essentials.

    Thank you for your help.
     
  2. Offline

    RoinujNosde

    You have to edit the plugin.yml file (it's inside Essentials.jar).
    Default:
    Code:
      warp:
        description: List all warps or warp to the specified location.
        usage: /<command> <pagenumber|warp> [player]
        aliases: [ewarp,warps,ewarps]
    
    Edited:
    Code:
      warp:
        description: List all warps or warp to the specified location.
        usage: /<command> <pagenumber|warp> [player]
        aliases: [ewarp,warps,ewarps,move]
    
    (Tip: line 4)
     
  3. Offline

    timtower Administrator Administrator Moderator

  4. Offline

    RoinujNosde

    @timtower
    commands.yml works, I know.
    But when you run a command that needs arguments without arguments, it shows a message with the original command.
    Something like:
    "Use: /warp <warpname>"
     
  5. Offline

    timtower Administrator Administrator Moderator

    @RoinujNosde Then you can also make an alias without arguments and change the message.
     
  6. Offline

    RoinujNosde

    @timtower
    Code:
      move:
      - "command here to send a message to player"
      move:
      - warp $1
    Is that it?
     
Thread Status:
Not open for further replies.

Share This Page