[FEATURE] Use known info for Start/stop commands #29
Labels
No labels
bug
can reproduce
can't reproduce
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
incompatibility
invalid
needs confirmation
needs more information
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SBDevelopment/V10Lift#29
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Start and stop should use context to determine appropriate actions:
In this case, the only command required should be
Spigot version (use /version):
1.15.2
Plugin version (use /v10lift info), NOT LATEST!!!
0.5.2
This is not possible, because it is not possible to find the elevator name from the location, because you only add the cab floor, and not the whole cab.
I am standing somewhere above the cab floor. :)
Yes, I know. But it's not safe to assume that you are always standing on the cab floor.
What I can do though, is check if the block below is from the lift, and if not so, it will return an error.
If a button is part of the cab, and within one block of the sign, all the necessary data are known. The button-click could execute the same as left-click on the adjacent sign.
Looks good. I will test when released.
The snapshot is now available: v0.5.3-SNAPSHOT
Works great! Thank you. We now have CommandSigns buttons adjacent to the floor-selection sign. Thanks to the start command, the elevator works even in Adventure mode.