1. Just throwing this out there, any of the other plugin guru's planning on adding a top builder or builders ranking system to there existing plugins?

    I know there area lot of rank / title plugins, but they are geared to the important stuff like killing and deaths :)
     
  2. very cool. I'll check it out :)
     
  3. I just assign them manually with permissions from chathandler.
     
  4. First I need to get my building block counter plugin finished (unless another dev adds it on to there current plugin) to count and track player building blocks they place.
    Then I want to automate the process of Rank/Title and possibly permission groups as well. Should be sweet for builder servers.
     
  5. void OnEntityBuilt(HeldEntity heldentity, GameObject gameobject)
    {
    heldentity.ownerPlayer.userID
    gameobject.GetComponent<BaseEntity>().net.ID
    }

    enjoy ive tested the net.ID on server restart and yes it keeps the same net id, so this is a good way currently i insert my building blocks into a mysql database which that table references a id colum in account table i have thus i can then query the count / ids of any placed building from any player