SBDPlugins / V10Lift

The recode of the V10Lift plugin!
GNU General Public License v3.0
1 stars 2 forks source link

[FEATURE] Redstone Lift-Calling #83

Closed xCraimax closed 1 year ago

xCraimax commented 1 year ago

Is your feature request related to a problem? Please describe. It's currently not possible to create complex redstone buildings and mechanics, because V10Lift always requires a user input (button).

Describe the solution you'd like A Block which can be set as an Input (ex. gold_block) → Maybe with a config, where this block can be changed. Now, this block will call a selected floor, when the block is powered by redstone.

Describe alternatives you've considered /

Additional context Use case example (just imagine, there's a redstone flying machine, which moves the grass - I was too lazy to build one) image

stijnb1234 commented 1 year ago

This should already be possible. Try using /v10lift start <LiftName> <Floor> in a command block. This should queue the 'move to floor' command (like an input would do) to the elevator.

It is also possible to stop an elevator directly by using /v10lift stop <LiftName>

xCraimax commented 1 year ago

I assume this would work, but I'd rather use a survival-friendlier solution, as I don't really have access to commandblocks on the server

stijnb1234 commented 1 year ago

I assume this would work, but I'd rather use a survival-friendlier solution, as I don't really have access to commandblocks on the server

I see, but assigning a block to it seems too complex for me because it's already possible using something else. I'm sorry, but I'm not going to implement this.