Can't get it to work with spawn-modular-carNot An Issue

Automatically spawning turrets on player cars requires a combination of configuration and permisisons.

  • The SpawnWithCar -> OtherCarSpawns -> Enabled config option must be true. This allows turrets to auto spawn on cars spawned by plugins.
  • Either the SpawnWithCar -> OtherCarSpawns -> RequirePermission config option must be true, OR the player must have the carturrets.spawnwithcar permission.
  • The SpawnWithCar -> SpawnChanceByModule config options must be greater than 0 (set to 100 for guaranteed spawn), for each module type that you want to allow potential turret spawns, such as for vehicle.1mod.cockpit.
  • The player must have module-specific permissions, such as carturrets.vehicle.1mod.cockpit, OR the carturrets.allmodules permission.
  • The DefaultLimitPerCar config option must be at least 1, OR the player must have a carturrets.limit.<2-4> permission.

IMO, the most confusing this about this is that you have to update the config at all, since ideally the permissions should be sufficient. I may simplify that in v2 when I expand the plugin to support all vehicles.

Locked automatically