Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalton Caron committed Jun 25, 2022
1 parent 7c58e51 commit 4be0af6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Retractable Bridges

Build redstone powered retractable bridges, without using commands!

## Features

- It does not use commands. Just build a bridge and it works.
- Stateless, i.e. does not have to save anything on the server.
- It's redstone powered, giving you flexibility in controlling it.
- It is realistic. The bridge does not disappear, but it slides in and out just like a real one would.
- Holds back water or lava.
- Configurable speed and applying more or less redstone power.

## Usage

- Build the bridge itself, out of slab blocks or bridge blocks set in the configuration.
- Make sure there is at least one block adjacent to the bridge on three sides so that it can't move in that direction.
- For the direction in which you want it to move, make sure there is a block to stop at the distance you want it to move to.
- Power one of the blocks underneath the bridge with redstone. Please note: you are powering a block underneath the bridge, not the bridge itself. For the purposes of this plugin, just running a redstone wire undernearth the block will power it.
- If you power more than one block, the bridge will move faster.
- Make sure that when a bridge is fully extended, it is still in contact with the redstone power underneath it.
- When the block recieves redstone power, the bridge will move to the south or east. When the block loses redstone power, it will move to the north or west.
- Here is an example. ![Bridge Example GIF](bridge_example.gif)

## Configuration

See the `config.yml` folder for a description of the configurable options.

## Feedback

This plugin is a fork of Captain Chao's Rectractable Bridges updated to work with modern Minecraft. Please leave an issue on Github if there are any bugs with this new adaption.
Binary file added bridge_example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4be0af6

Please sign in to comment.