We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3a599 commit 3bbd1afCopy full SHA for 3bbd1af
README.md
@@ -1,11 +1,24 @@
1
# L2 Studio - Minecraft Ping
2
3
+<p>
4
+<a href="https://github.com/l2studio/minecraft-ping/actions"><img src="https://img.shields.io/github/workflow/status/l2studio/minecraft-ping/CI?logo=github&style=flat-square"/></a>
5
+<a href="https://www.npmjs.com/package/@l2studio/minecraft-ping"><img src="https://img.shields.io/npm/v/@l2studio/minecraft-ping?logo=npm&style=flat-square"/></a>
6
+</p>
7
+
8
A library for Minecraft server ping
9
10
## Install
11
12
+```shell
13
+npm install --save @l2studio/minecraft-ping
14
+# or
15
+pnpm i @l2studio/minecraft-ping
16
+```
17
18
## API
19
20
+TODO
21
22
## License
23
24
Apache-2.0
0 commit comments