Skip to content

Commit 6786849

Browse files
authored
Merge pull request #65 from tedo0627/pmmp4
support pmmp4
2 parents c5f666a + e48efb6 commit 6786849

File tree

183 files changed

+4827
-8063
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+4827
-8063
lines changed

.idea/.gitignore

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/RedstoneCircuit.iml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.poggit.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/tedo0627/RedstoneCircuit_PMMP-Plugin
1+
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/tedo0627/RedstoneCircuit
22
branches:
33
- master
4+
- pmmp4
45
projects:
56
RedstoneCircuit:
6-
path: RedstoneCircuit/
7+
path: ""
78
...

README.md

+53-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,55 @@
1-
# RedstoneCircuit_PMMP-Plugin
2-
This plugin makes the redstone circuit will work.
1+
# RedstoneCircuit
2+
This is the PocketMine plugin that implements the Redstone circuit.
33

4-
This plugin used nukkit source.
4+
### Implemented Blocks
5+
<details>
6+
<summary>
7+
transmission
8+
</summary>
9+
<ul>
10+
<li>Redstone Comparator
11+
<li>Redstone Repeater
12+
<li>Redstone Wire
13+
</ul>
14+
</details>
15+
<details>
16+
<summary>
17+
power
18+
</summary>
19+
<ul>
20+
<li>Buttons
21+
<li>Daylight Sensor
22+
<li>Juke Box
23+
<li>Lever
24+
<li>Observer
25+
<li>Redstone Block
26+
<li>Redstone Torch
27+
<li>Pressure Plates
28+
<li>Trapped Chest
29+
<li>Tripwire
30+
<li>Tripwire Hook
31+
</ul>
32+
</details>
33+
<details>
34+
<summary>
35+
mechanism
36+
</summary>
37+
<ul>
38+
<li>Activator Rail
39+
<li>Command Block
40+
<li>Dispenser
41+
<li>Doors
42+
<li>Dragon Skull
43+
<li>Dropper
44+
<li>Fence Gates
45+
<li>Hopper
46+
<li>Note Block
47+
<li>Powered Rail
48+
<li>Redstone Lamp
49+
<li>TNT
50+
<li>Trapdoors
51+
</ul>
52+
</details>
553

6-
## Download
7-
[ClickHere](https://github.com/tedo0627/RedstoneCircuit_PMMP-Plugin/releases/download/1.0.1/RedstoneCircuit_v1.0.1.phar)
8-
9-
## TODO
10-
・Rails<br>
11-
・Minecarts<br>
12-
・Events
54+
## License
55+
"Redstone Circuit" is under [GPL-3.0 License](https://github.com/tedo0627/RedstoneCircuit/blob/master/LICENSE)

RedstoneCircuit/plugin.yml

-6
This file was deleted.

RedstoneCircuit/resources/config.yml

-36
This file was deleted.

0 commit comments

Comments
 (0)