From 6d3d7411f7de58694fd96c8c419eea0b457de0f1 Mon Sep 17 00:00:00 2001 From: ZPlayzMCPE Date: Wed, 25 Apr 2018 10:09:09 +0100 Subject: [PATCH] Updated /f about - Time for a release! --- src/FactionsPro/FactionCommands.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FactionsPro/FactionCommands.php b/src/FactionsPro/FactionCommands.php index 9185b22..db13c7e 100644 --- a/src/FactionsPro/FactionCommands.php +++ b/src/FactionsPro/FactionCommands.php @@ -1169,16 +1169,16 @@ public function onCommand(CommandSender $sender, Command $command, string $label /////////////////////////////// ABOUT /////////////////////////////// if(strtolower($args[0]) == "about" or strtolower($args[0]) == "info"){ $sender->sendMessage(TextFormat::GREEN . "§7[§6Void§bFactions§cPE§dINFO§7]"); - $sender->sendMessage(TextFormat::GOLD . "§7[§2MODDED§7] §3This version is by §6Void§bFactions§cPE"); + $sender->sendMessage(TextFormat::GOLD . "§7[§2MODDED§7] §3This version is based from §6Void§bFactions§cPE"); $sender->sendMessage(TextFormat::GREEN . "§bPlugin Information:"); - $sender->sendMessage(TextFormat::GREEN . "§aFaction Build release: §5381"); - $sender->sendMessage(TextFormat::GREEN . "§aBuild Tested and works on: §426-438"); + $sender->sendMessage(TextFormat::GREEN . "§aFaction Build release: §5463"); + $sender->sendMessage(TextFormat::GREEN . "§aBuild Tested and works on: §4426-438"); $sender->sendMessage(TextFormat::GREEN . "§aPlugin Link: §5Not showing due to self-leak information"); $sender->sendMessage(TextFormat::GREEN . "§aPlugin download: §5Not showing due to self-leak information."); $sender->sendMessage(TextFormat::GREEN . "§aAuthor: §5VMPE Development Team"); $sender->sendMessage(TextFormat::GREEN . "§aOriginal Author: §5Tethered"); $sender->sendMessage(TextFormat::GREEN . "§aDescription: §5A factions plugin which came back to life and re-added features like the good 'ol' versions of FactionsPro."); - $sender->sendMessage(TextFormat::GREEN . "§aVersion: §5v2.0.0-implement"); + $sender->sendMessage(TextFormat::GREEN . "§aVersion: §5v2.0.0-implement-1"); $sender->sendMessage(TextFormat::GREEN . "§aPlugin Version: §5v2.0.0-implement"); $sender->sendMessage(TextFormat::GREEN . "§aSupported PMMP API's: §53.0.0-ALPHA10 - ALPHA14."); }