Spawning multiple carsSolved

How can i, being admin, spawn multiple cars? All permissions are granted but still have the limitation of one per player

You can define them as presets in the plugin config, and then use the givecar command.

so i save a car as preset and then givecar myname as many as i need? and other players will be able to drive them? its for an event. i need to spawn a car for each player

  1. Update the plugin config with the presets you want. See the Server Presets section of the plugin documentation for an example.
  2. Reload the plugin.
  3. Ensure you have the spawnmodularcar.givecar permission.
  4. Run the givecar <player> <preset> command as many times as you want. You can spawn it with yourself as the target player over and over again (just don't do it in the same spot).

Thanks!!!

Locked automatically