mirror of
https://github.com/farcasclaudiu/QRcraft.git
synced 2026-06-28 15:01:07 +03:00
Init release
Init release
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user