Skip to content

Commit 6d3d741

Browse files
authored
Updated /f about - Time for a release!
1 parent 984c2ec commit 6d3d741

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FactionsPro/FactionCommands.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,16 +1169,16 @@ public function onCommand(CommandSender $sender, Command $command, string $label
11691169
/////////////////////////////// ABOUT ///////////////////////////////
11701170
if(strtolower($args[0]) == "about" or strtolower($args[0]) == "info"){
11711171
$sender->sendMessage(TextFormat::GREEN . "§7[§6Void§bFactions§cPE§dINFO§7]");
1172-
$sender->sendMessage(TextFormat::GOLD . "§7[§2MODDED§7] §3This version is by §6Void§bFactions§cPE");
1172+
$sender->sendMessage(TextFormat::GOLD . "§7[§2MODDED§7] §3This version is based from §6Void§bFactions§cPE");
11731173
$sender->sendMessage(TextFormat::GREEN . "§bPlugin Information:");
1174-
$sender->sendMessage(TextFormat::GREEN . "§aFaction Build release: §5381");
1175-
$sender->sendMessage(TextFormat::GREEN . "§aBuild Tested and works on: §426-438");
1174+
$sender->sendMessage(TextFormat::GREEN . "§aFaction Build release: §5463");
1175+
$sender->sendMessage(TextFormat::GREEN . "§aBuild Tested and works on: §4426-438");
11761176
$sender->sendMessage(TextFormat::GREEN . "§aPlugin Link: §5Not showing due to self-leak information");
11771177
$sender->sendMessage(TextFormat::GREEN . "§aPlugin download: §5Not showing due to self-leak information.");
11781178
$sender->sendMessage(TextFormat::GREEN . "§aAuthor: §5VMPE Development Team");
11791179
$sender->sendMessage(TextFormat::GREEN . "§aOriginal Author: §5Tethered");
11801180
$sender->sendMessage(TextFormat::GREEN . "§aDescription: §5A factions plugin which came back to life and re-added features like the good 'ol' versions of FactionsPro.");
1181-
$sender->sendMessage(TextFormat::GREEN . "§aVersion: §5v2.0.0-implement");
1181+
$sender->sendMessage(TextFormat::GREEN . "§aVersion: §5v2.0.0-implement-1");
11821182
$sender->sendMessage(TextFormat::GREEN . "§aPlugin Version: §5v2.0.0-implement");
11831183
$sender->sendMessage(TextFormat::GREEN . "§aSupported PMMP API's: §53.0.0-ALPHA10 - ALPHA14.");
11841184
}

0 commit comments

Comments
 (0)