Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tedo0627/redstonecircuit

This is the PocketMine plugin that implements the Redstone circuit.
https://github.com/tedo0627/redstonecircuit

pmmp pocketmine pocketmine-mp redstone redstone-circuit

Last synced: about 24 hours ago
JSON representation

This is the PocketMine plugin that implements the Redstone circuit.

Awesome Lists containing this project

README

        

[![](https://poggit.pmmp.io/shield.state/RedstoneCircuit)](https://poggit.pmmp.io/p/RedstoneCircuit)
[![](https://poggit.pmmp.io/shield.dl.total/RedstoneCircuit)](https://poggit.pmmp.io/p/RedstoneCircuit)
[![](https://img.shields.io/github/downloads/tedo0627/RedstoneCircuit/total)]()

RedstoneCircuit

This is the PocketMine plugin that implements the Redstone circuit.

## Implemented Blocks


transmission


  • Redstone Comparator

  • Redstone Repeater

  • Redstone Wire


power


  • Buttons

  • Daylight Sensor

  • Juke Box

  • Lever

  • Observer

  • Redstone Block

  • Redstone Torch

  • Pressure Plates

  • Target

  • Trapped Chest

  • Tripwire

  • Tripwire Hook


mechanism


  • Activator Rail

  • Command Block

  • Dispenser

  • Doors

  • Dragon Skull

  • Dropper

  • Fence Gates

  • Hopper

  • Moving Block

  • Note Block

  • Piston

  • Piston Arm

  • Powered Rail

  • Redstone Lamp

  • Sticky Piston

  • Sticky Piston Arm

  • TNT

  • Trapdoors

## Custom Events
When using custom events, they must be enabled in the configuration.
|name|description|
|:-------|:-----|
|BlockDispenseEvent|Called when the item is dispense|
|BlockPistonExtendEvent|Called when the piston is extended|
|BlockPistonRetractEvent|Called when the piston retracted|
|BlockRedstonePowerUpdateEvent|Called when the redstone signal is turned on or off|
|BlockRedstoneSignalUpdateEvent|Called when the redstone power changes|
|HopperMoveItemEvent|Called when the hopper moves an item|
|HopperPickupItemEvent|Called when the hopper picks up an item|

## License
"Redstone Circuit" is under [GPL-3.0 License](https://github.com/tedo0627/RedstoneCircuit/blob/master/LICENSE)

## Special Thanks
Write Icon [@num4nua](https://twitter.com/num4nua)