File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ Release] [ release-shield ]] [ release-link ] [ ![ Continuous Integration] [ ci-shield ]] [ ci-link ] [ ![ Latest] [ semver-shield ]] [ semver-link ] [ ![ Beta] [ beta-shield ]] [ beta-link ]
2
+
1
3
# mcproxy
2
4
3
5
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)
67
69
```
68
70
69
71
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
You can’t perform that action at this time.
0 commit comments