1. Nevermind, got tp problem solved. Some issue with server.
     
  2. Check your logs for errors please.
     
  3. I can't seem to get this working, I have it install and it recognises the commands, but when I try and teleport to co-ordinations, it does nothing. I have checked logs for errors and I can't find anything wrong.
     
  4. sorrry idk if this been posted but is there a way for a home to be removed automaticvly after foundation is destroyed
     
  5. Is there a way to assign the admin permissions to my moderator group?
     
  6. How do you change the plugin so that it stops you from TPing out of a building blocked area? I'm very sure that not that long ago that option was a available in the config and is no longer there. :)
     
  7. Is there a command list?
     
  8. When installing any plugin always read the overview for each one
     
  9. Hello, is it possible to create a TP point who can be used by all player, ex: /tpshop to go to the shop??? Someone can help me pls?
     
  10. I use the Warp System Plugin for that feature.
     
  11. I would like to set the TP limit on my server a bit higher or at unlimited. Is this possible? I changed the TP Limit Home Limit and TPR Limit in the file but it doesn't seem to have changed anything!
     
  12. Hi im getting an error with friends not being able to sethome in the same house:
    "You can't place home in someone elses house"

    I have the FriendsAPI plugin.
    I also have building owners im not sure if this is affecting it?
     
  13. how can i give a specific player to a limitless TP permission w/o adding him as an admin _?
     
  14. is there a way to clear a single players home sets with a commands
     
  15. v3x

    v3x

    Is there a way to have it not kill you when you teleport to a base that is tall?
    [DOUBLEPOST=1454912314][/DOUBLEPOST]
    You have to go into the data file and manually delete the home.
     
  16. can someone help be add this plugins tp into this condig file so i can tp while noclip

    Code:
        {
          "External Commands": [
            {
              "commands": [
                {
                  "cmd": "player.mute {steamid}",
                  "color": "1 0 0 0.4",
                  "text": "mute"
                },
                {
                  "cmd": "player.unmute {steamid}",
                  "color": "0 1 0 0.4",
                  "text": "unmute"
                }
              ],
              "name": "Mute",
              "permission": "canmute"
            }
          ],
          "Permission - GUI": "playermanager.gui",
          "Permission - GUI - Ban": "playermanager.ban",
          "Permission - GUI - IPs": "playermanager.ips",
          "Permission - GUI - Kick": "playermanager.kick",
          "Permission - GUI - TP": "playermanager.tp"
        }
     
  17. I dont really understand your problem. Do you want to use /tpr while noclipping? This should already work.
     
  18. no in the plugin Player Manager for Rust | Oxide its own tp system does not work while in noclip

    So i am trying to att a button via the condifg as it can allow that. but it seems i can get it to work and i dont know why.

    Code:
     "External Commands": [
        {
          "commands": [
            {
              "cmd": "tp {name}",
              "color": "1 0 0 0.4",
              "text": "TP"
            }
          ],
          "name": "Teleport"
        },
        {
          "commands": [
            {
              "cmd": "player.mute {steamid}",
              "color": "1 0 0 0.4",
              "text": "mute"
            },
            {
              "cmd": "player.unmute {steamid}",
              "color": "0 1 0 0.4",
              "text": "unmute"
            }
          ],
          "name": "Mute",
          "permission": "playermanager.canmute"
        },
    This is what i am trying and this is what i get
    Code:
    [Oxide] 2:51 PM [Error] Failed to initialize plugin 'PlayerManager v1.0.6' (KeyN
    otFoundException: The given key was not present in the dictionary.)
    [Oxide] 2:51 PM [Debug]   at System.Collections.Generic.Dictionary`2[System.Stri
    ng,System.Object].get_Item (System.String key) [0x00000] in <filename unknown>:0  at Oxide.Plugins.PlayerManager.Loaded () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerManager.DirectCallHook (System.String name, System.Obje
    ct& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo metho
    d, 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.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginM
    [Oxide] 2:51 PM [Info] Unloaded plugin PlayerManager v1.0.6 by Reneb
    [Oxide] 2:51 PM [Info] Rolling back plugin to last good version: PlayerManager
    [Oxide] 2:51 PM [Info] Loaded plugin PlayerManager v1.0.6 by Reneb
    [Oxide] 2:51 PM [Error] Failed to initialize plugin 'PlayerManager v1.0.6' (KeyN
    otFoundException: The given key was not present in the dictionary.)
    [Oxide] 2:51 PM [Debug]   at System.Collections.Generic.Dictionary`2[System.Stri
    ng,System.Object].get_Item (System.String key) [0x00000] in <filename unknown>:0  at Oxide.Plugins.PlayerManager.Loaded () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerManager.DirectCallHook (System.String name, System.Obje
    ct& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo metho
    d, 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.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginM
    [Oxide] 2:51 PM [Info] Unloaded plugin PlayerManager v1.0.6 by Reneb

    I might be asking the wrong plugin to
     
  19. Please help. I asked yesterday as well. I changed the config file to increase number of player homes and TP limit as well as reloading the plugin numerous times in the server. Nothing works and everything is still at default. Help would be greatly appreciated as I am fairly new to admining my own server.
     
  20. really annoying