1. I'm trying to come back in hurtworld plugin development.
    I looked at the source code of hurtworld for a while now, and I see now way to remove the height placement limit.

    I want to make sky bases possible again on my server to allow both defenders and raiders to find new strategies to raid bases (fall damage is disabled, so they could make a raid tower for example).

    Is there any way to remove that maximum height limit on the totems?

    ps: I tried to contact cowtrix, but I received no answer :(

    Thanks

    That's the wrong sub forum section.. sorry
    :)
     
  2. Hey mate. So look at the class OwnershipStakeValidator.
    The function you want is OwnershipStakeValidator.IsValid();
     
  3. I already found it, the problem is that I see no way to either modify it or disable the checks made to it.
    Do you know any way to do that, being it using oxide or the hurtworld sdk?