How to delete link from MVP portals?

Discussion in 'Bukkit Help' started by TheGrandMan, Jun 20, 2012.

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

    TheGrandMan

    Hi, I'm wondering the list of commands to delete a link between a portal and a world with MultiVerse. I have it created, but don't know how to remove it. Please help?? Thanks

    please reply soon, I'm kind of on a deadline :3

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  2. Offline

    stevevbrewer

    You can change the destination by selecting it:
    Code:
    /mvp select {portalname}
    Then changing it either to a world:
    Code:
    /mvp modify dest w:{worldname}
    Or make it lead to where you're standing:
    Code:
    /mvp modify dest here
    Or just delete it:
    Code:
    /mvp delete/remove {portalname}
    And if you can't remember the name of it:
    Code:
    /mvp list
     
Thread Status:
Not open for further replies.

Share This Page