1. Yes, I use the plugin "Player Database" and would like to use it instead of DeadPlayersList.
     
  2. sqroot updated Built with a new update entry:

    1.2.0

     
  3. Thank you. everything works fine)))
     
  4. after the update ceased to define Building of the owner. if a player is dead. I use player-database((
     
  5. sqroot updated Built with a new update entry:

    1.3.0


    [DOUBLEPOST=1462625546][/DOUBLEPOST]
    Both PlayerDatabase and DeadPlayersList don't seem to work correctly anymore.
    The plugin now uses Covalence, which is provided by Oxide, meaning you don't need any extra plugins installed anymore to see the names of dead players.
     
  6. that is, I understood correctly that your plugin will show even dead players at no additional plugins?
     
  7. Yes, it should.
     
  8. This Plugin is my ELIXIER to give big ideas a big structure in a small time...thx alot, saved my time immense.
     
  9. stopped working
    Code:
    [Oxide] 20:53 [Error] Failed to call hook 'built_hook' on plugin 'Built v1.3.0'
    Traceback (most recent call last):
      File "Built.py", line 32, in built_hook
    RuntimeError: Failed to call built_hook (MissingMemberException: 'RustPlayer' object has no attribute 'Nickname')
      at IronPython.Runtime.Binding.PythonGetMemberBinder+FastErrorGet`1[System.Object].GetError (System.Runtime.CompilerServices.CallSite site, System.Object target, IronPython.Runtime.CodeContext context) [0x00000] in <filename unknown>:0
      at System.Dynamic.UpdateDelegates.UpdateAndExecute2[Object,CodeContext,Object] (System.Runtime.CompilerServices.CallSite site, System.Object arg0, IronPython.Runtime.CodeContext arg1) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.DynamicInstruction`3[System.Object,IronPython.Runtime.CodeContext,System.Object].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
    
     
  10. This issue is caused by a snapshot patch from 19 hours ago.
    This change hasn't been published via the Downloads page yet, so it's not yet completly official (it's only available at Snapshots).
    I'll fully update the plugin when the next official Oxide update is released that contains this change, until then the people that have already updated their Oxide via the Snapshots page can use the version attached to this post.
    When Oxide is properly updated, I'll also release this version officially.
     
  11. Thanks for the quick response
     
  12. sqroot updated Built with a new update entry:

    1.3.1

     
  13. Code:
    [Oxide] 20:26 [Error] Failed to call hook 'built_hook' on plugin 'Built v1.3.1' Traceback (most recent call last): File "Built.py", line 31, in built_hook RuntimeError: Failed to call built_hook (MissingMemberException: 'RustPlayerManager' object has no attribute 'GetPlayer') at IronPython.Runtime.Binding.PythonGetMemberBinder+FastErrorGet`1[System.Object].GetError (System.Runtime.CompilerServices.CallSite site, System.Object target, IronPython.Runtime.CodeContext context) [0x00000] in <filename unknown>:0 at System.Dynamic.UpdateDelegates.UpdateAndExecute2[Object,CodeContext,Object] (System.Runtime.CompilerServices.CallSite site, System.Object arg0, IronPython.Runtime.CodeContext arg1) [0x00000] in <filename unknown>:0 at Microsoft.Scripting.Interpreter.DynamicInstruction`3[System.Object,IronPython.Runtime.CodeContext,System.Object].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0 at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
    using latest oxide
     
  14. Wulf

    Wulf Community Admin

    Temp/quickfix. @sqroot
     
  15. Thank you! :)
     
  16. sqroot updated Built with a new update entry:

    1.3.2

     
  17. Still getting the same error with your version @sqroot
     
  18. I cannot reproduce the issue. Are you using version 1.3.2?
     
  19. Forget about it, using the oxide build from yesterday. Guessing updating oxide will fix the issue with built. :)
     
  20. You're right, that's the issue. I didn't see that the missing interface for FindPlayerById was only included in the Oxide build yesterday, not in the build from three days ago (since I normally just patch plugins to the newest Oxide version in sync with the Rust release cycle because most people update plugins all the time, but Oxide only together with a Rust update).
    I'll edit the description of the update to make sure people know that they need to update to that version.