1. Hello,

    Is there currently a plugin to block certain build grades?

    If not I see the hook

    Code:
    OnStructureUpgrade(BuildingBlock block, BasePlayer player, BuildingGrade.Enum @enum)
    
    How could I use this to block all except wood?

    Thanks
     
  2. Wulf

    Wulf Community Admin

  3. Thank you, I did try and make my own but its still hard to try and learn the API, I'm getting there though, Plugin catergories would be great on this website.

    Edit: One last question... Is there a way to disable the foundations weak points in the centre? I am using a damage multiplier and the centre of the foundation take a lot more damage.