Skip to content

Commit 564bf1c

Browse files
committed
readme
1 parent 1f52063 commit 564bf1c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Release][release-shield]][release-link] [![Continuous Integration][ci-shield]][ci-link] [![Latest][semver-shield]][semver-link] [![Beta][beta-shield]][beta-link]
2+
13
# mcproxy
24

35
a minecraft proxy library powered by mineflayer that replicates data as well as possible from available information of mineflayer
@@ -67,3 +69,16 @@ Conn.writeIf(name, data)
6769
```
6870

6971
this is an internal method for filtering Packets, can be used outside but is mostly not necessary to use
72+
73+
<!-- markdown links -->
74+
75+
[release-shield]: https://img.shields.io/github/workflow/status/rob9315/mcproxy/Release?label=Release&style=for-the-badge
76+
[release-link]: https://github.com/rob9315/mcproxy/actions/workflows/release.yml
77+
[ci-shield]: https://img.shields.io/github/workflow/status/rob9315/mcproxy/Continuous%20Integration?label=master&style=for-the-badge
78+
[ci-link]: https://github.com/rob9315/mcproxy/actions/workflows/ci.yml
79+
[npm-shield]: https://img.shields.io/github/package-json/v/rob9315/mcproxy?label=npm&style=for-the-badge
80+
[npm-link]: https://www.npmjs.com/package/@rob9315/mcproxy
81+
[beta-shield]: https://img.shields.io/github/v/tag/rob9315/mcproxy?include_prereleases&label=beta&sort=semver&style=for-the-badge
82+
[beta-link]: https://www.npmjs.com/package/@rob9315/mcproxy/v/beta
83+
[semver-shield]: https://img.shields.io/github/v/tag/rob9315/mcproxy?include_releases&label=latest&sort=semver&style=for-the-badge
84+
[semver-link]: https://www.npmjs.com/package/@rob9315/mcproxy

0 commit comments

Comments
 (0)