diff --git a/README.md b/README.md index 37e139a..5d67256 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ PocketMine-MP plugins ## Requirements -PocketMine-MP 1.7dev API 3.0.0-ALPHA7 -> 3.0.0-ALPHA11 +PocketMine-MP 1.7dev API 3.0.0-ALPHA7 -> 3.0.0-ALPHA12 ## Overview diff --git a/plugin.yml b/plugin.yml index dcc4646..21c83f7 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,7 +1,7 @@ name: ServerChannels main: ServerChannels\ServerChannels -version: 2.1 -api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11] +version: 2.2 +api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11, 3.0.0-ALPHA12] load: STARTUP author: EvolSoft description: A powerful chat channelling plugin for PocketMine-MP diff --git a/src/ServerChannels/Commands/Commands.php b/src/ServerChannels/Commands/Commands.php index 2f22251..df3bea0 100644 --- a/src/ServerChannels/Commands/Commands.php +++ b/src/ServerChannels/Commands/Commands.php @@ -1,7 +1,7 @@