#Skript Error
52 messages ยท Page 1 of 1 (latest)
@native sand
Can you send a screenshot of /about @lyric epoch ?
not necessary, all the info is provided in the error
right so how do I fix it??
it seems to be an issue on our end, i'll look into it
I thought that thanks ahah
any fix sir?
would you be willing to try out a JAR i send you?
Yeah sure, fire it over in DMs
nah, here
try whether it helps
hopefully i havent broken it to an even worse state ๐คญ๐คญ
im too bad a dev to do that
effect cmds work!
ill just test everything else quickly
Is it possible to make a working tractor with MTVehicles? I have a model for it, just wondering if we can do that... If not I'll have to do it in skript
yes, you can add new custom vehicles to vehicles.yml
just make sure they have all the properties as the normal ones
How do I check the name of a MTV vehicle when the player enters it? I need to set a var when the player enters or leaves a mtv vehicle
can you update the skript page on how to actually use it... spawn mtv vehicle with license plate "DF-4J-2R" at {_loc} like how this work? Do I gotta name vehicle or what
Just get errors of [ERROR] [MTVehicles] Skript error: Provided license plate is not valid ("spawn vehicle by license plate %string% at location %location%").
this works for existing vehicles only
there arent any skript effects for creating a vehicle or changing its name/license yet
ahh okay, can we get some? I can give some suggestions?
Also is there a way to set custom speed per vehicle?
Like I have 2 tractors, I want one to be slow and one fast but in the same catergory in the menu?
@native sand can you make a way to detect the type of vehicle, or uuid of the vehicle? Im trying to detect when the player gets into a certain car/boat they get sent a msg... any ideas?
'/vehicle edit' or edit vehicleData.yml and reload
currentl you can only detect license plate through skript
if you wish, send me some suggestions here, tag me, and ill look into it
can you make it so we can detect the UUID of the vehicle and type??
Legend. Can you update the docs so I know what to use. I'm hopeless at reading that stuff ๐คฃ
Also is there a way we can just add a vehicle just sitting there like a showcase of it?
i suppose you can use
on vehicle enter:
event-text is "license-plate"
cancel event```
Can we detect the vehicle type yet? Like the UUID
i added these
i can send you the compiled plugin (JAR) that supports these expressions
Amazing thank you! Sorry I just skimmed the github updates but I'm not 100% on github so wasn't sure where to look ๐
@native sand
on mtv vehicle enter:
set {_uuid} to vehicle UUID of player's driven mtv vehicle
broadcast "%{_uuid}%"```
This keeps returning <none>
doesn't work when player's driven mtv vehicle is in brackets too
Same with vehicle type.
๐ญ