Filled Very Light Teleport Plugin

Discussion in 'Archived: Plugin Requests' started by xMachoMancha, May 26, 2014.

  1. Offline

    xMachoMancha

    Here's the deal. I have a building with multiple walls containing commandsigns. These signs should teleport a player to a playershop when the sign is right clicked. However, the current command I am using to be executed when a player right clicks the sign (/commandsigns line1 /#tp <NAME> -350 65 570), doesn't allow the player to teleport to precise decimal coordinates to center them, nor face the correct direction (North, East, South, West). They end up facing the direction they were facing when they right clicked the sign.

    What I am requesting is a simple command that can be used to teleport a player to a precise set of coordinates (will allow players to be more centered), and to be facing the correct direction when teleported (F). For this to happen, the command needs to be executed by the server, and I believe it should look something like this:
    /tp <NAME> -350.5 65 570.5 2
     
  2. Offline

    AdmetusTheGreat

    Cant you just set a warp then use CommandSigns to make them execute /warp shop or whatever?
     
  3. Offline

    xMachoMancha

    No, because I don't want players viewing the warps with /warp. I only want them to transport to the location by using the signs.
     
  4. Offline

    timtower Administrator Administrator Moderator

    Some plugins have permissions to list them
     
  5. Offline

    xMachoMancha

    I've tried every solution I could think of with the plugins I currently have.
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Offline

    xMachoMancha

    I'm really only looking for something basic to hold one command.

    Using these alternative plugins would also surely not work well with Essentials, considering they use the same commands, /warp

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

    timtower Administrator Administrator Moderator

  9. Offline

    Alster551

    if you dont want essentials to use the /warp command, you can disable it in the essentials config.yml like this:

    on line 91 you should make it like this

    Code:
    disabled-commands:
      - warp
     
  10. Offline

    xMachoMancha

    This is already available on Essentials and would be overwriting it. I am only looking for something so simple to define a F value an include more precise coordinates.

    Edit: The /tploc command works great, I will just have to disable the other permission nodes that Essentials already uses.

    Double Edit: Well I can't use the command /tpa at all if I disable the permission node for the PowerTeleport plugin. I would like to use the Essentials commands and only use the /tploc command from PowerTeleport..

    Found an amazing solution: http://dev.bukkit.org/bukkit-plugins/betterpositiontp/

    This thread can be closed now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  11. Offline

    Alster551

    xMachoMancha mark it as filled by clicking threat tools at the top, and edit thread.
     

Share This Page