Change 'warp'

Discussion in 'Plugin Development' started by wdele, Oct 19, 2013.

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

    wdele

    Hi everyone,

    For a project I need the ability to jump from building to building.
    For example, I'm at Building 1, and I want to go to Building 2.
    I could use warp, but I want to 'change' the text warp.
    For example, I have Building A and Street A:

    Building A: /warp buildinga
    Street A: /warp streeta

    But, can I change this to:

    Building A: /building a
    Street A: /street a

    Thank you very much!
    wdele18
     
  2. I don't understand, are you using Essentials?
     
  3. Offline

    BajanAmerican

    wdele
    Are you talking about Essentials or your own custom plugin?
     
  4. Offline

    caseif

    I would recommend setting up your own warp system so as to minimize unnecessary dependencies, but if you want to hook into another plugin such as Essentials, you can listen to your custom commands and then dispatch a warp command using the player as the CommandSender.
     
  5. Offline

    wdele

    Hi,
    Thanks for your reactions.
    Everything I want is: being able to use /building and /street instead of /warp.
    Possible?
     
Thread Status:
Not open for further replies.

Share This Page