Skip to content

Commit 86d0bb0

Browse files
authored
feat: add virion 3.0 support (#9)
1 parent 2748ca2 commit 86d0bb0

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

.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)