We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1113d commit 41e9926Copy full SHA for 41e9926
.gitignore
@@ -0,0 +1,2 @@
1
+/vendor
2
+/composer.lock
composer.json
@@ -0,0 +1,23 @@
+{
+ "name": "muqsit/simple-packet-handler",
3
+ "description": "Handle specific data packets (virion for PMMP API 4.0.0)",
4
+ "type": "library",
5
+ "require": {
6
+ "pocketmine/pocketmine-mp": "^4.0.0"
7
+ },
8
+ "autoload": {
9
+ "classmap": ["src"]
10
11
+ "authors": [
12
+ {
13
+ "name": "Muqsit",
14
+ "email": "hackhack05@gmail.com"
15
+ }
16
+ ],
17
+ "extra": {
18
+ "virion": {
19
+ "spec": "3.0",
20
+ "namespace-root": "muqsit\\simplepackethandler"
21
22
23
+}
0 commit comments