Skip to content

Instantly share code, notes, and snippets.

View suinua's full-sized avatar
πŸ¦ƒ
γˆγΆγ‚Šγ§γ„γ€€γŸγƒΌγγƒΌ

suinua suinua

πŸ¦ƒ
γˆγΆγ‚Šγ§γ„γ€€γŸγƒΌγγƒΌ
View GitHub Profile
@yuyaprgrm
yuyaprgrm / EventListener.php
Last active December 5, 2021 09:14
Delay PlayerLogin
<?php
private array $packet_list = [];
public function onSendPacket(DataPacketSendEvent $event)
{
$pk = $event->getPacket();
$player = $event->getPlayer();
if($pk instanceof PlayStatusPacket)
{
if(($key = array_search($pk, $this->packet_list) === false))

Minecraft Launch Intents

Annoyingly, you can't click these links in this gist because github doesnt recognize them as actual valid links. You cant paste it into a browser address bar either, so create a bookmark with the link and then click that!

edu

Opens Minecraft in Edu Mode. This is the real Education Edition!

Link: minecraft:?edu=1

addExternalServer

@jocopa3
jocopa3 / MCPE_1.1.0.1_Ids.txt
Last active December 9, 2025 02:50
List of all Blocks/Items/Entity Id's in MCPE/Win10 1.1.0.1 and EDU Edition
For advanced users, a syntax highlighter for sublime text and
textmate which makes reading the list easier can be found here:
https://gist.github.com/jocopa3/e4a35921e4f978572e7f45360d231f37
============ Blocks ============
All blocks as found in the 1.1.0.0 Block::initBlocks function.
Block names are the same names used in the /give command.
Name Id Data