options:
tracked_vehicle: minecart
world: "world" or "world_nether" or "world_the_end"
on vehicle create:
if event-world is {@world}:
if event-entity is {@tracked_vehicle}:
broadcast "it did the thing, mom"
else:
broadcast "this isn't a valid vehicle"
I know I'm missing something really simple here so I broke the code down to just do this and it's still not doing the thing.
