-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waitdelay property sign has no effect on trains #502
Comments
It works for me, but maybe its not fully clear what the wait delay does. With a wait delay set, if the train is put to a complete stop (not if its moving super slowly following another train), then before starting to move again it waits this delay. How did you expect the wait delay to function? What I tested: I spawned a train with a wait distance set, delay 0, then a waitdelay property sign sets it to 5. Now when the train is stopped by a still-standing train, and I destroy that still-standing train, it waits for the $waitdelay before starting to move again. |
That is exactly how I expected the wait delay to function. |
Was the placement correct, so that the train is facing the sign (direction?). You can use [+train:*] to activate from any direction |
The sign was placed on the side of the block the rails are on, so the train sees the side of the sign. This should be a correct placement as far as I know. |
Can you include a screenshot? It sounds correct yes. Still worth checking if the * makes a difference |
The 20 came from the waitacceleration sign, and without your screenshots I never wouldve figured that out haha Thanks, this should fix it |
Looks good, though I sadly can't test it right now since its a build for 1.21, and our server can't update to that until all our plugins are updated. |
Builds 1.21 work on older server versions |
Info
Please provide the following information:
/train version
): 1.20.6-v1/train version
): 1.20.6-v1/version
): Paper 1.20.6Bug
The property sign does not change the wait.delay property of trains as intended.
Description
The waitdelay property sign should modify the waitdelay property of trains.
However, in my testing, it does not have any effect on the train at all.
Expected behaviour
The sign should change the train's wait delay to the amount defined on the sign.
E.g., a waitdelay property sign with the number set to 5 should change the train's wait delay to 5 seconds.
Actual behaviour
The sign does not have any effect on the train, even when using an always-on power mode [+train].
The train retains the same wait delay it has previously set.
Steps to reproduce
For a wait delay of 5 seconds:
Build a waitdelay property sign with the following format:
Have a train run over the sign.
The text was updated successfully, but these errors were encountered: