Player Ranks

Player ranks and stats database

Total Downloads: 4,901 - First Release: Mar 4, 2017 - Last Update: May 29, 2018

5/5, 19 likes
  1. Yes when I do /pr wipe the PlayerRanks.JSON file in Oxide/Data is wiped. I then go and manually delete the data from the mysql database. Then a few minutes later the data gets repopulated in the mysql database. I have no clue where that data is coming from.
     
  2. Not really sure to be honest. Try just dropping the whole table and see if that helps.
    When you reload PlayerRanks is will create a fresh one.
     
  3. what does 'allow admin stats' actually do?
     
  4. Allow Public Admin Stats - True/False. Applies only to private and timed top lists.

    Set to true, it prevents statistics for admins from being advertised in the 'Top X' displays.
    If you don't want the server knowing that you've built 100,000,000 entities or whatever, set that to true. ;)
     
  5. Ah. Does it track spawned in stuff? For example when I'm working on server rewards.
     
  6. No, that's not tracked. Just the normal activities that any player can do...Build, destroy, upgrade, gather etc.
     
  7. Feedback Request :


    Does anyone avail of "Use Intense Options": false ?
    If so, is there a performance reason, and is there any evidence that it makes a difference?

    Thank you. :)
     
  8. Never mind - Problem solved. ^^
     
  9. obj

    obj

  10. Apologies if this has been asked before, but can this mod be tweaked to show the "Top Economics Balances" held by the players?
     
  11. Hi there,
    I'm going through a bit of a rewrite right now.
    In the present version there are a few options which are SQL-only (economics, time played etc).
    I could maybe include those in the public displays, in the next release.
     
  12. Would it be possible to add this option please ?
     
  13. Would that be a popular thing, do you think?
    If so, I've no problem adding it if there's a hook for it. :)
     
  14. I would love yes!
    It will be even more popular with skulls for sure ;)
     
  15. Hi,

    Very nice plugin. I,m using the ZLevels on my server. It seems it doesn't count the multiplier. Is there anything to get this to work?

    Regards,
    Dennis
     
  16. Hi Dennis,
    I never looked into supporting ZLevels but I could for the next version.
    I haven't used it in a while but it would only affect resources gathered, right?
     
  17. i cant wipe my playerdatabase...

    when i type /pr wipe is doesnt say anything...

    also doesnt give an error in the log
     
  18. Why i can't used SQL online ?

    (I installed the plugin yesterday, so sorry if this problem was already fix)
     

    Attached Files:

  19. Getting this error;

    Code:
    Failed to call hook 'OnLootEntity' on plugin 'PlayerRanks v1.3.5' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.PlayerRanks.OnLootEntity (.BasePlayer player, .BaseEntity entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerRanks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.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 hook, System.Object[] args) [0x00000] in <filename unknown>:0