https://github.com/artofcode-/redair
Bukkit wireless redstone plugin
https://github.com/artofcode-/redair
Last synced: about 1 year ago
JSON representation
Bukkit wireless redstone plugin
- Host: GitHub
- URL: https://github.com/artofcode-/redair
- Owner: ArtOfCode-
- Created: 2015-03-13T18:17:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T19:28:12.000Z (over 11 years ago)
- Last Synced: 2025-04-02T10:36:10.995Z (about 1 year ago)
- Language: Java
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RedAir
*Bukkit wireless redstone plugin*
RedAir provides wireless redstone. Sounds familiar? Sure, there are other plugins that do that.
But the great advantage this one has over the others is its simplicity -
two commands and you have a wireless redstone connection. It's easy to understand, easy to operate,
and comes fully fleshed out with all the permissions you need to have complete control over who can do what.
## Features
- Simple, easy to manage connections
- Writes data to disk so you don't lose it on reloads or restarts
- Permissions are included with the plugin
## Installation
RedAir is easy to install. Download, drop into your /plugins folder, reload, and you're off.
The plugin will generate all the data it needs by itself without needing you to create a thing.
## Commands/Permissions
There is one command off which all others stem: /redair.
Running this alone will show a help screen containing all the other commands. Here's a list:
- **`/redair help`** - shows the help screen
**Permission:** `redair.use`
- **`/redair start`** - starts making a new wireless connection
**Permission:** `redair.create`
- **`/redair end`** - finishes the wireless connection
**Permission:** `redair.create`
- **`/redair remove`** - removes an existing connection
**Permission:** `redair.remove`
## Planned Updates
Bugs and known caveats are always top of the priority list to fix up.
For an up-to-date list of these, see the Tickets page and Known Caveats section of the download page.
Other than that, I'll add features as I think of them; feel free to suggest.