From ad6560fca9f76ed5e83bccdfb1df4161af1daa12 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 19 Jun 2020 11:23:28 +0200 Subject: [PATCH] Added some plugin examples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03ee098c..04950d5d 100644 --- a/README.md +++ b/README.md @@ -206,3 +206,6 @@ Variables are interpolated in query text using the `:var` format. Note that liba ## Featured examples - [cucumber](https://github.com/adeynes/cucumber) - [BlockPets](https://github.com/BlockHorizons/BlockPets/blob/4163b4f402494e7ec71b0911c413b8f199904b0e/src/BlockHorizons/BlockPets/pets/datastorage/SQLDataStorer.php) +- [BedcoreProtect](https://github.com/matcracker/BedcoreProtect) +- [PiggyFactions](https://github.com/DaPigGuy/PiggyFactions) +- [ChestShop](https://github.com/Muqsit/ChestShop)