maspawn box.wooden
Entering it this way will always spawn LARGE. It does not seem to spawn a small crate, or am I doing something wrong?
maspawn box.wooden
Entering it this way will always spawn LARGE. It does not seem to spawn a small crate, or am I doing something wrong?
small bug. try this; put a small box in your hotbar, and just use the maspawn command.
discordFansmall bug. try this; put a small box in your hotbar, and just use the maspawn command.
Actually, we have already tried it.
The command maspawn box.wooden spawns a large wooden box because that is the only matching entity. The small wooden box is called woodbox_deployed.
I also confirmed that running maspawn while holding the small wooden box deployed the small wooden box, so if that did not work for you, I'm guessing that's because you must have provided the entity name. When you don't provide the entity name, the plugin determines it automatically by looking at what you are holding.
I do see it's woodbox_deployed using the 'lookingat' command. Side question if you don't mind. Why in ItemManager.itemList AllItemsAvailable it's box.wooden and there is no woodbox_deployed?
Spawning of entities is done by prefab name. Item short names don't necessarily correspond 1:1 to entity prefab names.
I suppose the plugin could search for item names as well as prefab names, but for the box.wooden case, it creates some complexity because there would be two identical matches.
Oh, you just have to hold it in your hand without specifying the entity, great plugin....
Merged post
Thank you response.