Warp System

Create warp points for players to easily teleport to

Total Downloads: 7,208 - First Release: Jan 8, 2015 - Last Update: Oct 27, 2017

5/5, 22 likes
  1. The popup thingy will need some more time ... maybe one day when i will be feeling better i will do it.
     
  2. PaiN updated Warp System with a new update entry:

    1.3.0

     
  3. PaiN updated Warp System with a new update entry:

    1.3.0


    [DOUBLEPOST=1445364181][/DOUBLEPOST]I've tested this version .. but i couldnt test the /warp all sleepers command.

    Enjoy.
     
  4. PaiN updated Warp System with a new update entry:

    1.3.0

     
  5. How do you add the warp.admin permission. God that part is so confusing even reading oxide permission thread.
     
  6. SWEET !

    BTW this maybe a typo :
    Code:
    /warp remove <WarpName> => Deletes all the current warps.**
    /warp wipe => Wipes all the set warps.**
    Maybe you meant to say, "Deletes the current warp" or "Deletes the warp <WarpName>"
    [DOUBLEPOST=1445364934][/DOUBLEPOST]
    oxide.grant group admin warp.admin

    admin is the permission group name
     
  7. THANK YOU VERY MUCH. I was able to make admin group when I got my server. But adding these permissions is confusing to me. Thank you very much/
     
  8. PaiN updated Warp System with a new update entry:

    1.4.0

     
  9. YEa the permissions are odd in rust.
    I'm going to test the newest version with zone command shortly, thanks PaiN !
    [DOUBLEPOST=1445374332][/DOUBLEPOST]I am creating warp gates using the server console to send the warp commands and not giving the players permission to warp

    SPeaking of which, I cannot get the server console command to work at all, I keep getting Oxide FAILED TO CALL HOOK 'cmdWarpPlayer' on 'WarpSystem v1.4.0' errors in server console
    [DOUBLEPOST=1445375991][/DOUBLEPOST]And rust just updated.....
     

  10. Code:
    /warp to <WarpName, WarpId> => Use the warp and teleport the player to the Warp location.
    /<WarpName,WarpId> => A shorter version of /warp to <WarpName, WarpId>
    For these commands where do I get the WarpID from the IDs aren't shown on the "/warp list" command. Player would like to use the ID because it's shorter, since the name of the warps are really the description.
     
  11. I already said that i've changed the default Warp_List message.. the plugin wont do it for you so you must
    1) Delete the config file and reload the plugin.
    2) Copy the default WARP_LIST Message from the overview to the config file.
     
  12. I cannot get the server console command to work at all, I keep getting Oxide FAILED TO CALL HOOK 'cmdWarpPlayer' on 'WarpSystem v1.4.0' errors in server console
     
  13. I will check it later... like in an hour
     
  14. PaiN updated Warp System with a new update entry:

    1.5.0


    [DOUBLEPOST=1445453492][/DOUBLEPOST]One question ;x

    Do you want more console support ? Like instead to make it work as the /warp in-game ?
     

  15. It's really good to use it in conjunction with PlayRust.io when an admin logs into playrust, they get access to the server console via web browser.
    [DOUBLEPOST=1445460019][/DOUBLEPOST]And of course, using zoneCMD to issue server side commands when players enter zones, so players cannot figure out the commands themselves
     
  16. Any clue what causes the plugin to do nothing? I had to wipe. Ive added warp admin. It lets me make warps. It says ALL for the warp permission. But it does nothing if we /warp WARPNAME
     
  17. Code:
    TO GO TO A WARP:
    /warp to <WarpName, WarpId> => Use the warp and teleport the player to the Warp location.TO ADD A WARP:
    /warp add <WarpName> <WarpTimer> <WarpPermissionGroup> => Creates a warp point with the set name on the current location.**
    
    Neither of those look like :
     
  18. ^^ Yea it's /warp to WARPNAME not /warp WARPNAME

    The reason for this is that after (or think of it as inside) the /warp command you have options like 'help', 'add', 'list', 'back', 'remove', 'wipe', 'all', and 'to' which are all functions of the warp command.

    But I'm having trouble with the console command not finding player names. I wish it went off playerID instead!
     
  19. I think you can use SteamIds too instead of player names
     
  20. SMH I didn't even try b/c your example said ,<PlayerName>. Never got PLayerName to work

    Will report back... Thanks.