Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
This is the PocketMine plugin that implements the Redstone circuit.
- Host: GitHub
- URL: https://github.com/tedo0627/redstonecircuit
- Owner: tedo0627
- License: gpl-3.0
- Created: 2019-02-24T06:19:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T14:00:10.000Z (4 months ago)
- Last Synced: 2024-12-29T01:16:34.628Z (5 days ago)
- Topics: pmmp, pocketmine, pocketmine-mp, redstone, redstone-circuit
- Language: PHP
- Homepage:
- Size: 274 KB
- Stars: 84
- Watchers: 13
- Forks: 50
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)