Is there a way to disable the building of any base altogether? I'm guessing it would need to be in the server script, but can't seem to find what that might be. I suppose I could get a plugin that removes the Building Planner item, but I'd also like to know if there's a way to do it as the server starts. Thanks!
Possible to disable all building?
https://umod.org/plugins/zone-manager
maybe it can help you . make a huge zone to prevent building in it .
I just used the NoCraft plugin and disabled the Building Planner object, but I'm just curious if there was a +command to add to the server startup that would disable it automatically without having to use any plugins.
You can block planner here (https://umod.org/plugins/component-blocker)
Also you can use (https://umod.org/plugins/building-restriction) and just set max building height to -5 for example
Merged post
Also you can set here (https://umod.org/plugins/entity-limit) foundations to 0
Also you can use (https://umod.org/plugins/building-restriction) and just set max building height to -5 for example
Merged post
Also you can set here (https://umod.org/plugins/entity-limit) foundations to 0
I'm aware I can use a plugin. Is there a +command that can do it in the server startup? That's my question.
dravenmeexI'm aware I can use a plugin. Is there a +command that can do it in the server startup? That's my question.
I dont think there are command for that