NTeleportation

Moved

Total Downloads: 53,605 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018

5/5, 88 likes
  1. We're getting this issue in droves - it's related somehow to /auth from the EntityOwner plugin for Oxide. I'll write the dev of that plugin. IF YOU /DEAUTH whomever you authed already in those building privileged zones, including admin, it will go away. Do not use the /auth command until it's fixed, ours kept crashing on dozens of people too last night.
     
  2. You sir are a star thats it, i thought it started to happen right after i updated this plugin. I had just added someone to auth in some cupboards. Thank you hopefully they fix the other plugin. Thanks bud.
     
  3. CHR

    CHR

    Actually i have 0 Errors with nteleport. But Config IntoBuildingBlocked should be false, but when i make it false People cry about teleports not working propably. Someone can confirm this or im alone?
    Because i got a plugin that also Plays around with Building privs.
     
  4. You're welcome, yeah it's definitely /auth.
    [DOUBLEPOST=1476040027][/DOUBLEPOST]
    It is related the /auth command from EntityOwner.
     
  5. I tried to do a tpr and my friends name I get an error, in is steam name has [letters] his name and I get an error, he get the same error when he sends me a tpr [bwc] mechwarriorzero
     
  6. CHR

    CHR

    I dont use EntityOwner so i cant say it.
     
  7. Tell me, I forgot how to disable point creation at home on the iceberg? Thank you!
     
  8. How do you add an admin to the config file?
     
  9. It's based on authLevel based accounts

    So you need to work only with "ownerid" and "moderatorid".
     
  10. And wheres the walkthru on that? All i can find is Oxide Permissions (Which still confuses me greatly and cant figure out how to use those either)
     
  11. >>> Server commands for Rust | Oxide
     
  12. After wipe maps, how to delete all the stored point home players?
    Those who point the players have done command /home list
     
  13. i have a question,
    on my server i run a shop but i want to create a home that anyone can use without cooldown or tp limits do you know how i can do this ?
     
  14. You can use the /town function to do this. Fidn your location you want to use as "Home" and get your cordinates. Edit the Teleport config and add your cords there. So when people type /town they will be teleported to the shop.
     
  15. ok but i go on a server and to go to the shop it's /tp shop
    do you have an idea to how i can do this ?
     
  16. They might have edited the .cs file for this plugin but they are most likely using another plugin like Wrap. I wont recomand editing the .cs file, unless you know what you are doing.
     
  17. ok thank you, I will try to find another solution
    if you have news for that I will be here :p
     
  18. It seems that the /tp player isnt working for me anymore? It doesnt give me an error, it just... doesnt do anything xD the town function and home function still work, just not the tp to player function
     
  19. Did you edit the .cs/json file in any way? Try reloading the teleport plugin (oxide.reload). Or are you using any other plugins that may collide with the /tp command?
    Also did this happen suddenly or after installing another plugin?

    Alright :). The Wrap plugin found here: Wrap System looks like a plugin you would want to use for the /tp shop - /wrap shop etc.
     
  20. I have reloaded the plugin, no change, reloaded and restarted server, no change. I havn't messed with the /cs or json files, the only plugin i've just updated was fancydrop. I've tried it with my rcon tool up and got this:
    Code:
    [Oxide] 15:14 [Debug]   at System.Globalization.CompareInfo.IndexOf (System.String source, System.String value, CompareOptions options) [0x00000] in <filename unknown>:0
      at UnityEngine.StringEx.Contains (System.String haystack, System.String needle, CompareOptions options) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.NTeleportation.FindPlayers (System.String nameOrIdOrIp) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.NTeleportation.FindPlayersSingle (System.String nameOrIdOrIp, .BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.NTeleportation.cmdChatTeleport (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.NTeleportation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0