Buying a spawn command no longer working
Hi, I have a problem with the spawn command in my guishop.
Selling the spawn.minicopter used to work, but not anymore, I have been using "cmd": ["spawn minicopter $player.id"]. Anyone else having the same issue? Spawning via console works normally.
try this.
spawn minicopter \"$player.x $player.y $player.z\"
In response to Arainrr ():
try this.
spawn minicopter \"$player.x $player.y $player.z\"
Thank you so much @Arainrr, that worked!

this didnt work for me... maybe im inputing this incorrectly?;

[spawn minicopter \"$player.x $player.y $player.z\"]


Merged post

okay, after playing with it a little, i found that this worked for me:

["spawn minicopter.entity $player.x,$player.y,$player.z"]