mirror of
https://github.com/farcasclaudiu/QRcraft.git
synced 2026-06-29 15:01:18 +03:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb5037834d |
@@ -81,7 +81,8 @@ PocketMine-MP version min 1.0.0
|
|||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
```
|
```
|
||||||
[1.0.0] - initial release
|
[1.0.3] - fix backslash crash
|
||||||
[1.0.1] - improvements
|
|
||||||
[1.0.2] - implemented teleport player nearby QR code panel
|
[1.0.2] - implemented teleport player nearby QR code panel
|
||||||
|
[1.0.1] - improvements
|
||||||
|
[1.0.0] - initial release
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
namespace clodyx\qrcraft;
|
namespace clodyx\qrcraft;
|
||||||
|
|
||||||
|
|
||||||
include(__DIR__ . "\..\..\clodyx\phpqrcode\phpqrcode.php");
|
include(__DIR__ . "/../../clodyx/phpqrcode/phpqrcode.php");
|
||||||
|
|
||||||
use pocketmine\math\Vector3;
|
use pocketmine\math\Vector3;
|
||||||
use pocketmine\block\Block as BlockAPI;
|
use pocketmine\block\Block as BlockAPI;
|
||||||
|
|||||||
Reference in New Issue
Block a user