MrCrayfishVehicleMod icon indicating copy to clipboard operation
MrCrayfishVehicleMod copied to clipboard

Mr Crayfish vehicle mod

Open joaofccorreia opened this issue 2 years ago • 9 comments

Hello ! I have recently created a minecraft server with Mr Crayfish vehicle mod However, when I try to spawn any car, a message appear saying "unable to summon object"

And yes, i have the corret mod version and obfuscate version too

Could someone help me with this issue ?? I would appreciate a lot !

joaofccorreia avatar May 19 '22 08:05 joaofccorreia

Are you using a vehicle create or a command? If a command, what is the full command you are entering?

MrCrayfish avatar May 20 '22 01:05 MrCrayfish

Hello, Whats the right syntax for summon command in version 0.44.1 - minecraft version 1.12.2, please?

I tired all variations of this command:

/summon vehicle:go_kart {hasEngine: 1, engineTier: 2, color: 11546150, wheelType: 5}

but vehicle is still spawned without engine, with white color chassis and default wheels

Many thanks in advance

Fredyman95 avatar Jun 20 '23 08:06 Fredyman95

I'm having a similar problem. I manage to place a box with transport, but the animation does not play and the transport does not appear. Has anyone found a solution to this problem?

Shybenyk avatar Apr 04 '24 12:04 Shybenyk

I found right syntax few days after I posted my comment (in January 2023) So its no problem with mod, but you must know right syntax...

Fredyman95 avatar Apr 04 '24 12:04 Fredyman95

So I cant't use this mod on my server?

Shybenyk avatar Apr 04 '24 12:04 Shybenyk

I never said that :D I summon or delete vehicles by commands on server with no problems at all. Problem was that command was wrong - incomplete or wrong format.

Fredyman95 avatar Apr 04 '24 12:04 Fredyman95

I discovored that transport that you crafted on work station work without any issues

Shybenyk avatar Apr 04 '24 15:04 Shybenyk

How I said, problem is only with summon or give command. Thats all. You are missing one something in that command. I will be home today so I will post it here. But i think that data are stored as bytes.

Fredyman95 avatar Apr 05 '24 06:04 Fredyman95

So I found summon command syntax:

/summon vehicle:<type> <x> <y> <z> {hasEngine: 1b, engineTier:<number of tier>, wheelType: <number of wheel type>, color:[I;<RGB code>]}

So filled command cam look like that:

/summon vehicle:go_kart ~ ~ ~ {hasEngine: 1b, engineTier:2, wheelType: 4, color:[I;174,230,10]}

I hope it will help all of you

Fredyman95 avatar Apr 16 '24 18:04 Fredyman95