Init release

Init release
This commit is contained in:
2015-01-05 14:54:19 +02:00
parent 6b82224d1a
commit 66520a362b
13 changed files with 7476 additions and 5 deletions
+41
View File
@@ -0,0 +1,41 @@
#QRcraft
Plugin for PocketMine-MP for creating QR panels (made from white an black wood blocks)
Copyright (C) 2014 Clodyx <https://github.com/farcasclaudiu/QRcraft>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
## Commands
ONLY OPs during gameplay (creative preferable)
* `/qr` - shows help page
* `/qrt <url>` - test QR text/url to count number of needed blocks (NxN)
* `/qrc <url> [Auto|horizontal|vertical]` - create QR panel/block
* `/qrl` - list QR panels IDs
* `/qrd <ID>` - delete a QR panel by ID
* `/qrp <ID>` - teleport you nearby QR panel with specified ID
## Configuration
No configuration needed for this moment.
## Permissions
| Permission | Default | Description |
| :---: | :---: | :--- |
| clodyx.plugin.qrcraft | op | Allows using the QRcraft plugin functionality |
## Releases
[1.0.0] - initial release