Simply Gate

Features
Simply Gate is a simple plugin for creating gate animations like in real life. You can also automatically open and close the gates. For example by time.
- Required Java Version: 1.7
- Required Minecraft Version: CB 1.7.2 |CB 1.6.4 R2
Commands & Permissions
| Command | Description | Permission |
|---|---|---|
| /gcreate [gatename] [delay] | Create gate animation | gates.create |
| /gopen [gatename] | Open gate | gates.open |
| /gclose [gatename] | Close gate | gates.close |
| /gdelete [gatename] | Delete gate | gates.delete |
| /gchangedelay [gatename] [delay] | Change the gate delay | gates.changedelay |
| /glinktoaction [gatename] | Link open/close animation to lever/button action | gates.linktoaction |
How Use this plugin ?
- Your server MUST have Vault and WorldEdit !
- Build a gate(Out of pretty much any block)
- Take a wood hoe, select the top left corner of your gate with the left click and select the bottom right corner with the right click.
- Now you can create the gate with /gcreate [gatename] [delay] *The name is case sensitive *The delay is the time between the gates opening/closing animations.
- You can open/close the Gate with an action (lever *Buttons do NOT work YET). To do so you must place a lever/button on a wall or floor, left click it with a wood hoe and type /glinktoaction [gatename] Names are case sensitive
(you can also open/close gates with /gopen and /gclose)
Exemple .yml
gate1: pos1: x: -893.0 y: 9.0 z: -416.0 pos2: x: -896.0 y: 4.0 z: -416.0 delay: 1 lever: x: -897.0 y: 4.0 z: -422.0

