List of entities to spawn?Solved
If anyone has a working link to the entire entity.spawn list, please let me know.  List needs to be ONLY the entities that can spawn with this command.
Will use the Prefab Sniffer.
5f73447d8ef9d.png JackReigns

Very useful.  Only thing is it doesn't list that which can be spawned as an item a player could pick up.  Got a link for that?

I don't know of any such list.  But you can see what components are part of each entity.  For example, all the electrical stuff has IOEntity, etc.  So that's one way to narrow things down.

5f73447d8ef9d.png JackReigns

Very useful.  Only thing is it doesn't list that which can be spawned as an item a player could pick up.  Got a link for that?

You should create item and then drop it to ground like:

item.Drop(bla bla bla);
How would you create multiple items inside an item?  For instance, "entity.spawnitem ammo.rifle" only spawns with 1 bullet in it.  How would I do it to give 40 bullets in it?
5f73447d8ef9d.png JackReigns
How would you create multiple items inside an item?  For instance, "entity.spawnitem ammo.rifle" only spawns with 1 bullet in it.  How would I do it to give 40 bullets in it?

Using plugins

5ba216a6d7f65.png Orange

Using plugins

There's absolutely no way without a plugin?

5f73447d8ef9d.png JackReigns

There's absolutely no way without a plugin?

I don't know, but whats the problem for having special plugin for that?

5ba216a6d7f65.png Orange

I don't know, but whats the problem for having special plugin for that?

Not a problem, but not looking for a plugin to do it.  Looking for a server command/option.

5f73447d8ef9d.png JackReigns

Not a problem, but not looking for a plugin to do it.  Looking for a server command/option.

Making plugin is simpler, faster, and proper solution. Command always can be removed, etc

5ba216a6d7f65.png Orange

Making plugin is simpler, faster, and proper solution. Command always can be removed, etc

Again... not looking for a plugin to do it.  Looking for a console command.  Thanks.

Locked automatically