Skip to content

Commit 41e9926

Browse files
committed
feat: add virion 3.0 support
1 parent af1113d commit 41e9926

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor
2+
/composer.lock

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"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

Comments
 (0)