Skip to content

Commit

Permalink
Support PocketMine 3.20.0 & Minecraft 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
VixikHD committed Jun 9, 2021
1 parent 5ab6558 commit 19a0a23
Show file tree
Hide file tree
Showing 79 changed files with 830 additions and 332 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
vendor
.idea
build.php
out
12 changes: 7 additions & 5 deletions .poggit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
branches:
- PocketMine-MP
- api-4.0.0
- Generators
- master
- feature/pm-3.20.0
- feature/pm-4.0.0
- feature/generators
-
projects:
MultiWorld:
path: MultiWorld
icon: icon.png
path: ""
icon: "icon.png"
...
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "czechpmdevs/multiworld",
"description": "Advanced WorldEdit plugin for PocketMine servers",
"minimum-stability": "dev",
"license": "Apache-2.0",
"require": {
"php": "^7.3 || ^8.0",
"ext-yaml": "*",
"ext-pthreads": "*",
"ext-json": "*",
"phpstan/phpstan": "0.12.83",
"pocketmine/pocketmine-mp": "3.20.0"
},
"autoload": {
"psr-4": {
"": ["src"]
}
}
}
Loading

0 comments on commit 19a0a23

Please sign in to comment.