diff --git a/README.md b/README.md index 7e71c62..e1e293f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,32 @@ ONLY OPs during gameplay (creative preferred) * `/qrd ` - delete QR panel by ID (fills panel space with air) * `/qrp ` - teleport you nearby QR panel with specified ID (IN WORK) +Example: +* `/qrt http://google.com` + "QR panel for 'http://google.com' will need 27x27 blocks" +* `/qrc http://google.com` - begins the creation for specified url in auto mode + "QR block defined a (27x27) for 'http://google.com'" + "Touch a block to create it!" + - NOW the player has to touch another block to create the QR planel. + - the new panel will be created above touched block and to the player right side. + - in auto mode, is player is inclined forward pointing downwards, the QR panel will be generated horizontally, + otherwise it will be generated vertically. + "QR block [1] created OK!" +* `/qrc http://google.com h` - begins the creation for specified url in horizontal mode + "QR block defined h (27x27) for 'http://google.com'" + "Touch a block to create it!" + - now the player touches the block to build above. + "QR block [2] created OK!" +* `/qrl` + "--------------" + "QR LIST" + "--------------" + "[1] 'http://google.com' (27) x:10-y:20-z:30" + "[2] 'http://google.com' (27) x:30-y:20-z:30" + "--------------" +* `/qrd 2` + "QR panel [1] deleted." + ## Configuration No configuration needed for this moment. @@ -36,6 +62,8 @@ No configuration needed for this moment. | clodyx.plugin.qrcraft | op | Allows using the QRcraft plugin functionality | +## Requirements +PocketMine-MP version min 1.0.0 ## Releases [1.0.0] - initial release diff --git a/resources/config.yml b/resources/config.yml index b390568..2ba6060 100644 --- a/resources/config.yml +++ b/resources/config.yml @@ -1 +1 @@ -#Configuration file for FirstPlugin plugin \ No newline at end of file +#Configuration file for QRcraft plugin \ No newline at end of file diff --git a/resources/server-icon.png b/resources/server-icon.png index 1a5bef5..d727f7b 100644 Binary files a/resources/server-icon.png and b/resources/server-icon.png differ