-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlayerJoinEvent Message #26
Comments
does the /login and /register is needed? cause there already xBox Auth |
I can add this but the plugin is in re-write progress, so it might be none usable for a while. |
The plugin is not for API 3.0.0 (according to readme.md). X-Box Auth is required on MCPE 1.2 and higher if I am not false. |
Well This Plugin Is OUTDATED, And In Re-Write Branch , I Currently Fixing Some Stuff But I Tried To Update It To The Latest API . Also I'll Tried To Update It For MCPE 1.2 And Higher, Which The Auth Is Not Needed; |
I do not need the auth. Forget the $text[4]. What about the other messages? |
Sure. |
Anywhere, is this request to add for the rewrite branch or in the current master? |
Rewrite, the master is discontinued |
Bump |
… On 17 March 2018 at 04:35, MalakasPlayzMC ***@***.***> wrote:
Bump!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeUXYPVCga2sHVO1OCt-H5sqKV5O_IPPks5tfCITgaJpZM4R4Dae>
.
|
please take note that this plugin wouldn't be update to frequently as stated in README.mdView https://github.com/BackToAction/ARCore/blob/master/README.md#note |
close the issues, cause we're not sure to update it anymore. |
It is not an issue. It's a request. Can you add that on the join event?
$player = $event->getPlayer();
$name = $player->getName();
$text[0] = TextFormat::DARK_PURPLE . "##########################";
$text[1] = TextFormat::AQUA . "Welcome, $name";
$text[2] = TextFormat::LIGHT_PURPLE . "Website: " . TextFormat::WHITE . "Customizable via config";
$text[3] = TextFormat::LIGHT_PURPLE . "Vote Website " . TextFormat::WHITE . "Customizable via config";
$text[4] = TextFormat::AQUA . "To Login do /login . To Register do /register ";
$text[5] = TextFormat::DARK_PURPLE . "##########################";
$player->sendMessage($text[0]);
$player->sendMessage($text[1]);
$player->sendMessage($text[2]);
$player->sendMessage($text[3]);
$player->sendMessage($text[4]);
$player->sendMessage($text[5]);
The text was updated successfully, but these errors were encountered: