Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Question #24

Closed
VoxCeleste opened this issue Oct 26, 2017 · 1 comment
Closed

Question #24

VoxCeleste opened this issue Oct 26, 2017 · 1 comment
Labels

Comments

@VoxCeleste
Copy link

I have a customui,my question is..What command/code do i have to put on an item that when you tap for example the book(My profile) It will show you your profile?

@Infernus101
Copy link
Owner

Infernus101 commented Nov 1, 2017

$offplayer= $this->getServer()->getOfflinePlayer("PLAYER USERNAME TO SEE PROFILE OF");
if(!is_numeric($offplayer->getFirstPlayed())){
$sender->sendMessage(TextFormat::RED."Error > Player not found");
return false;
}
$handler = new Handler();
$packet = new ModalFormRequestPacket();
$packet->formId = $handler->getWindowIdFor(Handler::PROFILE_WINDOW);
$packet->formData = $handler->getWindowJson(Handler::PROFILE_WINDOW, $this, $sender, $offplayer);
$sender->dataPacket($packet);

This was referenced Oct 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants