PlayerCounter

Adds a discrete player counter to the HUD

Total Downloads: 5,518 - First Release: Jul 10, 2016 - Last Update: Mar 9, 2017

5/5, 8 likes
  1. it would be great to show also the sleepers
     
  2. Bamabo updated PlayerCounter with a new update entry:

    1.3.0

     
  3. Bamabo updated PlayerCounter with a new update entry:

    1.3.1

     
    Last edited by a moderator: Aug 6, 2016
  4. Bamabo updated PlayerCounter with a new update entry:

    1.4.0

     
  5. Bamabo updated PlayerCounter with a new update entry:

    1.4.1

     
  6. Heyo, works perfectly and great config options,
    Would it be possible to add an option to have sleepers show on a separate line?
    and a second option to apply prefixes to the numbers such as: "Online:" and "Sleepers:"?

    That would make it perfect for me,

    Best regards,
    Sam.
     
  7. Next update will allow you to completely customize your playercounter. I can post a little guide in the update notes on how to get the results you're wanting.
     
  8. Bamabo updated PlayerCounter with a new update entry:

    1.5.0

     
  9. Fantastic, thank you very much!
     
  10. Check out the update notes or the FAQ for a mini-tutorial on how to customize the counter. Enjoy and let me know if there's anything else you'd like to see improved in PlayerCounter!
     
  11. Love this plugin. However, the left and center position is not working. It's only showing on the right behind the rust alfa logo.
     
  12. Looking into it. Will post an update as soon as it has been resolved!
    [DOUBLEPOST=1471625666][/DOUBLEPOST]
    I am unable to replicate the issues you are having. Are you using /playercounter left/middle/right to move it?
    Because if you are changing the config value defaultPosition that only changes where the counter will appear the first time a player connects to the server or the first time the plugin is loaded when a given player is online. In other words, if you have launched the plugin with defaultPosition set to "right", then changed it to "left" it will not move for you. Only for players who are joining the server for the first time or on your first load of the plugin.
    However you can simply unload the plugin after setting defaultPosition to your desired value and then deleting the data file followed by a reload to make changes to current players default position.

    I hope that clears it up. If that does not resolve your issue make sure to let me know.
     
  13. Bamabo updated PlayerCounter with a new update entry:

    1.5.1

     
  14. Thanks for the quick anwser.

    I did what you said and it worked. However, I think it would be a good idea to place the counter in the middle as default, becauce when you use Lustymap, it is either covered by the minimap on the left or the rust logo on the right.
     
  15. Thanks for the feedback. I will however not be changing the default position because of any other plugin. Moving it to the left instead of right with my latest update affects all servers. Seeing how not all players have the rust logo turned off. Only a fraction of servers will be using another plugin which covers the lefthand side of the screen which kind of makes it obsolete. Those that do however can easily change the default position in the config file.
     
    Last edited by a moderator: Aug 20, 2016
  16. No previous version to rollback plugin: PlayerCounter. I get this error when I try to load the new version
     
  17. I'm going to need more information than that. Please post the full error and what version you were using before.
     
  18. Seems your UI is oversized and blocking the top 1/3 of the screen with invisible box, players with the plugin

    GUI Help | Oxide

    cannot interact with the close buttons and some other buttons. I have resized it on line 243 from 0.75 to 0.95 and seems to work
    Code:
    RectTransform =
      {
      AnchorMin = "0.003 0.95",
      AnchorMax = "1 0.998"
      }
    
    credit to @]UNI]x[IUM[ for finding this bug
     

    Attached Files:

    Last edited by a moderator: Aug 24, 2016
  19. Yes, this is something that I am aware of. This is because some users reported not being able to use their desired font size/content. The plugin used to be limited to a very small box allowing a maximum of 22 sized font and nothing but the counter, this was apparently not enough for multiple users. Therefore the huge "invisible box". If there's demand for it I can add config options where you can resize the container to whatever size you need. Let me know if you are interested.
     
  20. thanks a lot