-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from Shock95/pm5
2.1.0
- Loading branch information
Showing
55 changed files
with
1,267 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,53 @@ | ||
{ | ||
"name": "shock95x/auctionhouse", | ||
"name": "shock95/auctionhouse", | ||
"description": "Feature-packed AuctionHouse plugin for PocketMine-MP", | ||
"type": "project", | ||
"type": "pocketmine-plugin", | ||
"license": "GPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Shock95x" | ||
"name": "Shock95" | ||
} | ||
], | ||
"require": { | ||
"pocketmine/pocketmine-mp": "^4.0", | ||
"ext-json": "*" | ||
"pocketmine/pocketmine-mp": "^5.0.0", | ||
"sof3/await-generator": "^3.6", | ||
"sof3/libasynql": "dev-master", | ||
"muqsit/invmenu": "^4.6.5", | ||
"ifera-mc/update-notifier": "dev-master", | ||
"muqsit/simple-packet-handler": "dev-pm5", | ||
"cortexpe/commando": "3.1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"": "./src" | ||
"require-dev": { | ||
"sof3/pharynx": "^0.3.4" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "package", | ||
"package": { | ||
"name": "cortexpe/commando", | ||
"version": "3.1.0", | ||
"source": { | ||
"url": "https://github.com/Paroxity/Commando.git", | ||
"type": "git", | ||
"reference": "8473a5030c7e9bed6f7a25533a797361898ab47e" | ||
}, | ||
"autoload": { | ||
"classmap": ["src"] | ||
}, | ||
"extra": { | ||
"virion": { | ||
"spec": "3.0", | ||
"namespace-root": "CortexPE\\Commando" | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/ifera-mc/UpdateNotifier.git" | ||
} | ||
], | ||
"autoload": { | ||
"classmap": ["src"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2c96978
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear @Shock95,
Your virions aren't injected. It looks like you were trying to do it with pharynx. Here is an example on how to inject them using a pharynx workflow: https://github.com/SOF3/timer-pmmp
Please resolve these issues and submit the plugin again.