1. can i record their PM?
     
  2. Hi , you can find all logs ( include chat and private message ) in oxide folder → logs folder
    You can do ctrl+f and search for a player name or search for " private " if you want to see every pm.
     
  3. there are "loaded ~~plugin" or the others no chatlog, i have watched chatlog in data/Reporting
    (sry my english)
     
  4. The files names is something like oxide_14-01-2016.txt
     
  5. yes, i said that txt
     

    Attached Files:

  6. Ok i tested again and yea it doesn't save. It only save if i use betterchat, with betterchat i can see chat and pm on logs file.
     
  7. Hi. Nice plugin, but can you add a function so that it takes in partial names?
     
  8. check my post on first page , i've posted a version with partial name function :)
     
  9. Thank you good sir :)
     
  10. Code:
    [SERVER v1.0.20] Console: PrivateMessage.cs(18,13): warning CS0108: `Oxide.Plugins.PrivateMessage.hurt' hides inherited member `Oxide.Plugins.HurtworldPlugin.hurt'. Use the new keyword if hiding was intended
    /home/server5542/game/Oxide.Game.Hurtworld.dll (Location of the symbol related to previous warning)
    PrivateMessage.cs(25,14): warning CS0114: `Oxide.Plugins.PrivateMessage.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    /home/server5542/game/Oxide.Core.dll (Location of the symbol related to previous warning)
     
  11. Wulf

    Wulf Community Admin

    Those are warnings, not errors. You can ignore them.
     
  12. Code:
    [Oxide] 3:26 PM [Error] Failed to call hook 'cmdPm' on plugin 'PrivateMessage v1.0.1' (NullReferenceException: Object reference not set to an instance of an object)
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 65)
    [LivemapIO] 3:26 PM [Debug]   at Oxide.Plugins.PrivateMessage.getUser (System.String name, .PlayerSession session) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PrivateMessage.cmdPm (.PlayerSession session, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PrivateMessage.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 65)
     
  13. Hi. I have a suggestion about this plugin. Could be edited so that it would replace the "The message has been delivered." for the name of the player you're sending the message plus the content of the message itself. Sometimes when playing I use /r to answer and i'm not sure if i'm answering to the right player or to other that also had /pm me before. It could look something like this: Screenshot
     
  14. Code:
    [Oxide] 2:56 PM [Error] Failed to call hook 'cmdPm' on plugin 'PrivateMessage v1.0.1' (NullReferenceException: Object reference not set to an instance of an object)
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 65)
    [Oxide] 2:56 PM [Debug]   at Oxide.Plugins.PrivateMessage.getUser (System.String name, .PlayerSession session) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PrivateMessage.cmdPm (.PlayerSession session, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PrivateMessage.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 65)
    [Oxide] 2:56 PM [Error] Failed to call hook 'cmdPm' on plugin 'PrivateMessage v1.0.1' (NullReferenceException: Object reference not set to an instance of an object)
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 65)
    [Oxide] 2:56 PM [Debug]   at Oxide.Plugins.PrivateMessage.getUser (System.String name, .PlayerSession session) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PrivateMessage.cmdPm (.PlayerSession session, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PrivateMessage.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0 
    [DOUBLEPOST=1455466084,1455371866][/DOUBLEPOST]update pls
     
  15. SouZa updated PrivateMessage with a new update entry:

    1.1.0

     
  16. The management of this plugin has been passed from the original developer @Manfegor to me @SouZa. I will keep updating it.
     
  17. SouZa updated PrivateMessage with a new update entry:

    1.1.1

     
  18. error
    aaaa.png
     
  19. SouZa updated PrivateMessage with a new update entry:

    1.1.2


    [DOUBLEPOST=1457296196][/DOUBLEPOST]
    Fixed on version 1.1.2. Thank you.