Player Manager

GUI-based player manager

Total Downloads: 6,768 - First Release: Dec 19, 2015 - Last Update: Oct 27, 2017

5/5, 23 likes
  1. Help. sir...
    Code:
    [1/31/2016 4:39:45 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:46 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:46 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:47 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:47 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:47 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:47 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:47 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:47 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:48 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:48 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:52 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:52 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 4:39:52 PM] [Oxide] 4:39 PM [Error] Failed to call hook 'cmdConsolePlayermanagerExecute' on plugin 'PlayerManager v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
    [1/31/2016 5:20:01 PM] [Oxide] 5:20 PM [Error] Failed to call hook 'OnServerInitialized' on plugin 'MonumentRadiation v0.1.3' (ArgumentException: An element with the same key already exists in the dictionary.)
     
  2. could u add an unban option for the banned players
    [DOUBLEPOST=1454449562,1454379800][/DOUBLEPOST]the tp option isnt working and the group have perms
     
  3. In the spectate type /playermanager
    Disconnected: RPC Error: addui
    Now can't use the GUI
     
  4. i get the error somtimes too
    [DOUBLEPOST=1454563363,1454537786][/DOUBLEPOST]how would i go about adding a custom command that requires name and not steamid, like /callheli <playername>,

    "cmd": "callheli {name}",

    dont work
     
  5. why a name? use steamid xD
     
  6. [Oxide] 12:53 AM [Warning] Missing plugin name prefix 'playermanager.' for permission 'canmute' (by plugin 'PlayerManager')
    Maube you change permission to "playermanager.canmute"?
    [Oxide] 12:53 AM [Warning] Missing plugin name prefix 'playermanager.' for permission 'canjail' (by plugin 'PlayerManager')
    Maube you change permission to "playermanager.jail"?
     
  7. Tried that way dont work aswell..
    [DOUBLEPOST=1454632214][/DOUBLEPOST]I know im doing the format right because i have a few other commands added but some will not work
     
  8. the same problem since last update
    "****************/********/***** disconnecting: RPC Error: addui
    [Oxide] 1:09 AM [Info] [Notifier v2.18.0] ***** left the server. (Reason: Disconnected)"
     
  9. TP to sleepers doesn't work in noclip mode(((
     
    Last edited by a moderator: Feb 14, 2016
  10. is there a way to tp to ppl in noclip mode?
    and can you add unban butto
    [DOUBLEPOST=1454939671][/DOUBLEPOST]ass soon i am trying this config
    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"
        },
    i get this
    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
     
  11. RPC Error: addui
     
  12. Check your config here JSONLint - The JSON Validator.
     
  13. so somebody answer me why kicks an error RPC Error: addui
     
  14. Needs to be updated to use the redesigned jail system
     
  15. i was woundering, how do i use the mute and jail part of the gui. nothing happens when clicking it. but ive added the perms to the group?
     
  16. In the actual config there is a section for setting up the custom jail and mute commands witch you'll need the jail and mute plugins for it to actually work. The jail plugin right now doesn't seem to be working with player manager right now though.
     
  17. ah i see, thanks man ill have a look, cheers mate
     
  18. Cheers back to you to :)
     
  19. im wondering does the ban on here ban ip aswell?
     
  20. I think you can configure it to do one or the other. not sure