How to block spawning of "things"?
Things being stuff like animals, mini chpper, cars etc? Could this be in the true/false section of config or is there a simple command to block like "Spawn" or do i have to add all spawn commands to the block section?
Just add "spawn" to the blocked commands. Might need to be entered as "ent.spawn", haven't looked to see if it requires the full command.
Thanks Wulf ill trial it tomorrow.

Merged post

  "Blocked Commands": [
    "spawn",
    "ent.spawn"


does not stop the spawning of choppers



Merged post

same for adding spawn minicopter.entity to the blocked list
Hey @YGBHawk you are blocking the wrong command. It's `entity.spawn`
Ah thank you very much!